Reply To: ID3v1 tags?

#9083
kellyharding
Participant

@EVILRipper wrote:

It uses a simple program called ‘id3v2’.
Since im using Debian, all I had to do was ‘apt-get install id3v2’ and run the command:

find -name *.[Mm][Pp]3 -exec id3v2 -C '{}' ;

This command recursively converts all id3v1 tags to id3v2.
Worked like a charm for me. 🙂

Do you mind if I add this to the wiki?

Kelly