MarshallOfSound / Google-Play-Music-Desktop-Player-UNOFFICIAL-

A beautiful cross platform Desktop Player for Google Play Music
https://www.googleplaymusicdesktopplayer.com
MIT License
8.27k stars 766 forks source link

Implement Playlists in the MPRIS spec #1818

Open MightyAlex200 opened 7 years ago

MightyAlex200 commented 7 years ago

OS: Manjaro GNOME (community edition) 16.08 64-bit (GNOME version 3.20.2)

Issue Descriptions: The Media Player Indicator extension for GNOME integrates fine and lets me pause, play, and skip songs perfectly, but the volume slider nor the list of playlists work. The bar to scrub music does not show either.

Steps to Reproduce: Install GNOME Media Player Indicator Let Media Player Indicator access playlists and volume via GNOME Tweak Tool Google Play Music Desktop Player does not let Media Player Indicator access volume, playlists or scrub music

MarshallOfSound commented 7 years ago

Seek currently has issues see --> https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/1626#issuecomment-246352166

I guess playlists could be implemented through https://www.npmjs.com/package/mpris-service#playlists but I'm not sure how smoothly it will work.

MarshallOfSound commented 7 years ago

I spent a few hours investigating this and AFAICS playlists just "Don't Work"(tm) with the node.js mpris implementation, if someone else can make them work that would be cool 😆