5
I have a collection of ripped CDs that were transcoded to a very low bitrate. (and I lost the original MP3s)
I'd like to re-rip the CDs to a higher bitrate, and apply the ID3 tags from the existing rips to the new files. (These are custom tags; they will not be found in online databases)
Is there any way to automatically copy ID3 tags by length and track number, or do I need to write one myself?
Copying tags file-by-file would be very annoying; that's not what I'm looking for. – SLaks – 2012-06-12T23:12:38.260
1@SLaks Yes, it is what you are looking for. You can select all the existing ripped files in MP3Tag, and EXPORT to a txt_taglist text file. You can then re-rip the music, put it in ANOTHER directory in the same order as the existing rips, select them all in MP3Tag, and use the Convert - Text file/tag command to read that text file, and apply it to all the selected files. Of course, if the songs are not in the same order, your tag information will be wrong. There is no way to have a program automatically detect what the song is before the tag is applied. – Bon Gart – 2012-06-13T00:01:51.490
@SLaks You don't have to copy file-by-file, you can select multiple files at once to copy/paste the tags. – speakr – 2012-06-13T07:58:14.400
@BonGart: Actually, I can just sort both lists by length (assuming they're really the same) and get everything perfectly. – SLaks – 2012-06-14T12:21:45.173