webmastak / gnome-shell-extensions-mediaplayer

A mediaplayer indicator for GNOME Shell 3.18+.
https://extensions.gnome.org/extension/55/media-player-indicator/
GNU General Public License v2.0
376 stars 106 forks source link

Add support for spotify-client-qt #29

Closed frandieguez closed 12 years ago

frandieguez commented 12 years ago

Spotify Native client for Linux uses MPRIS2 and with unity is working well but with this extension the extension icon is not displayed.

eonpatapon commented 12 years ago

Hello,

You can try to add spotify to the players list in the metadata.json file and see if it works

frandieguez commented 12 years ago

Yep, works.

just add "spotify" to the list of players.

Seems that spotify doesn't support seek, but I have tested it using python http://www.mabishu.com/blog/2010/11/15/playing-with-d-bus-interface-of-spotify-for-linux/

eonpatapon commented 12 years ago

Support added, thanks