[PR #2] [MERGED] Initial Release #118

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

📋 Pull Request Information

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

Base: mainHead: beta


📝 Commits (10+)

📊 Changes

74 files changed (+17797 additions, -30 deletions)

View changed files

.DS_Store (+0 -0)
.dockerignore (+14 -0)
.eslintignore (+1 -0)
.eslintrc (+41 -0)
.github/workflows/create-release-and-build.yml (+225 -0)
.gitignore (+126 -0)
.prettierrc (+4 -0)
.vscode/settings.json (+3 -0)
LICENSE (+201 -0)
📝 README.md (+7 -30)
nodemon.json (+6 -0)
package-lock.json (+3433 -0)
package.json (+54 -0)
playlist_output.json (+2 -0)
public/admin/app.js (+2251 -0)
public/admin/headerimage.jpg (+0 -0)
public/admin/index.html (+65 -0)
public/admin/style.css (+2590 -0)
public/admin/unknownalbum.png (+0 -0)
src/backend/provider/beoLink/index.ts (+94 -0)

...and 54 more files

📄 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/2 **Author:** [@rudyberends](https://github.com/rudyberends) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/8/2025 **Merged by:** [@rudyberends](https://github.com/rudyberends) **Base:** `main` ← **Head:** `beta` --- ### 📝 Commits (10+) - [`d93b7a4`](https://github.com/lox-audioserver/lox-audioserver/commit/d93b7a4431988428b4bbec39cab0752ab37b58c4) major: initial release - [`ca19ea6`](https://github.com/lox-audioserver/lox-audioserver/commit/ca19ea63985aa856aea74ba23c8559be79d1fc96) added documentation - [`f53ff90`](https://github.com/lox-audioserver/lox-audioserver/commit/f53ff9063335927ee0ec573fd1d70194fec4bd5e) refactor: one source of truth for the backends - [`f73fd7d`](https://github.com/lox-audioserver/lox-audioserver/commit/f73fd7d8acdbb53e64286e878d94b3857f056373) Initial implementation of Beolink Provider - [`a196698`](https://github.com/lox-audioserver/lox-audioserver/commit/a1966989945db2a54958d1841a854c92e3883155) updates for initial release - [`679977c`](https://github.com/lox-audioserver/lox-audioserver/commit/679977c9a3957bbac49cb2d4eb7488ce109f355d) fix: npm run build - [`84b69ec`](https://github.com/lox-audioserver/lox-audioserver/commit/84b69ec0fb5852d84ee6a410fa5488fe50b0f1f9) initial release - [`e72c109`](https://github.com/lox-audioserver/lox-audioserver/commit/e72c1092fba0dffb9a4801de621f5db7a2b9434f) version bump - [`c6dcd3f`](https://github.com/lox-audioserver/lox-audioserver/commit/c6dcd3f6aea53d0c05ee858a0c764766ebc1595d) fix: release and build - [`d45b252`](https://github.com/lox-audioserver/lox-audioserver/commit/d45b25264ccddb811a1abe7f7a7d294b0e45574b) fix: github release ### 📊 Changes **74 files changed** (+17797 additions, -30 deletions) <details> <summary>View changed files</summary> ➕ `.DS_Store` (+0 -0) ➕ `.dockerignore` (+14 -0) ➕ `.eslintignore` (+1 -0) ➕ `.eslintrc` (+41 -0) ➕ `.github/workflows/create-release-and-build.yml` (+225 -0) ➕ `.gitignore` (+126 -0) ➕ `.prettierrc` (+4 -0) ➕ `.vscode/settings.json` (+3 -0) ➕ `LICENSE` (+201 -0) 📝 `README.md` (+7 -30) ➕ `nodemon.json` (+6 -0) ➕ `package-lock.json` (+3433 -0) ➕ `package.json` (+54 -0) ➕ `playlist_output.json` (+2 -0) ➕ `public/admin/app.js` (+2251 -0) ➕ `public/admin/headerimage.jpg` (+0 -0) ➕ `public/admin/index.html` (+65 -0) ➕ `public/admin/style.css` (+2590 -0) ➕ `public/admin/unknownalbum.png` (+0 -0) ➕ `src/backend/provider/beoLink/index.ts` (+94 -0) _...and 54 more files_ </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:31 +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#118
No description provided.