snippetbashTip
spotify — A command-line interface to Spotify. More information: <https://github.com/hnarayanan/shpotify#usage
Viewed 0 times
commandinterfaceclispotifymoreline
macos
Problem
How to use the
spotify command: A command-line interface to Spotify. More information: <https://github.com/hnarayanan/shpotify#usage>.Solution
spotify — A command-line interface to Spotify. More information: <https://github.com/hnarayanan/shpotify#usage>.Find a song by name and play it:
spotify play {{song_name}}Find a playlist by name and play it:
spotify play list {{playlist_name}}Pause (or resume) playback:
spotify pauseSkip to the next song in a playlist:
spotify nextChange volume:
spotify vol {{up|down|value}}Show the playback status and song details:
spotify statusCode Snippets
Find a song by name and play it
spotify play {{song_name}}Find a playlist by name and play it
spotify play list {{playlist_name}}Pause (or resume) playback
spotify pauseSkip to the next song in a playlist
spotify nextChange volume
spotify vol {{up|down|value}}Context
tldr-pages: osx/spotify
Revisions (0)
No revisions yet.