jimk Wrote: 
> I would also need a mass WAV-->FLAC converter that supports directory
> recursion and preserves the input directory structure in the output. 
> Any pointers there?Hi Jim, I don't know if you've gotten this sorted out yet, 
> but I have a
Perl script that I wrote for myself which translates from one format to
another, preserving the tags.  I structured it in a modular way so that
all you need to do to accomodate a new source or target format is to
come up with two things:

A command line program to read the tags for the source format.
A command line program to convert the source format into WAV audio
data.

The way I wrote it, it generates the target directory structure based
on the tags, with the format:
ARTIST/YEAR-ALBUM/TRACKNUM-TITLE.ext

However, it wouldn't be difficult to simply duplicate the structure of
the source directory tree instead.


-- 
John Stimson
------------------------------------------------------------------------
John Stimson's Profile: http://forums.slimdevices.com/member.php?userid=218
View this thread: http://forums.slimdevices.com/showthread.php?t=21012

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to