mirror of
https://github.com/lox-audioserver/lox-audioserver.git
synced 2026-04-26 06:45:47 +03:00
[GH-ISSUE #44] Favorites handling #10
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#10
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 @mr-manuel on GitHub (Oct 18, 2025).
Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/44
The favorites in the Loxone app should be handled separately from the backend. I'm using Music Assistant as backend with Spotify and nearly all liked songs are already pre-selected as favorites.
The correct behavior therefore would be, that every audio player function block/zone has his own favorites list.
@rudyberends commented on GitHub (Oct 18, 2025):
branch feat/local-per-zone-favorites has it.
It uses json files for every zone and is stored in the data directory
@mr-manuel commented on GitHub (Oct 19, 2025):
Nice thanks. Now the favorite ID cannot be changed anymore. Could you allow that? Reason is that I have different buttons in the house where a fixed favorite ID is assigned and started. This would allow me to change the favorite start playing without the need to use the LoxConfig every time.
Is there a reason why it now starts from 1 000 000?
@rudyberends commented on GitHub (Oct 19, 2025):
yes, its in the latest version.
Right now it's missing some metadata. This wil come back soon. For now you can test the rest of the functionality.
@mr-manuel commented on GitHub (Oct 19, 2025):
Latest version of the
feat/local-per-zone-favoritesbranch? There I have now favorites per audio player but I can't play them anymore and I'm not able to change the favorite ID.@rudyberends commented on GitHub (Oct 21, 2025):
I think you should remove your local cache, as it should work.
@mr-manuel commented on GitHub (Oct 21, 2025):
That was indeed the issue, sorry.
Now I'm stuck at playing a favorite through the Fav function block input:
There you can inject the favorite ID which should be played, in the sample above favorite ID
8.The rest is now working (favorites per audio player and editing the favorite ID).
@rudyberends commented on GitHub (Oct 21, 2025):
Yeah, will implement that.
@rudyberends commented on GitHub (Nov 1, 2025):
This should now work in the latest 3.0.0 release. Please start with a fresh config and let me know the results.
@mr-manuel commented on GitHub (Nov 1, 2025):
This works now as expected. Thanks!