-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature request: MPRIS support #45
Comments
Since youtube-tui uses mpv internally, it would be possible to take advantage of preexisting mpv scripts. For example, I use this plugin called mpv-discord to tell everyone that I am not an average spotify user, I would just install the plugin and load it by adding There are multiple mpv mpris plugins available, and I assume that the setup process is similar to how I setup mpv-discord. |
I'm not familiar with the Is this what you meant? $ cat ~/.config/youtube-tui/commands.yml
launch_command: loadpage library ;; flush ;; history clear ;; key Esc 0 ;; key Up 0 ;; key Up 0 ;; key Left 0 ;; key Enter 0 ;; mpv load-script /path/to/mpris/plugin.so Thank you for your help! |
out.mp4Since I use arch (btw), mpv-mpris installs to /etc/mpv/scripts/mpris.so by default. As shown in the video i was able to get it working If you want to try and see what went wrong, you can run commands while running the tui by pressing |
Thanks for the help. Interesting... the MPRIS plugin doesn't work when I play a video for the first time, though it does work after I either play another video, or pause the first video, etc... |
What a great program. Any chance we could get MPRIS support?
The text was updated successfully, but these errors were encountered: