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
Expected: PlayListId's should start with a reverse DNS of the player.
Example: Pithos PlayListId's start with '/io/github/Pithos/PlaylistId/'
Actual: Clementine PlayListId's start with '/org/mpris/MediaPlayer2/Playlists'
As noted in #5795 the use of object paths that start with '/org/mpris/' is forbidden by spec.
This along with #5797 means that your PlayList interface is broken.
Expected behaviour / actual behaviour
Expected: PlayListId's should start with a reverse DNS of the player.
Example: Pithos PlayListId's start with '/io/github/Pithos/PlaylistId/'
Actual: Clementine PlayListId's start with '/org/mpris/MediaPlayer2/Playlists'
As noted in #5795 the use of object paths that start with '/org/mpris/' is forbidden by spec.
This along with #5797 means that your PlayList interface is broken.
Steps to reproduce the problem (only for bugs)
Get playlists from Clementine.
https://github.com/JasonLG1979/gnome-shell-extensions-mediaplayer/wiki/Known-Player-Bugs#clementine
The text was updated successfully, but these errors were encountered: