[PR #38] [MERGED] Feat/fav recent and search support #144

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

📋 Pull Request Information

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

Base: mainHead: feat/fav-recent-and-search-support


📝 Commits (3)

  • 3e6b096 chore: modernize husky commit hook
  • b51f139 feat: implementation of search, recent and favorites
  • 5e25102 fix: fixed search and some play commands

📊 Changes

13 files changed (+1394 additions, -69 deletions)

View changed files

📝 .husky/commit-msg (+1 -3)
📝 package-lock.json (+14 -0)
📝 package.json (+10 -9)
src/backend/provider/musicAssistant/favorites.ts (+331 -0)
📝 src/backend/provider/musicAssistant/index.ts (+120 -26)
📝 src/backend/provider/musicAssistant/library.ts (+7 -7)
src/backend/provider/musicAssistant/recent.ts (+204 -0)
src/backend/provider/musicAssistant/search.ts (+414 -0)
📝 src/backend/provider/musicAssistant/utils.ts (+5 -3)
📝 src/backend/provider/types.ts (+72 -1)
📝 src/http/handlers/providerCommands.ts (+36 -1)
📝 src/http/handlers/requesthandler.ts (+10 -0)
📝 src/http/handlers/zoneCommands.ts (+170 -19)

📄 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/38 **Author:** [@rudyberends](https://github.com/rudyberends) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@rudyberends](https://github.com/rudyberends) **Base:** `main` ← **Head:** `feat/fav-recent-and-search-support` --- ### 📝 Commits (3) - [`3e6b096`](https://github.com/lox-audioserver/lox-audioserver/commit/3e6b0961700c073c7bc55aecd22196fef3d82a71) chore: modernize husky commit hook - [`b51f139`](https://github.com/lox-audioserver/lox-audioserver/commit/b51f139d03edc30063ee31da966d665ca7c3364e) feat: implementation of search, recent and favorites - [`5e25102`](https://github.com/lox-audioserver/lox-audioserver/commit/5e25102d41908f5a8a8019e81b40a245df60b260) fix: fixed search and some play commands ### 📊 Changes **13 files changed** (+1394 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `.husky/commit-msg` (+1 -3) 📝 `package-lock.json` (+14 -0) 📝 `package.json` (+10 -9) ➕ `src/backend/provider/musicAssistant/favorites.ts` (+331 -0) 📝 `src/backend/provider/musicAssistant/index.ts` (+120 -26) 📝 `src/backend/provider/musicAssistant/library.ts` (+7 -7) ➕ `src/backend/provider/musicAssistant/recent.ts` (+204 -0) ➕ `src/backend/provider/musicAssistant/search.ts` (+414 -0) 📝 `src/backend/provider/musicAssistant/utils.ts` (+5 -3) 📝 `src/backend/provider/types.ts` (+72 -1) 📝 `src/http/handlers/providerCommands.ts` (+36 -1) 📝 `src/http/handlers/requesthandler.ts` (+10 -0) 📝 `src/http/handlers/zoneCommands.ts` (+170 -19) </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:37 +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#144
No description provided.