spotify-cli-utility v1.1.0
This commandline utility is unofficial and is not affiliated nor endorsed by Spotify AB in any way.
Spotify CLI
Unoffical uitility to control your Spotify music via the CLI!
Setup
npm i -g spotify-cli
spotify loginCommands
spotify loginUsed to login to your Spotify account and add a developer application.
spotify resetUsed to reset all saved data, including your login information and developer application details. You will need to usespotify loginagain after this has been ran.
spotify play [song]Resumes playback, or plays the specified song if available.
spotify pausePauses playback.
spotify songDisplays the current song playing.
spotify playlist <playlist>Plays the playlist specified.
spotify volume <volume>Sets the volume to the specified value.
spotify skipSkips the current song.
spotify previousPlays the previous song.
spotify lyricsDisplays the lyrics for the current song.