[GH-ISSUE #88] Music Assistant 2.7.x support #37

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

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

Is it possible to already have a branch that supports Music Assistant 2.7.x even if it's still in beta? Version 2.6.x has a memory leak and does not run anymore longer than a few hours without crashing. I have assigned it 32 GB of RAM with 7 players...

See this links. I added them as code to not create a link in these issues.

https://github.com/music-assistant/support/issues/4097#issuecomment-3456493401
https://github.com/music-assistant/support/issues/4263#issuecomment-3359921032
Originally created by @mr-manuel on GitHub (Nov 21, 2025). Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/88 Is it possible to already have a branch that supports Music Assistant 2.7.x even if it's still in beta? Version 2.6.x has a memory leak and does not run anymore longer than a few hours without crashing. I have assigned it 32 GB of RAM with 7 players... See this links. I added them as code to not create a link in these issues. ``` https://github.com/music-assistant/support/issues/4097#issuecomment-3456493401 https://github.com/music-assistant/support/issues/4263#issuecomment-3359921032 ```
kerem closed this issue 2026-02-27 19:28:03 +03:00
Author
Owner

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

There are dedicated mappers in the code for 2.7 already, but you have to do it manually. You can just rename them and you will have support for 2.7.

mappers are in "src/model/adapters/musicAssistant/state"

<!-- gh-comment-id:3566863400 --> @rudyberends commented on GitHub (Nov 22, 2025): There are dedicated mappers in the code for 2.7 already, but you have to do it manually. You can just rename them and you will have support for 2.7. mappers are in "src/model/adapters/musicAssistant/state"
Author
Owner

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

Somehow Lox-Audioserver does not start at all, if I have Music Assistant 2.7.x running (with and without renaming the files before building). When I turn back to 2.6.x then Lox-Audioserver starts instantly.

In the Lox-Audioserver logs there is nothing special:

[2025-11-23 15:29:24.219][info] [main] Starting Loxone AudioServer runtime...
[2025-11-23 15:29:24.219][info] [Runtime] Waiting for configuration readiness...
[2025-11-23 15:29:24.223][info] [configStore] Loaded configuration from disk.
[2025-11-23 15:29:24.223][info] [ConfigManager] Loaded configuration from disk.
[2025-11-23 15:29:24.224][info] [AudioServerRuntime] Restored AudioServer "Lox-Audioserver" with 3 extensions.
[2025-11-23 15:29:24.224][info] [ZoneRuntime] Initializing 7 zones...
[2025-11-23 15:29:24.232][info] [MusicAssistantClient] Connected to ws://192.168.1.111:8095/ws
[2025-11-23 15:29:24.233][info] [MusicAssistantApi] Connected to 192.168.1.111:8095
[2025-11-23 15:29:24.233][info] [ZoneRuntime][01.1 Wohnzimmer] Attached content mapper "musicassistant" (playback enabled)
<!-- gh-comment-id:3568082017 --> @mr-manuel commented on GitHub (Nov 23, 2025): Somehow Lox-Audioserver does not start at all, if I have Music Assistant 2.7.x running (with and without renaming the files before building). When I turn back to 2.6.x then Lox-Audioserver starts instantly. In the Lox-Audioserver logs there is nothing special: ``` [2025-11-23 15:29:24.219][info] [main] Starting Loxone AudioServer runtime... [2025-11-23 15:29:24.219][info] [Runtime] Waiting for configuration readiness... [2025-11-23 15:29:24.223][info] [configStore] Loaded configuration from disk. [2025-11-23 15:29:24.223][info] [ConfigManager] Loaded configuration from disk. [2025-11-23 15:29:24.224][info] [AudioServerRuntime] Restored AudioServer "Lox-Audioserver" with 3 extensions. [2025-11-23 15:29:24.224][info] [ZoneRuntime] Initializing 7 zones... [2025-11-23 15:29:24.232][info] [MusicAssistantClient] Connected to ws://192.168.1.111:8095/ws [2025-11-23 15:29:24.233][info] [MusicAssistantApi] Connected to 192.168.1.111:8095 [2025-11-23 15:29:24.233][info] [ZoneRuntime][01.1 Wohnzimmer] Attached content mapper "musicassistant" (playback enabled) ```
Author
Owner

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

Probably it would be nice, that Lox-Audioserver fetches the Music Assistant version and then loads the correct modules?

<!-- gh-comment-id:3568083375 --> @mr-manuel commented on GitHub (Nov 23, 2025): Probably it would be nice, that Lox-Audioserver fetches the Music Assistant version and then loads the correct modules?
Author
Owner

@rudyberends commented on GitHub (Dec 29, 2025):

4.x release will support 2.7

<!-- gh-comment-id:3695846566 --> @rudyberends commented on GitHub (Dec 29, 2025): 4.x release will support 2.7
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#37
No description provided.