First POC with working playback
🏗️ Build Plugin / call (push) Failing after 0s
📝 Create/Update Release Draft & Release Bump PR / call (push) Failing after 0s
🔬 Run CodeQL / call (push) Failing after 0s
🧪 Test Plugin / call (push) Failing after 0s

This commit is contained in:
2025-12-13 23:54:33 +01:00
parent 7a9dbdafcc
commit 2f5a182afd
21 changed files with 2777 additions and 540 deletions
+10 -8
View File
@@ -1,16 +1,18 @@
---
name: "Template"
guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1"
name: "JellyLMS"
guid: "a5b8c9d0-1e2f-3a4b-5c6d-7e8f9a0b1c2d"
version: "1.0.0.0"
targetAbi: "10.9.0.0"
framework: "net8.0"
overview: "Short description about your plugin"
overview: "Bridge plugin to stream Jellyfin audio to Logitech Media Server (LMS) players"
description: >
This is a longer description that can span more than one
line and include details about your plugin.
category: "General"
JellyLMS enables Jellyfin to stream audio to LMS (Logitech Media Server) for
multi-room synchronized playback. Jellyfin owns the library, queue, and playback
intent while LMS handles synchronized audio delivery to Squeezebox players,
piCorePlayer devices, and other LMS-compatible endpoints.
category: "Music"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.Template.dll"
- "Jellyfin.Plugin.JellyLMS.dll"
changelog: >
changelog
Initial release with LMS integration for multi-room audio playback.