资 源 简 介
Introduction
spotify_cmd is a tool to control a running instance of Spotify under wine, it should work on Windows as well but have not been tested.
Compile
wineg++ spotify_cmd.cpp -o spotify_cmd.exe
You should now have a Linux executable file named spotify_cmd.exe
Usage
Play/pause playback ./spotify\_cmd.exe playpause
Stop playback ./spotify\_cmd.exe stop
Next track ./spotify\_cmd.exe next
Previous track ./spotify\_cmd.exe prev
Mute ./spotify\_cmd.exe mute
Volume down ./spotify\_cmd.exe voldown
Volume up ./spotify\_cmd.exe volup
Artist and track information ./spotify\_cmd.exe status
Do NOT run as "