mirror of
https://github.com/lox-audioserver/lox-audioserver.git
synced 2026-04-25 22:35:53 +03:00
[PR #146] [CLOSED] 4.x branch #180
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#180
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?
📋 Pull Request Information
Original PR: https://github.com/lox-audioserver/lox-audioserver/pull/146
Author: @rudyberends
Created: 1/31/2026
Status: ❌ Closed
Base:
beta← Head:4.x-branch📝 Commits (10+)
b9b9cc5chore: trigger 4.0.0-beta.3 release86a6060fix(line-in): remove AcoustID metadata lookup6b121d5feat(line-in): use in-memory shazam resample and drop ffmpeg temp files9c928a6fix(airplay): fixed airPlay output config handling for RAOP devicesa80a346chore(deps): update npm packages and apply audit fixese5f72edchore(deps): bump @lox-audioserver/node-airplay-sender to 0.4.60172540fix(sendspin): ignore client volume updates by default882177efeat(sendspin): add Sendspin source control handlingff722cafix(mdns): advertise configured audioserver ip60d44c0feat: validate music assistant bridge connection📊 Changes
49 files changed (+3772 additions, -1838 deletions)
View changed files
📝
package-lock.json(+1212 -1196)📝
package.json(+26 -27)📝
src/adapters/content/providers/applemusic/appleMusicStreamService.ts(+98 -11)📝
src/adapters/content/providers/localLibraryProvider.ts(+2 -2)📝
src/adapters/discovery/loxAudioMdnsService.ts(+2 -1)📝
src/adapters/http/adminApi/adminApiHandler.ts(+160 -29)📝
src/adapters/http/httpService.ts(+9 -0)📝
src/adapters/http/streams/audioStreamHandler.ts(+221 -1)📝
src/adapters/inputs/InputsAdapter.ts(+4 -0)📝
src/adapters/inputs/linein/lineInIngestTcp.ts(+4 -2)📝
src/adapters/inputs/linein/lineInMetadataService.ts(+145 -189)📝
src/adapters/inputs/linein/sendspinLineInService.ts(+64 -1)📝
src/adapters/inputs/musicassistant/musicAssistantStreamService.ts(+56 -0)📝
src/adapters/inputs/spotify/spotifyInputService.ts(+27 -13)📝
src/adapters/loxone/commands/handlers/configHandlers.ts(+6 -1)📝
src/adapters/loxone/commands/handlers/inputHandlers.ts(+19 -5)📝
src/adapters/loxone/services/loxoneConfigService.ts(+32 -1)📝
src/adapters/outputs/airplay/airplayFlowSession.ts(+75 -8)📝
src/adapters/outputs/airplay/airplayOutput.ts(+97 -53)📝
src/adapters/outputs/airplay/airplaySender.ts(+38 -9)...and 29 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.