Pascal's TechBlog

Wednesday, April 19, 2006

MP3 ID3 tagging

Somehow if you define a genre which doesn't exist (like Electronica) while ripping music with the Sound Juicer, it will just insert an unknown [255] as genre into the generated MP3s.

This is easy to correct though (tag as Electronic [52]):
# find ./Album/* -name *.mp3 -exec mp3info -g 52 {} \;

0 Comments:

Post a Comment

<< Home