Closed daredoes closed 2 months ago
A couple of things:
navigator.mediaDevices.enumerateDevices()
is failing (this could be a bug, or a browser issue)
- If you want a jukebox, I might recommend using the develop instance of Navidrome and using the Jukebox feature (a subsonic API feature).
Probably a very stupid question, but: I just installed Feishin, and it seems great, but how do I actually control the Jukebox mode in Navidrome (which is now in the main branch) in Feishin?
You need a client that actually supports jukebox controls (which is currently not Feishin).
Ah, thanks! I misread point 3 as saying that Feishin supported jukebox. Thanks for clarifying. I hope it does at some point - it seems great otherwise.
On desktop, this should be resolved by https://github.com/jeffvli/feishin/commit/af69a584183c2a08be1222bc7418fb898b8ac60a.
Expected Behavior
When navigating to the playback page of the settings, the user is able to select MPV Player instead of Web Player
Current Behavior
An error message appears saying unable to load the audio devices
Steps to Reproduce
apk add
in a docker shellPossible Solution (Not obligatory)
Add more documentation to configure this before the server first starts via a config file.
Context
I am trying to use Feishin to act as a JukeBox webpage where any user can trigger playback on it, and have the MPV Player control audio for the server which has the audio from mpv piped to Snapcast
Your Environment