Woohoo, I just fixed it.

I suddenly realised that the LMS server is (mainly?) written in Perl.
And Perl is not compiled but interpeted. Which means the code can be
changed after installing.

To fix this issue you have to log in to your server and find file
"Queries.pm".
You will probably find it somewhere here:

Code:
--------------------
    <some path>/LogitechMediaServer/var/home/SqueezeboxServer/Slim/Control
--------------------


You can also find it with this command:

Code:
--------------------
    find / -name Queries.pm
--------------------


Now edit this file and add these lines after line 2348:

Code:
--------------------
                        $request->addResultLoop('players_loop', $cnt, 
                                'playerindex', $idx);
--------------------

Save the file, and restart your LMS server.
Afterwards, the players should be available on your controller app (like
Squeezer).

Greetings,

Gerrelt.


------------------------------------------------------------------------
Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=106475

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to