hoyon / mpv-mpris

MPRIS plugin for mpv
MIT License
608 stars 35 forks source link

Allow modifying dbus name with --audio-client-name #107

Open mjsir911 opened 3 months ago

mjsir911 commented 3 months ago

This allows for a combination of:

.mpv/config

[Music]
profile-cond=require 'mp.utils'.join_path(working_directory, path):match('tunes') ~= nil
audio-client-name=mpv-tunes

&

.config/rescrobbled/config.toml:

...
player-whitelist = ["mpv-tunes"]

To signal some data to be able to filter between different kinds of files being played by mpv.