Headless K7 client #20
kaybi-gh
started this conversation in
Ideas / Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What problem would this solve?
K7 today expects a full UI client (Web or MAUI). Homelab and multi-room setups often need a small box or server process with no screen: kitchen speaker, NAS-side player, systemd service on Linux, or a device that only receives remote play / cast-style commands. Running a browser or MAUI shell just for playback is heavy and awkward on headless hosts.
Proposed solution
Ship a first-party headless client host that registers as a normal K7 device, connects to the server API, and handles playback without Blazor UI.
Alternatives considered
Use third-party OpenSubsonic clients on the headless box (works for music, not full K7 UX / remote control parity). Run Web WASM in a headless browser (fragile, wasteful).
All reactions