Open rodrgz opened 1 year ago
The problem also occurs when using ignored-players
feature. For example:
After checking some documentation for playerctl
it appears that this is an issue of the playerctld
proxy since there is no way to control to which player it listens.
Taking into the consideration the original problem of multiple players, the use of the playerctld
proxy should be avoided.
For anyone looking for this, a potential "fix" is this.
You can keep the player hidden, but playerctld allows you to shift up or down the current players available. So whenever it disappears, you can use the following configuration to change the selected player to the one of your choosing.
"on-scroll-up": "playerctld shift"
"on-scroll-down": "playerctld unshift"
This is still a very improvised fix, as it would be better if MPRIS just ignored the player completely instead of hiding itself when an ignored player is playing audio.
I'm seeing some problems with the module, regarding having more than one track/video playing at the same time.
Situation 1:
Situation 2:
In this case, it might be interesting to order the mopidy player in the background to be the one playing at the moment. Sort by order: play → pause. One thing that would solve this, and I think it would look elegant, would be the possibility to switch between all the players with the mouse scroll.