aubuti said the following on 02/23/2006 10:34 PM: > Andrew B. Wrote: > >>'lame' is not recognised as an internal or external command, operable >>program or batch file. >>[then some settings stuff] >>failed with exit code 65280 >> >>Tantalisingly close! >> >>lame.exe is sitting in the same directory as flac2mp3.pl and flac.exe, >>so I don't know why it doesn't seem to work. I will try uninstalling >>and reinstalling lame. >> >>Andrew > > > Even though lame.exe is in the current directory, maybe it would help > to explicitly point the script to it. I don't see why it would be > necessary, but sometimes the belt + suspenders/braces approach is > called for. So edit the user config section like so: > > our $lamecmd = "c:\\flac2mp3\\lame.exe"; > > Note the double backslashes.
Yes, this is necessary. By default, flac2mp3 assumes lame and flac are in the PATH. This is not the same as being in the same directory as flac2mp3. I really should test for lame and flac being found before starting to run the conversion. https://projects.robinbowes.com/trac/flac2mp3/ticket/20 R. _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
