You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the README on this repo, in order to add a player's id to the whitelist one needs to find its MPRIS id beforehand.
However, Spotube in particular seems to generate a new one each time it runs. For instance:
$ playerctl --list-all
Spotube.instance4761
The number at the end seems to match its PID. Any possible workaround?
The text was updated successfully, but these errors were encountered:
Hi, I'm assuming you've tried it and the whitelist doesn't work? IIRC playerctl actually reports the player "bus name", and rescrobbled already should strip the .instance123 part from there, so just whitelisting Spotubeshould work. If it doesn't, you could also try whitelisting by the actual MPRIS id.
Whitelisting as Spotube, with or without the instance specific suffix, doesn't seem to work.
Using the MPRIS id (which I assume is org.mpris.MediaPlayer2.Spotube) doesn't help either.
According to the README on this repo, in order to add a player's id to the whitelist one needs to find its MPRIS id beforehand.
However, Spotube in particular seems to generate a new one each time it runs. For instance:
The number at the end seems to match its PID. Any possible workaround?
The text was updated successfully, but these errors were encountered: