SpiderJon wrote:
> Thanks for pointing that out, and my apologies to you and bpa -- for
> some reason I hadn't been notified about, or seen, that reply.
>
>
>
>
> I've attached a text file with the log file entries, as requested.
>
> 27123
The key line in the log is tis this
Code:
--------------------
19-04-09 22:20:15.4101] Slim::Player::Song::open (559) Tokenized command:
"/usr/bin/mppdec" --silent --prev --gain 2 - - |
"/usr/share/squeezeboxserver/Bin/armhf-linux/flac" -cs --totally-silent
--compression-level-0 -
--------------------
This shows the transcoding process that is setup to process the file.
The rest of the log shows that something in thios chain is failing.
I'd advise checking (i.e. run at a shell prompt to see the banner). Copy
the banners to a post
/usr/bin/mppdec
/usr/share/squeezeboxserver/Bin/armhf-linux/flac
You could test at a shell prompt with a file (e.g. abc.mpc ) with
something like the following.
Code:
--------------------
cat abc.mpc | "/usr/bin/mppdec" --silent --prev --gain 2 - - |
"/usr/share/squeezeboxserver/Bin/armhf-linux/flac" -cs --totally-silent
--compression-level-0 >output.flc
--------------------
or just the mppdec
Code:
--------------------
cat abc.mpc | "/usr/bin/mppdec" --silent --prev --gain 2 - >output.wav
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=110406
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter