userbyte / XFCE-MPRIS-Plugin

MPRIS "Now playing" integration with XFCE panel
GNU General Public License v3.0
1 stars 0 forks source link

auto-detect active player #1

Closed userbyte closed 1 year ago

userbyte commented 2 years ago

support multiple players without having to edit config

ex. set PLAYER config value to "auto" and the script will try and detect what players are running, then choose and get song info from the most relevant one based off a priority check of some sort (spotify > lollypop > mpd > *)

userbyte commented 1 year ago

the way it works currently is it'll pick whatever player it finds first based off the PRIOLIST, regardless of if the player is actually playing music, stopped, etc. ideally i want it to use the first player that isnt paused, ill maybe implement that in the future if i remember...