Fletch;352230 Wrote: > Interesting, thanks. Can you point me to where the SC code parses > convert.conf? I'm curious if there's a way (yet) to control > transcoding that will only affect SqueezePlay/SqueezeOS players.
Slim::Player::TranscodingHelper::loadConversionTables and tokenizeConvertCommand. You should be able to use the third param, clienttype, to do what you want. Just use the same text as used for each $client->model. In this case, "squeezeplay". You can also specify mac address for specific players in the convert.conf, although both the player type and mac address are not reflected in the web ui file types settings page. -kdf -- kdf ------------------------------------------------------------------------ kdf's Profile: http://forums.slimdevices.com/member.php?userid=7 View this thread: http://forums.slimdevices.com/showthread.php?t=53808 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
