Skip to content

Instantly share code, notes, and snippets.

@mikaelz
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikaelz/b01b4cea83c9466fc57b to your computer and use it in GitHub Desktop.
Save mikaelz/b01b4cea83c9466fc57b to your computer and use it in GitHub Desktop.
Control Spotify Linux from command line
#!/bin/bash
export DISPLAY=":0.0"
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next
#!/bin/bash
export DISPLAY=":0.0"
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment