Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
1 answer
710 views

I have a standalone iMessage app that sends a sound file to another recipient. The sounds are .wav files, that are assets inside the app, with names like surprise.wav. When I send the file, the sender ...
coco's user avatar
  • 3,166
0 votes
1 answer
218 views

I'm struggling with reading/writing mp3 comment tag in Python. Partly I can't read the comment values I expected. Or when setting new comments it seems that the comment is not saved to the mp3 file. e....
B Panzer's user avatar
0 votes
0 answers
44 views

I am using JS MediaTags latest version but I cannot get the year information to show up. I do have year info visible when I check my songs in the Mp3tag editor. If I look into the JS MediaTags source ...
Toniq's user avatar
  • 5,166
1 vote
1 answer
278 views

The data size of each ID3v2 frame is stored in 4, 5, 6 and 7 bytes of the frame header block (according to documentation): I am reading frame sizes from this mp3 file: To convert to integer the ...
Ig_M's user avatar
  • 196
0 votes
2 answers
204 views

I'm writing a script to edit the metadata of an mp3 file. I have managed to get the genre, album name, year released, and composition artist all fully functioning, but it refuses to save cover art. My ...
PandaProgrammer22's user avatar
0 votes
0 answers
161 views

I am trying to implement some of the ID3v2.4 specification, e.g. some documentation from here. When editing the tags for some .WAV files via the software Audacity or MP3tag, inspecting the byte stream ...
Usernamed's user avatar
1 vote
1 answer
361 views

I want to change my music's cover image. I've tried: from mutagen.easyid3 import EasyID3 from mutagen.id3 import ID3, APIC audio = EasyID3('11.mp3') audio['artist'] = "Artist" audio['title']...
Nurjalol N's user avatar
1 vote
0 answers
378 views

I was building my first project that edited the metadata of an mp3 file so that the upload process to Spotify's local files can be a lot easier. Using the mutagen python library, my program edits the ...
Bob Bob's user avatar
  • 11
0 votes
1 answer
300 views

iTunes/Apple Music allows for adding multiple cover artworks to a mp3 file. The first images is in a column named "Album Artwork" and remaining are in column "Other Artwork" as ...
Jeremi's user avatar
  • 1,514
0 votes
2 answers
1k views

I have some 'vintage' MP3 players that only work with ID3v1 tags. Many of my MP3 files only have ID3v2 tags and the ID3v1 area is blank. I've found a good way to batch copy what's in the ID3v2 to the ...
Megalithic's user avatar
-1 votes
1 answer
2k views

I have got a PHP script that searches the current directory for MP3 files. I want to be able to get the metadata on the file and assign that to variables. I am currently trying to use the Mp3Info ...
Klem Lloyd Mwenya's user avatar
1 vote
2 answers
5k views

I have code that reads ID3 tags from an mp3 file, but now I have some m4a files. I found some info on the structure of these files, but that doesn't mention ID3 tags. What's the best resource for m4a ...
Stephen Leake's user avatar
0 votes
1 answer
572 views

I am using DJ software that doesn't let me filter by path/directory. To get around that, I would like to add the directory to an id3 tag that the software recognizes. I never use label, so that ...
asdflkadslkfadsfjasdadsfsad's user avatar
1 vote
0 answers
35 views

I have to extract ID3v2 tags from an MP3 and read the specification. My C# code in general works fine, but I've got a little problem with the text encoding of the tags. For example, let's take the ...
Frank Kremer's user avatar
1 vote
1 answer
839 views

Most of my MP3 files are tagged with both ID3v1 and ID3v2. I want to write a script to read the files and identify ID3v1 versions, regardless of additional ID3 versions. I'm struggling with the ...
ralf's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
36