mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-22 09:15:22 +02:00
spotify_player: add page (#17223)
This commit is contained in:
parent
c4bda970b3
commit
26c7069717
1 changed files with 28 additions and 0 deletions
28
pages/common/spotify_player.md
Normal file
28
pages/common/spotify_player.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# spotify_player
|
||||
|
||||
> A TUI Spotify client that implements all features of the official Spotify app.
|
||||
> More information: <https://github.com/aome510/spotify-player#commands>.
|
||||
|
||||
- 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:
|
||||
|
||||
`<?>`
|
Loading…
Add table
Reference in a new issue