1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 23:35:25 +02:00
tldr/pages/common/clementine.md
Managor d2e6da7679
common*: refresh old pages part 7 (#16290)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-01 14:38:45 +03:00

37 lines
811 B
Markdown

# 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 url2 ...|path/to/music1.ext 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}}`