SpinachBob wrote:
> The above was posted in 2015. I too have just got this plugin working,
> but only get 10 results from a search. Anyone found a way to increase
> this?
Open Plugins/SqueezeCloud/Plugin.pm and find the line 794 (it is near
the end), in the:
Code:
--------------------
url => \&tracksHandler, passthrough => [ { params => 'order=hotness' } ], }
--------------------
to
Code:
--------------------
url => \&tracksHandler, passthrough => [ { params =>
"order=hotness&limit=200" } ], }
--------------------
basically you need to add &limit=200 to search request.
------------------------------------------------------------------------
cucko's Profile: http://forums.slimdevices.com/member.php?userid=72495
View this thread: http://forums.slimdevices.com/showthread.php?t=92723
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins