> > Am I right in saying that it is the difference between > > output-endianess=little - $FILE$ - > > which occurs in the log > > and > > output-endianess=little $FILE$ - >
Yes - the conf file provides templates for command to be executed by SC. The "$FILE$" string is replaced by the name of the file/url to be played before trying to execute the command - in this case something like "dev=IODVDServices -track 2". In the original conf file the line looked like "output-endianess=little --quiet $FILE$ -" and I asked to remove the "--quiet" so that the error message from cdda2wav could be displayed. cdda2wav expects an output file name to be the last item on the command. If a "-" is provided then cdda2wav thinks stdout is output. Our problem is the extra "-" is before the "dev=" which specifies which CDROM drive to use and so cdda2wav doesn't "see" the device specification and so it complains about missing drive etc. I'm worried that conf file might have a funny character sequence such as 'L', 'I', 'T', 'T', 'L', 'E', space, space, dash, backspace, space which would mean that the dash is not "seen" when a file is displayed on a screen yet it is in the file. There is no rush in testing - I'm just finishing up beta2 of CDplayer. -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=42106 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
