Jvanrhijn / polybar-spotify

🎶 Spotify artist and song module for Polybar
MIT License
581 stars 57 forks source link

spotifyd #21

Open rfbrnr opened 4 years ago

rfbrnr commented 4 years ago

is there any ways to make this work with spotifyd?

ilthraim commented 4 years ago

I got it to work with spotifyd by replacing

spotify_bus = session_bus.get_object( 'org.mpris.MediaPlayer2.spotify', '/org/mpris/MediaPlayer2' )

with

spotify_bus = session_bus.get_object( 'org.mpris.MediaPlayer2.spotifyd', '/org/mpris/MediaPlayer2' )