polybar-spotify icon indicating copy to clipboard operation
polybar-spotify copied to clipboard

spotifyd

Open rfbrnr opened this issue 4 years ago • 1 comments

is there any ways to make this work with spotifyd?

rfbrnr avatar Jul 03 '20 16:07 rfbrnr

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' )

ilthraim avatar Jul 11 '20 23:07 ilthraim