Skip to content

Invalid MPRIS PlayListId's #5798

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
JasonLG1979 opened this issue Jul 22, 2017 · 1 comment
Closed

Invalid MPRIS PlayListId's #5798

JasonLG1979 opened this issue Jul 22, 2017 · 1 comment

Comments

@JasonLG1979
Copy link

JasonLG1979 commented Jul 22, 2017

  • Operating System: Fedora 26
  • Clementine version: 1.3.1

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

@JasonLG1979
Copy link
Author

QString("/org/mpris/MediaPlayer2/Playlists/%1").arg(id));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant