tldr/pages/common/clementine.md

37 lines
743 B
Markdown
Raw Normal View History

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