JackOfAll wrote: 
> lintweaker,
> 
> Looking at the Plugin code, it's broken anyways. (Adding two dop recipes
> for dsf, instead of a dop recipe for dsf and one for dff.)
> 
> Edit /var/lib/squeezeboxserver/Plugins/PlayDSD/Plugin.pm...
> > 
Code:
--------------------
  >   > 
  > diff -u Plugin.pm.orig Plugin.pm
  > --- Plugin.pm.orig  2014-04-20 08:26:51.424310507 +0100
  > +++ Plugin.pm       2014-04-20 08:27:15.814488407 +0100
  > @@ -48,8 +48,8 @@
  >             if ($prefs->client($client)->get('usedop')) {
  >                     $Slim::Player::TranscodingHelper::commandTable{ $dsf } 
= $cmdTableDoP;
  >                     $Slim::Player::TranscodingHelper::capabilities{ $dsf } 
= $capabilities;
  > -                   $Slim::Player::TranscodingHelper::commandTable{ $dsf } 
= $cmdTableDoP;
  > -                   $Slim::Player::TranscodingHelper::capabilities{ $dsf } 
= $capabilities;
  > +                   $Slim::Player::TranscodingHelper::commandTable{ $dff } 
= $cmdTableDoP;
  > +                   $Slim::Player::TranscodingHelper::capabilities{ $dff } 
= $capabilities;
  >             } else {
  >                     delete $Slim::Player::TranscodingHelper::commandTable{ 
$dsf };
  >                     delete $Slim::Player::TranscodingHelper::capabilities{ 
$dsf };
  > 
--------------------
> > 
> .... and restart squeezeboxserver service.

Is this version 0.4 of the plugin? I thought that was fixed..


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to