The .pl script is written for Windows and Linux. Here's the source
http://robinbowes.github.io/flac2mp3/.  It's rather old, and I don't
think the author is still around here.  But it was working fine on my
previous server box. Nothing about the directory structures has changed.
Incidentally, when I run it, it does copy the directory structures from
the source to destination, but does't transcode the files.  So perhaps
it can't find FLAC.exe and LAME.exe.  Here's the user config and
instructions:


# ------- User-config options start here --------
# Assume flac and lame programs are in the path.
# If not, put full path to programs here.
#
# On Windows:
#  * If you specify a path, you must include the ".exe" extension
#  * Long filenames are OK, e.g. c:/Program Files/flac/flac.exe
#  * You can use "/" or "\\" or even "\" as path separator, e.g.:
#      c:\windows\system32\flac.exe
#    or
#      c:/windows/system32/flac.exe
#    or
#      c:\\windows\\system32\\flac.exe
my $flaccmd = "C:\\program files\\flac2mp3\\flac.exe";
my $lamecmd = "C:\\program files\\flac2mp3\\lame.exe";

Here's the whole thing:


+-------------------------------------------------------------------+
|Filename: flac2mp3.pl.txt                                          |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=18139|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
neilcoburn's Profile: http://forums.slimdevices.com/member.php?userid=653
View this thread: http://forums.slimdevices.com/showthread.php?t=103706

_______________________________________________
ripping mailing list
ripping@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to