Page 1 of 1

MPC transcoding works in Foobar!

Posted: Thu Apr 21, 2005 9:43 pm
by ponchorage
Transcoding to mpc and streaming works in Foobar. This is sweet! I love the work you've done.

Posted: Thu Apr 21, 2005 11:12 pm
by wbartels
Thanks for that,

Mabe you could post the mpc stream part of the configuration file?

Posted: Fri Apr 22, 2005 2:17 am
by ponchorage
Certainly:

$cfg['stream_extension'][] = 'mpc';
$cfg['stream_name'][] = 'MPC @ Standard';
$cfg['stream_encode'][] = 'D:\Console\Codec\mppenc.exe --silent --standard --artist %artist --title %title --comment %comment - -';
$cfg['stream_max_channels'][] = 2;
$cfg['stream_transcode_treshold'][] = 180000;

It plays perfectly in Foobar.

Posted: Sat Apr 23, 2005 10:44 am
by wbartels
I will add it to the configuration file of the next netjukebox version.