mirror of
https://github.com/lox-audioserver/lox-audioserver.git
synced 2026-04-25 22:35:53 +03:00
[GH-ISSUE #30] Paginating playlists doesn't seem to function #9
Labels
No labels
bug
enhancement
pull-request
released
released on @beta
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lox-audioserver#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jorrite on GitHub (Oct 11, 2025).
Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/30
Trying to walk through all available playlists from the Loxone app doesn't seem to work and always limit to 10 results only, even after navigating down with [Zone] > [Playlists] > [Show more] (green label shown in top right).
Dug in a bit and the provider command handler does not pick up the offset/start integer:
Above example deliberately tries to walk through playlists 1-by-1 for brevity.
@jorrite commented on GitHub (Oct 11, 2025):
Just added a PR to fix, however, even though I see the app trying to fetch the next 50 items, starting from the 10th position, they still don't show. Not sure sure what the problem is there. Paging through albums, tracks of playlists etc does work fine. Perhaps a data issue in my playlists?
@jorrite commented on GitHub (Oct 11, 2025):
Ah, I read your new notice on the
README.mdand I see Loxone App 16.1.x does walk through playlists! 👍With the current
2.1.5though, I get an endless stream of the same 10 playlists, PR #31 should set that straight.@rudyberends commented on GitHub (Oct 12, 2025):
Thanks for the fix, did not notice this one yet.
Specifically committed fix: add case for root playlist which is 3 segments and playlistid = 0 by you in https://github.com/rudyberends/lox-audioserver/pull/33