Open jiujitsu opened 3 years ago
This might be more an issue for mutagen, but it could also be due to my tenuous understanding of the different year tags in the different versions of ID3. Anyone more knowledgeable about this, please feel free to chime in.
Same issue with me, the "Year" tag is applied correctly and shows in Windows Explorer:
But in an Application like MusicBee, the "Year" is empty but the value is actually present as "Original Year":
The "Year" also doesn't show correctly in a lot of Android Music Players, I guess the tagging format doesn't work with newer players.
i know that the original question was for id3v1 but i'm getting the same issue with id3v2.4. did some fiddling and found that reordering this line to setter=('TYER', 'TDOR', 'TDAT', 'TDRC')
, sets the year to the TYER instead of TDOR which musicbee, windows explorer and media player all seem to recognise. this obviously isn't the final answer, but i was wondering if anyone with a better understanding of how this setter row is used could weigh in? i was assuming that the setter would set all of these tags to the specified year but that's clearly not the case. does it just attempt the first one and try the second if it fails etc?
i'm going to go for more of a dig into the functionality later and hopefully figure it out but just thought i would check if theres anyone who could save me the trouble.
To reproduce:
Then the output of
eyeD3 </path/to/file> -v1
is:So it is perfect except it is missing the year.