SpiderJon wrote: 
> '
> Ok, I now have a custom-convert.conf  file with the entry
> 
> *mpc flc * *
> # IR
> [mpcdec] - - | [flac] -cs --totally-silent --compression-level-0
> -*
> 
> After restarting LMS, it's picking up that entry in the Advanced > File
> Types menus:
> 
> 27129
> 
> That said, I've no real idea how the File Types menus operate, beyond
> specifying a decoder -- eg, which should be set to what, or how LMS
> 'decides' which to use. 
> 
> And trying to play an mpc file still results in nothing happening -- the
> relevant section of the LMS server log is attached (from clicking 'Play'
> to its going idle again).
> 
> 27131
Log looks like mpcdec is not accepting input data.

Not sure what first attachment is because I can't load it.

Did you check out whether mpcdec supports stdin and stdout as input and
output.  Some command have an option to say use stdin or stdout.  Did
you test

Code:
--------------------
    
  cat "/mnt/pihdd/Audio/Music/John Surman/The Brass Project (1993)/02. 
Coastline.mpc"  | mpcdec - >mpcdecout.wav
  
--------------------


What are the command line options for mpcdec ?


------------------------------------------------------------------------
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
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to