I'm prepping some files that originated on a CAVS hard-drive based system for use with kJams. I've done the necessary .MCG -> .CDG file conversion; now I'm just wondering how I can get kJams to automatically assign the proper artist, title, disc, and track information to each of the incoming songs.
The CAVS system stores info this way:
Code: Select all
SC08\ <- Folder with "Disc/Album" Name
SC09\
SC10\
00001.MCG <- Files with "Track" Names
00001.MP3
00002.MCG
00002.MP3
...
list.txt <- Text file containing Song and Artist info for each track, formatted like so:
00001|My Best Friend's Girl|The Cars
00002|These Boots Are Made For Walking|Nancy Sinatra
As I understand it, kJams expects to get this info from one of only two places: meta tags in the MP3s, or the names of the files themselves. If that's true, I guess I should go the filename route, perhaps by turning each of those list.txt files into a script or batch file that inserts the title, artist, and disc information into each track filename.
What do you-all think? Is that the best approach, or is there an easier way?