tldr/pages/common/clementine.md

37 lines
743 B
Markdown

# clementine
> A modern music player and library organizer.
> More information: <https://github.com/clementine-player/Clementine/wiki>.
- Start the GUI or bring it to front:
`clementine`
- Start playing music:
`clementine {{url|path/to/music.ext}}`
- Toggle between pausing and playing:
`clementine --play-pause`
- Stop playback:
`clementine --stop`
- Skip to the next or previous track:
`clementine --{{next|previous}}`
- Create a new playlist with one or more music files or URLs:
`clementine --create {{url1 url2 ... | path/to/music1.ext path/to/music2.ext ...}}`
- Load a playlist file:
`clementine --load {{path/to/playlist.ext}}`
- Play a specific track in the currently loaded playlist:
`clementine --play-track {{5}}`