[PR #54] [MERGED] Feat/local per zone favorites #156

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

📋 Pull Request Information

Original PR: https://github.com/lox-audioserver/lox-audioserver/pull/54
Author: @rudyberends
Created: 10/27/2025
Status: Merged
Merged: 10/27/2025
Merged by: @rudyberends

Base: betaHead: feat/local-per-zone-favorites


📝 Commits (2)

  • fb67c03 feat: local per zone favorites
  • aa55bc3 fix: updated local favorite handling

📊 Changes

8 files changed (+442 additions, -48 deletions)

View changed files

📝 src/backend/local/alerts/alertService.ts (+2 -2)
src/backend/local/favorites/favoritesService.ts (+233 -0)
📝 src/backend/provider/musicAssistant/utils.ts (+19 -5)
📝 src/http/handlers/alertCommands.ts (+1 -1)
📝 src/http/handlers/requesthandler.ts (+3 -0)
📝 src/http/handlers/zoneCommands.ts (+110 -39)
📝 src/http/webserver.ts (+1 -1)
src/utils/fileutils.ts (+73 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lox-audioserver/lox-audioserver/pull/54 **Author:** [@rudyberends](https://github.com/rudyberends) **Created:** 10/27/2025 **Status:** ✅ Merged **Merged:** 10/27/2025 **Merged by:** [@rudyberends](https://github.com/rudyberends) **Base:** `beta` ← **Head:** `feat/local-per-zone-favorites` --- ### 📝 Commits (2) - [`fb67c03`](https://github.com/lox-audioserver/lox-audioserver/commit/fb67c03275be44763d660d9f75689e1f09133017) feat: local per zone favorites - [`aa55bc3`](https://github.com/lox-audioserver/lox-audioserver/commit/aa55bc3f549526d62896abfe79a31289316a5ca4) fix: updated local favorite handling ### 📊 Changes **8 files changed** (+442 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `src/backend/local/alerts/alertService.ts` (+2 -2) ➕ `src/backend/local/favorites/favoritesService.ts` (+233 -0) 📝 `src/backend/provider/musicAssistant/utils.ts` (+19 -5) 📝 `src/http/handlers/alertCommands.ts` (+1 -1) 📝 `src/http/handlers/requesthandler.ts` (+3 -0) 📝 `src/http/handlers/zoneCommands.ts` (+110 -39) 📝 `src/http/webserver.ts` (+1 -1) ➕ `src/utils/fileutils.ts` (+73 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:28:39 +03:00
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#156
No description provided.