Paden wrote: > > "/usr/share/squeezeboxserver/Bin/arm-linux/flac" -dcs -- > "/media/usb/FLAC/christopher_tree.flac" | > "/usr/share/squeezeboxserver/Bin/arm-linux/sox" -q -t wav - -t flac -C 0 > -r 48000 - >output.flc > -bash: cd/usr/share/squeezeboxserver/Bin/arm-linux/flac: No such file or > directory > /usr/share/squeezeboxserver/Bin/arm-linux/sox FAIL formats: can't open > input `-': WAVE: RIFF header not found > root@max2play:~# >
There is something wrong with how you are entering the command. If I enter this command at a shell prompt "/usr/share/squeezeboxserver/Bin/i386-linux/flacx" I get this response bash: /usr/share/squeezeboxserver/Bin/i386-linux/flacx: No such file or directory Note on your response there is an additional "cd" so somewhow you are doing a line continuation and joing two commands together "cd" and the transcode chain command.. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=83055 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
