From 9b2700f32c798ffe14ab75fd5ba9ee0316c0f063 Mon Sep 17 00:00:00 2001 From: Krasimir Nedelchev <19822240+kaykayehnn@users.noreply.github.com> Date: Sat, 2 Nov 2019 21:30:03 +0200 Subject: [PATCH] spotify: add page (#3513) --- pages/osx/spotify.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/osx/spotify.md diff --git a/pages/osx/spotify.md b/pages/osx/spotify.md new file mode 100644 index 0000000000..22dc26ecd9 --- /dev/null +++ b/pages/osx/spotify.md @@ -0,0 +1,28 @@ +# spotify + +> A command-line interface to Spotify. +> More information: . + +- 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`