[GH-ISSUE #50] Home: Last played not playing #13

Closed
opened 2026-02-27 19:27:55 +03:00 by kerem · 15 comments
Owner

Originally created by @mr-manuel on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/50

Thank again, for the awesome work you do! Your integration is making huge progress!

If I press play on a song that is displayed under Home -> Library - Last played (Bibliothek - Zuletzt Gespielt) then nothing happens.

# click on last played, nothing happens
[2025-10-21 20:56:42:5642][info][AppHttp] Handling request: audio/13/library/play/library:local:track:85/noshuffle
[2025-10-21 20:56:42:5642][debug][audioLibraryPlay] provider=MusicAssistantProvider zone=13 item=library:local:track:85 parent=
# click on last played, nothing happens
[2025-10-21 20:56:45:5645][info][AppHttp] Handling request: audio/13/library/play/library:local:track:85/noshuffle
[2025-10-21 20:56:45:5645][debug][audioLibraryPlay] provider=MusicAssistantProvider zone=13 item=library:local:track:85 parent=
# click on any favorite
[2025-10-21 20:57:00:570][info][AppHttp] Handling request: audio/cfg/getplaylists2/lms/nouser/0/0/20
[2025-10-21 20:57:00:570][debug][audioCfgGetPlaylists] provider=MusicAssistantProvider service=lms user=nouser playlist=root offset=0 limit=20
[2025-10-21 20:57:00:570][info][AppHttp] Handling request: audio/cfg/getmediafolder/0/0/50
[2025-10-21 20:57:00:570][debug][audioCfgGetMediaFolder] provider=MusicAssistantProvider requestId=0 offset=0 limit=50
[2025-10-21 20:57:00:570][debug][MusicAssistant] Connected to ws://192.168.0.90:8095/ws
[2025-10-21 20:57:00:570][debug][MusicAssistant] Server version: 2.6.0
[2025-10-21 20:57:03:573][info][AppHttp] Handling request: audio/13/roomfav/play/7/noshuffle
[2025-10-21 20:57:03:573][debug][favorites][zone:13] Playback favorite: Waterfalls
[2025-10-21 20:57:03:573][info][audioFavoritePlay] zone=13 favoriteId=7 provider=unknown
[2025-10-21 20:57:03:573][info][audioFavoritePlay] Playing favorite: Waterfalls → spotify://track/1OcV53oesLQw3VTW9I3uD3
Originally created by @mr-manuel on GitHub (Oct 21, 2025). Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/50 Thank again, for the awesome work you do! Your integration is making huge progress! If I press play on a song that is displayed under `Home -> Library - Last played (Bibliothek - Zuletzt Gespielt)` then nothing happens. ``` # click on last played, nothing happens [2025-10-21 20:56:42:5642][info][AppHttp] Handling request: audio/13/library/play/library:local:track:85/noshuffle [2025-10-21 20:56:42:5642][debug][audioLibraryPlay] provider=MusicAssistantProvider zone=13 item=library:local:track:85 parent= # click on last played, nothing happens [2025-10-21 20:56:45:5645][info][AppHttp] Handling request: audio/13/library/play/library:local:track:85/noshuffle [2025-10-21 20:56:45:5645][debug][audioLibraryPlay] provider=MusicAssistantProvider zone=13 item=library:local:track:85 parent= # click on any favorite [2025-10-21 20:57:00:570][info][AppHttp] Handling request: audio/cfg/getplaylists2/lms/nouser/0/0/20 [2025-10-21 20:57:00:570][debug][audioCfgGetPlaylists] provider=MusicAssistantProvider service=lms user=nouser playlist=root offset=0 limit=20 [2025-10-21 20:57:00:570][info][AppHttp] Handling request: audio/cfg/getmediafolder/0/0/50 [2025-10-21 20:57:00:570][debug][audioCfgGetMediaFolder] provider=MusicAssistantProvider requestId=0 offset=0 limit=50 [2025-10-21 20:57:00:570][debug][MusicAssistant] Connected to ws://192.168.0.90:8095/ws [2025-10-21 20:57:00:570][debug][MusicAssistant] Server version: 2.6.0 [2025-10-21 20:57:03:573][info][AppHttp] Handling request: audio/13/roomfav/play/7/noshuffle [2025-10-21 20:57:03:573][debug][favorites][zone:13] Playback favorite: Waterfalls [2025-10-21 20:57:03:573][info][audioFavoritePlay] zone=13 favoriteId=7 provider=unknown [2025-10-21 20:57:03:573][info][audioFavoritePlay] Playing favorite: Waterfalls → spotify://track/1OcV53oesLQw3VTW9I3uD3 ```
kerem closed this issue 2026-02-27 19:27:55 +03:00
Author
Owner

@rudyberends commented on GitHub (Oct 22, 2025):

yes, I will fix this.

most of your issues are fixed already, but i want to do a refactor of the codebase before I release it.

<!-- gh-comment-id:3432318543 --> @rudyberends commented on GitHub (Oct 22, 2025): yes, I will fix this. most of your issues are fixed already, but i want to do a refactor of the codebase before I release it.
Author
Owner

@mr-manuel commented on GitHub (Oct 22, 2025):

Thanks, then I will wait with further reports 😄

<!-- gh-comment-id:3432513056 --> @mr-manuel commented on GitHub (Oct 22, 2025): Thanks, then I will wait with further reports 😄
Author
Owner

@mr-manuel commented on GitHub (Nov 1, 2025):

Seems like this was removed. Only for now?

<!-- gh-comment-id:3476777856 --> @mr-manuel commented on GitHub (Nov 1, 2025): Seems like this was removed. Only for now?
Author
Owner

@rudyberends commented on GitHub (Nov 2, 2025):

#62 should fix your issue.

If you want a docker version, you can use testing. Please let me know if it works.

There were some changes made to the url paths to make them loxone compatible. Your saved favorites will contain the old paths and might be unplayable. You may need to recreate them. Sorry for that

<!-- gh-comment-id:3478259132 --> @rudyberends commented on GitHub (Nov 2, 2025): #62 should fix your issue. If you want a docker version, you can use testing. Please let me know if it works. There were some changes made to the url paths to make them loxone compatible. Your saved favorites will contain the old paths and might be unplayable. You may need to recreate them. Sorry for that
Author
Owner

@mr-manuel commented on GitHub (Nov 2, 2025):

If you want a docker version, you can use testing. Please let me know if it works.

I build the docker container always freshly on my machine from a git commit, so I can switch branches without issues.

There were some changes made to the url paths to make them loxone compatible. Your saved favorites will contain the old paths and might be unplayable. You may need to recreate them. Sorry for that

The last played are not showed anymore with v3, so I cannot test the fix. No problem, important is that we get forward and get a nice software.

Thanks again for all your effort!

<!-- gh-comment-id:3478327295 --> @mr-manuel commented on GitHub (Nov 2, 2025): > If you want a docker version, you can use testing. Please let me know if it works. I build the docker container always freshly on my machine from a git commit, so I can switch branches without issues. > There were some changes made to the url paths to make them loxone compatible. Your saved favorites will contain the old paths and might be unplayable. You may need to recreate them. Sorry for that The last played are not showed anymore with v3, so I cannot test the fix. No problem, important is that we get forward and get a nice software. Thanks again for all your effort!
Author
Owner

@rudyberends commented on GitHub (Nov 2, 2025):

the fix recent not showing branch should have working last played.

<!-- gh-comment-id:3478332668 --> @rudyberends commented on GitHub (Nov 2, 2025): the fix recent not showing branch should have working last played.
Author
Owner

@mr-manuel commented on GitHub (Nov 2, 2025):

There is no difference to testing? https://github.com/rudyberends/lox-audioserver/compare/testing...fix/fix-recent-not-showing

<!-- gh-comment-id:3478360959 --> @mr-manuel commented on GitHub (Nov 2, 2025): There is no difference to testing? https://github.com/rudyberends/lox-audioserver/compare/testing...fix/fix-recent-not-showing
Author
Owner

@rudyberends commented on GitHub (Nov 2, 2025):

no :-)

It should also work with testing. But recent is a bit tricky. You dont see it if you force close your client?

<!-- gh-comment-id:3478381581 --> @rudyberends commented on GitHub (Nov 2, 2025): no :-) It should also work with testing. But recent is a bit tricky. You dont see it if you force close your client?
Author
Owner

@mr-manuel commented on GitHub (Nov 2, 2025):

Correctly, I don't see it. I tried with the Windows app, Android app and iOS app. Anyway this is not that important, can be fixed as very last.

<!-- gh-comment-id:3478393494 --> @mr-manuel commented on GitHub (Nov 2, 2025): Correctly, I don't see it. I tried with the Windows app, Android app and iOS app. Anyway this is not that important, can be fixed as very last.
Author
Owner

@rudyberends commented on GitHub (Nov 2, 2025):

could you show me the output of;

http://'audioserverip':7091/audio/cfg/recent/'zoneid'/0/50

<!-- gh-comment-id:3478398927 --> @rudyberends commented on GitHub (Nov 2, 2025): could you show me the output of; http://'audioserverip':7091/audio/cfg/recent/'zoneid'/0/50
Author
Owner

@mr-manuel commented on GitHub (Nov 2, 2025):

{
  "recent_result": [],
  "command": "audio/cfg/recent/13/0/50"
}
<!-- gh-comment-id:3478402304 --> @mr-manuel commented on GitHub (Nov 2, 2025): ```json { "recent_result": [], "command": "audio/cfg/recent/13/0/50" } ```
Author
Owner

@rudyberends commented on GitHub (Nov 5, 2025):

I cannot reproduce this issue. Works fine on my test systems. Do you have recently played on your musicassistant server?

<!-- gh-comment-id:3492880674 --> @rudyberends commented on GitHub (Nov 5, 2025): I cannot reproduce this issue. Works fine on my test systems. Do you have recently played on your musicassistant server?
Author
Owner

@mr-manuel commented on GitHub (Nov 6, 2025):

Can you post a screenshot how it looks like on your end? Music Assistant has entries in the recently played playlist.

<!-- gh-comment-id:3496942567 --> @mr-manuel commented on GitHub (Nov 6, 2025): Can you post a screenshot how it looks like on your end? Music Assistant has entries in the recently played playlist.
Author
Owner

@rudyberends commented on GitHub (Nov 16, 2025):

Could you try the latest version on the testing branch?

This version has additional debug logging that should give us some more information

<!-- gh-comment-id:3539383865 --> @rudyberends commented on GitHub (Nov 16, 2025): Could you try the latest version on the testing branch? This version has additional debug logging that should give us some more information
Author
Owner

@mr-manuel commented on GitHub (Nov 23, 2025):

Last played now works.

<!-- gh-comment-id:3568127187 --> @mr-manuel commented on GitHub (Nov 23, 2025): Last played now works.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lox-audioserver#13
No description provided.