From 26c70697171b3beeb0b6aac3637ec777ae4f3136 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Tue, 15 Jul 2025 01:14:30 +0000 Subject: [PATCH] spotify_player: add page (#17223) --- pages/common/spotify_player.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/spotify_player.md diff --git a/pages/common/spotify_player.md b/pages/common/spotify_player.md new file mode 100644 index 0000000000..eb43f809dd --- /dev/null +++ b/pages/common/spotify_player.md @@ -0,0 +1,28 @@ +# spotify_player + +> A TUI Spotify client that implements all features of the official Spotify app. +> More information: . + +- Start a daemon that plays music in the background: + +`spotify_player {{[-d|--daemon]}}` + +- Start the TUI (controls the daemon if available, otherwise starts its own client): + +`spotify_player` + +- Use the specified theme: + +`spotify_player {{[-t|--theme]}} {{theme_name}}` + +- Use configuration files (`app.toml`, `keymap.toml` and `theme.toml`) in the specified directory: + +`spotify_player {{[-c|--config-folder]}} {{path/to/directory}}` + +- Like the currently playing track: + +`spotify_player like` + +- Display a list of keybindings: + +``