clementine
all
A modern music player and library organizer. See also: `audacious`, `qmmp`, `cmus`, `mpv`.
More info →Options (5)
-t, --play-pausebooleanToggle between pausing and playing
Example:
clementine {{[-t|--play-pause]}}-s, --stopbooleanStop playback
Example:
clementine {{[-s|--stop]}}-c, --createbooleanCreate a new playlist with one or more music files or URLs
Example:
clementine {{[-c|--create]}} {{URL1|path/to/music1.ext URL2|path/to/music2.ext ...}}-l, --loadbooleanLoad a playlist file
Example:
clementine {{[-l|--load]}} {{path/to/playlist.ext}}-k, --play-trackbooleanPlay a specific track in the currently loaded playlist
Example:
clementine {{[-k|--play-track]}} {{5}}Examples (8)
Start the GUI or bring it to front
Start playing music
clementine URL|path/to/music.extToggle between pausing and playing
clementine [-t|--play-pause]Stop playback
clementine [-s|--stop]Skip to the next or previous track
clementine --next|previousCreate a new playlist with one or more music files or URLs
clementine [-c|--create] URL1|path/to/music1.ext URL2|path/to/music2.ext ...Load a playlist file
clementine [-l|--load] path/to/playlist.extPlay a specific track in the currently loaded playlist
clementine [-k|--play-track] 5made by @shridhargupta | data from tldr-pages