ID3v1 title overwritten with ID3v2 equivalent
Brought to you by:
myers_carpenter
An ID3v1 title will get overwritten by its (truncated)
ID3v2 equivalent when setting the year or genre.
Example:
id3v2 -1 -t 'Short title' file.mp3
id3v2 -2 -t 'A longer title' file.mp3
id3v2 -l file.mp3
id3v2 -y 2005 file.mp3
id3v2 -l file.mp3
Workaround:
Set ID3v1-only tags after all other tags.