Browse Source

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 <kbdharunkrishna@gmail.com>
Vitor Henrique 1 year ago
parent
commit
03c66c96e6
1 changed files with 9 additions and 9 deletions
  1. 9 9
      pages/common/clementine.md

+ 9 - 9
pages/common/clementine.md

@@ -1,15 +1,15 @@
 # clementine
 
 > A modern music player and library organizer.
-> More information: <https://www.clementine-player.org>.
+> More information: <https://github.com/clementine-player/Clementine/wiki>.
 
-- 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}}`