A simple answer for the folder.jpg problem is to simply create a dos batch file that first runs the flac2mp3 script, then executes an xcopy command to get the art copied over. Here's the example:
flac2mp3.pl <flacdir> <mp3dir> xcopy <flacdir\fold*.jpg> <mp3dir> /s /l /y where <flacdir> is the top-level folder for your FLAC files and <mp3dir> is the top-level folder where you want to put the MP3s. done. -- thomsens ------------------------------------------------------------------------ thomsens's Profile: http://forums.slimdevices.com/member.php?userid=1352 View this thread: http://forums.slimdevices.com/showthread.php?t=56257 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
