Excellent news for … well, me.
Every problems I exposed here were no more in version 0.9.5.2. Thank you very much !! (^o^)y
(I was not able to mark this thread fixed in the subject line. If someone can do this …)
Hey I don't want to sound uncool but the bug is still in the latest version v0.9.5.
QUOTE
UNSYNCEDLYRICS = jpn||あなたの方が知っていた 私が大事にしてたもの…
Becomes wrong after any tag edit in foobar2000 v0.9.5 : QUOTE
UNSYNCEDLYRICS = eng||あなたの方が知っていた 私が大事にしてたもの…
I do this edit because it's like this topic is not taken into account. Maybe because the first post is too vague …
Original post :
Hello,
I use mp3tag to tag my files in ID3v2.3 format.
I use (among others) the tags TRACK, TOTALTRACKS, DISCNUMBER, TOTALDISCS and UNSYNCEDLYRICS in this way for 1 example mp3 file :
QUOTE
ID3v2.3
DISCNUMBER = "1"
TOTALDISCS = "2"
TOTALTRACKS = "8"
TRACK = "3"
UNSYNCEDLYRICS = "jpn||すてきなあたしの夢を…"
DISCNUMBER = "1"
TOTALDISCS = "2"
TOTALTRACKS = "8"
TRACK = "3"
UNSYNCEDLYRICS = "jpn||すてきなあたしの夢を…"
If I scan replaygain and write replay gain tags, then foobar2000 changes TRACK, DISCNUMBER and UNSYNCEDLYRICS tags and it deletes TOTALTRACKS and TOTALDISCS tags like this :
QUOTE
ID3v2.4
DISCNUMBER = "1/2"
TOTALDISCS deleted
TOTALTRACKS deleted
TRACK = "3/8"
UNSYNCEDLYRICS = "eng||すてきなあたしの夢を…"
DISCNUMBER = "1/2"
TOTALDISCS deleted
TOTALTRACKS deleted
TRACK = "3/8"
UNSYNCEDLYRICS = "eng||すてきなあたしの夢を…"
So that's bad and each time I scan for replaygain, I have to go back to mp3tag and redo all my files' tags.
For the ID3v2.4 tags I know it's because foobar2000 can't write ID3v2.3 (no option) and it's OK because it's fast to just resave the tags with mp3tag. But the other tag changes are quite long to be revert to what they were before.