1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 19:04:55 +02:00
tldr/pages/osx/spotify.md
2019-11-02 20:30:03 +01:00

28 lines
476 B
Markdown

# spotify
> A command-line interface to Spotify.
> More information: <https://github.com/hnarayanan/shpotify>.
- 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 pause`
- Skip to the next song in a playlist:
`spotify next`
- Change volume:
`spotify vol {{up|down|value}}`
- Show the playback status and song details:
`spotify status`