Re: VL browse menus only show first 50 items
Michael Herger <slim-b/[email protected]>
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Message-ID | <[email protected]> |
> I'm trying to create browse menus for a couple of virtual libraries. > These browse menus should be located inside a (home menu) parent folder. > Works except there's something wrong with my url or so. I can only get > it these sub menus to show the first 50 items (index=0) but never more > (like index=100). I'm not sure what exactly is missing. But what I've done in the past is not use Slim::Menu::BrowseLibrary::_tracks directly as the callback, but implement my own, which in turn would call that method to get the data. See eg. https://github.com/Logitech/slimserver/blob/4225bdae6084f428a936916b9dd0e30cbb1f51a4/Slim/Plugin/ExtendedBrowseModes/Plugin.pm#L248