2019-03-27 08:58:51 +00:00
|
|
|
# clementine
|
|
|
|
|
|
|
|
> A modern music player and library organizer.
|
2024-04-04 01:34:14 -03:00
|
|
|
> See also: `audacious`, `qmmp`, `cmus`, `mpv`.
|
2025-05-01 14:38:45 +03:00
|
|
|
> More information: <https://manned.org/clementine>.
|
2019-03-27 08:58:51 +00:00
|
|
|
|
2024-02-21 12:01:32 -03:00
|
|
|
- Start the GUI or bring it to front:
|
2019-03-27 08:58:51 +00:00
|
|
|
|
|
|
|
`clementine`
|
|
|
|
|
2024-02-21 12:01:32 -03:00
|
|
|
- Start playing music:
|
2019-03-27 08:58:51 +00:00
|
|
|
|
2024-02-21 12:01:32 -03:00
|
|
|
`clementine {{url|path/to/music.ext}}`
|
2019-03-27 08:58:51 +00:00
|
|
|
|
|
|
|
- Toggle between pausing and playing:
|
|
|
|
|
2025-05-01 14:38:45 +03:00
|
|
|
`clementine {{[-t|--play-pause]}}`
|
2019-03-27 08:58:51 +00:00
|
|
|
|
|
|
|
- Stop playback:
|
|
|
|
|
2025-05-01 14:38:45 +03:00
|
|
|
`clementine {{[-s|--stop]}}`
|
2019-03-27 08:58:51 +00:00
|
|
|
|
2024-02-21 12:01:32 -03:00
|
|
|
- Skip to the next or previous track:
|
2019-03-27 08:58:51 +00:00
|
|
|
|
2024-02-21 12:01:32 -03:00
|
|
|
`clementine --{{next|previous}}`
|
2019-03-27 08:58:51 +00:00
|
|
|
|
2024-02-21 12:01:32 -03:00
|
|
|
- Create a new playlist with one or more music files or URLs:
|
2019-03-27 08:58:51 +00:00
|
|
|
|
2025-05-01 14:38:45 +03:00
|
|
|
`clementine {{[-c|--create]}} {{url1 url2 ...|path/to/music1.ext path/to/music2.ext ...}}`
|
2019-03-27 08:58:51 +00:00
|
|
|
|
|
|
|
- Load a playlist file:
|
|
|
|
|
2025-05-01 14:38:45 +03:00
|
|
|
`clementine {{[-l|--load]}} {{path/to/playlist.ext}}`
|
2019-03-27 08:58:51 +00:00
|
|
|
|
2024-02-21 12:01:32 -03:00
|
|
|
- Play a specific track in the currently loaded playlist:
|
2019-03-27 08:58:51 +00:00
|
|
|
|
2025-05-01 14:38:45 +03:00
|
|
|
`clementine {{[-k|--play-track]}} {{5}}`
|