Zsh function to control Spotify Linux via DBus. Includes a plugin file to use with oh-my-zsh. It also creates an alias spofy, because laziness. For the same reason the interface changed a little (see below). Also it is spaced alias so histignorespace is used.
_spotify-control <command>
- play, pause (s)
- next (n)
- prev (p)
- getTitle
- getArtist
- getAlbum
- status (Playing/Paused/etc, Artist - Title) [default (no command given)]
Forked from: nriitala/spotify-control Originally forked from: mgarratt/spotify-control