artcom-net / mp3-tagger

ID3 data editor
MIT License
34 stars 16 forks source link

Sometimes I can't write the update to ID3V2 #6

Open pendave opened 4 years ago

pendave commented 4 years ago

Hi,

Sometimes I can't write the update to ID3V2, but ID3V1 works. I check out that there're permission to decide which ID3 version be writable.

K9$YMC`U7R17A_6R4~RIJYX

Could it be modified before writing with the script? Thanks!

trydalch commented 4 years ago

Using the python library, I've experienced a similar problem. I update values for several tags, including the band tag. When I print the tags after saving them, all the other changes are shown but there's no entry for band.

But if I then open the mp3 file in a GUI editor, say like MP3Tag, the band tag change that I made is shown there.

I've encountered this error when trying to set a value for band when there's not been one set. If there's already a value for band and I just change it, printing the tags displays the change.