I use flac2mp3.pl but have album art in cover.jpg files in each directory. This (Linux/Unix) command moves the files over in the same directories:
find . -name 'cover.jpg' -print | cpio -pavd /mnt/archos/Music/ Change the "." and "/mnt/archos/Music" to the paths of your FLAC and MP3 files respectively. -- mrfantasy --Mike ------------------------------------------------------------------------ mrfantasy's Profile: http://forums.slimdevices.com/member.php?userid=1127 View this thread: http://forums.slimdevices.com/showthread.php?t=45246 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
