spotify: add page (#3513)

italian
Krasimir Nedelchev 2019-11-02 21:30:03 +02:00 committed by Marco Bonelli
parent be012a2dd7
commit 9b2700f32c
1 changed files with 28 additions and 0 deletions

28
pages/osx/spotify.md Normal file
View File

@ -0,0 +1,28 @@
# 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`