From 03c66c96e60c02d1e41ed22f411ddff85d229ec7 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:01:32 -0300 Subject: [PATCH] clementine: improve examples, more info link, and add example (#12298) * clementine: improve examples, more info link, and add example --------- Co-authored-by: K.B.Dharun Krishna --- pages/common/clementine.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/common/clementine.md b/pages/common/clementine.md index 1a91012b89..86b3a5928d 100644 --- a/pages/common/clementine.md +++ b/pages/common/clementine.md @@ -1,15 +1,15 @@ # clementine > A modern music player and library organizer. -> More information: . +> More information: . -- Open Clementine: +- Start the GUI or bring it to front: `clementine` -- Start playing a music file: +- Start playing music: -`clementine {{url/or/path/to/file.ext}}` +`clementine {{url|path/to/music.ext}}` - Toggle between pausing and playing: @@ -19,18 +19,18 @@ `clementine --stop` -- Skip to the next track: +- Skip to the next or previous track: -`clementine --next` +`clementine --{{next|previous}}` -- Skip to the previous track: +- Create a new playlist with one or more music files or URLs: -`clementine --previous` +`clementine --create {{url1 url2 ... | path/to/music1.ext path/to/music2.ext ...}}` - Load a playlist file: `clementine --load {{path/to/playlist.ext}}` -- Play the 5th track in the currently loaded playlist: +- Play a specific track in the currently loaded playlist: `clementine --play-track {{5}}`