chill wrote: > This is working perfectly in my script now. It needs a little care when > reading the existing Artist and Album tags into temporary variables, > because the tag names differ between id3v1 and id3v2, but it's nothing > that a bit of greping and awking can't solve. And of course, it only > works on MP3 files, but I think that's my main use case when making > files for the car: everything that isn't an MP3 file gets encoded (FLAC) > or transcoded (OGG, M4A), whereas MP3 files get copied over and tidied > up. That's great! I'll eventually push the extension to our repository.
I'd like to suggest that you only use/write v2 tags. You can strip v1 tags using id3v2 -s *mp3 and force id3v2 to only write v2 tags by adding -2 to the command line. Ralphy *1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio 'Squeezebox client builds' (https://sourceforge.net/projects/lmsclients/files/) 'donations' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) always appreciated. ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=111997 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/ripping
