HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

clementine — A modern music player and library organizer. See also: `audacious`, `qmmp`, `cmus`, `mpv`. More info

Submitted by: @import:tldr-pages··
0
Viewed 0 times
musiccommandclementineandmodernlibrarycliplayer

Problem

How to use the clementine command: A modern music player and library organizer. See also: audacious, qmmp, cmus, mpv. More information: <https://manned.org/clementine>.

Solution

clementine — A modern music player and library organizer. See also: audacious, qmmp, cmus, mpv. More information: <https://manned.org/clementine>.

Start the GUI or bring it to front:
clementine


Start playing music:
clementine {{URL|path/to/music.ext}}


Toggle between pausing and playing:
clementine {{[-t|--play-pause]}}


Stop playback:
clementine {{[-s|--stop]}}


Skip to the next or previous track:
clementine --{{next|previous}}


Create 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.ext}}


Play a specific track in the currently loaded playlist:
clementine {{[-k|--play-track]}} {{5}}

Code Snippets

Start the GUI or bring it to front

clementine

Start playing music

clementine {{URL|path/to/music.ext}}

Toggle between pausing and playing

clementine {{[-t|--play-pause]}}

Stop playback

clementine {{[-s|--stop]}}

Skip to the next or previous track

clementine --{{next|previous}}

Context

tldr-pages: common/clementine

Revisions (0)

No revisions yet.