MPC transcoding works in Foobar!

General discussion about netjukebox
Post Reply
ponchorage

MPC transcoding works in Foobar!

Post by ponchorage »

Transcoding to mpc and streaming works in Foobar. This is sweet! I love the work you've done.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

Thanks for that,

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

Post 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.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

I will add it to the configuration file of the next netjukebox version.
Post Reply