-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MPV integration #12
Comments
Hello @ninnghazad sorry for the late response but there quite a bit of dependency's for this application I don't have all of them written down. But hopefully here is a breakdown of your question I believe.
Yes this allows you to play videos / movies and listen to music on your desktop. But its not a local version of the webgui. This just enables you to view them on your pc without a full fledged browser (if you'd call it that). This is written in electron which only loads the URL of the website and displays it through this frame on your desktop.
That player is identical to the one in the web browser because it is the one in the web browser
Yes there are quite a few. The only ones we require you to install on your own are Node JS and Npm. After that npm handles all of our deps through its package manager. It does install quite a bit. By the end of the day it is quite hefty. |
thanks for the information. |
MPV is already integrated, but not working at all (like the rest of the app). I'll fix it soonish (depending on how fast the PRs get reviewed) |
i understood this to be local version of the webgui which would allow me to play media using mpv.
it does however use whatever player is integrated with chromium it seems.
are there any additional requirements for it to use the mpv installed on the system?
using debian with minimal wm (blackbox).
The text was updated successfully, but these errors were encountered: