mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
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>
This commit is contained in:
parent
d44bb05ba2
commit
03c66c96e6
1 changed files with 9 additions and 9 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue