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.
------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix