snippetbashTip
spotify_player — A TUI Spotify client that implements all features of the official Spotify app. More information: <ht
Viewed 0 times
spotify_playerthatcommandclientclispotifytuiimplements
Problem
How to use the
spotify_player command: A TUI Spotify client that implements all features of the official Spotify app. More information: <https://github.com/aome510/spotify-player#commands>.Solution
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_playerUse 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 likeDisplay a list of keybindings:
<?>Code Snippets
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_playerUse 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 likeContext
tldr-pages: common/spotify_player
Revisions (0)
No revisions yet.