MP3Tag can write all tags to a text file, and can do that on a "per folder" basis (so one file per folder). It can also read a text file and write tags from that.
Once you have that, you can write processing in whatever language you like (python, perl, vbs, rexx, or even C/C++ if you're feeling masochistic) without having to mess about with tag reading libraries. Or, if your language of choice is C/C++ or Python, and your files are all MP3, Ogg, or flac, you could use the libtagedit library http://sourceforge.net/projects/libtagedit/ There's also a really complete Python/MP3 (does all music formats, basically) set of libraries out on the web - but I've lost it. Maybe it was called Pymp3? Mp3py? -- bobkoure ------------------------------------------------------------------------ bobkoure's Profile: http://forums.slimdevices.com/member.php?userid=14646 View this thread: http://forums.slimdevices.com/showthread.php?t=46342 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
