Add a script to control [MPRIS](https://specifications.freedesktop.org/mpris-spec/latest/) Media Players. We can use [playerctl](https://github.com/altdesktop/playerctl) as backend, and create a interface with dmenu. ## References * [MPRIS](https://specifications.freedesktop.org/mpris-spec/latest/) * [playerctl](https://github.com/altdesktop/playerctl) * [Connect and control your media player with python and dbus using MPRIS](https://amish.naidu.dev/blog/dbus/) * [dbus-send](https://dbus.freedesktop.org/doc/dbus-send.1.html) * [VLC - DBus-usage](https://wiki.videolan.org/DBus-usage/) * [github - popcornmix/omxplayer](https://github.com/popcornmix/omxplayer/blob/master/dbuscontrol.sh)] * [Command to get list of all media playing](https://askubuntu.com/questions/1298707/command-to-get-list-of-all-media-playing) * [Command to get list of all media playing](https://askubuntu.com/questions/1298707/command-to-get-list-of-all-media-playing) * [Arch Wiki - MPRIS](https://wiki.archlinux.org/index.php/MPRIS) * [Spotify playback and volume control using keyboard shortcuts on Linux](https://foxypanda.me/spotify-playback-and-volume-control-using-keyboard-shortcuts-on-linux/)
Add a script to control MPRIS Media Players.
We can use playerctl as backend, and create a interface with dmenu.
References