Reply To: [SOLVED] Squeezelite not recognized as player

Max2Play Home Forums Max2Play as Squeezebox (Player / Server) [SOLVED] Squeezelite not recognized as player Reply To: [SOLVED] Squeezelite not recognized as player

23. November 2016 at 20:23 #24148

Heiner,
Just found another on the logitech forums :-
http://forums.slimdevices.com/showthread.php?106475-Problem-with-Latest-Nightly-and-Android-Squeezer
So it seems a small clash appeared between the two code sets and there is a fix available !
Trying it now … nope will not allow me to uninstall and replace LMS … Or select a new package over the top
Have to edit the file manually :-
sudo nano /usr/share/perl5/Slim/Control/Queries.pm
Look for line with text „for my $eachclient (@players[$start..$end]) {“ (without quotes)
The above line should be line 2348 – check using ‚f11‘
Then insert the text following this line:-

$request->addResultLoop(‚players_loop‘, $cnt,
‚playerindex‘, $idx);

Then save and reboot your Pi ;-))))
It works !!! Squeezer is displaying again !
This is pretty much as the other post I found above but is specific to an M2P build
Hope this helps
Cheers
Mark

  • This reply was modified 7 years, 4 months ago by MarkMutt. Reason: missed some info out