mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
36 lines
652 B
Markdown
36 lines
652 B
Markdown
# clementine
|
|
|
|
> Un moderno player e gestore di librerie musicali.
|
|
> Maggiori informazioni: <https://www.clementine-player.org>.
|
|
|
|
- Apri Clementine:
|
|
|
|
`clementine`
|
|
|
|
- Avvia la riproduzione di un file musicale:
|
|
|
|
`clementine {{URL|percorso/del/file}}`
|
|
|
|
- Pausa o riprendi la riproduzione:
|
|
|
|
`clementine --play-pause`
|
|
|
|
- Ferma la riproduzione:
|
|
|
|
`clementine --stop`
|
|
|
|
- Passa alla prossima traccia:
|
|
|
|
`clementine --next`
|
|
|
|
- Passa alla traccia precedente:
|
|
|
|
`clementine --previous`
|
|
|
|
- Carica un file playlist:
|
|
|
|
`clementine --load {{percorso/del/file_playlist}}`
|
|
|
|
- Riproduci la quinta traccia nella playlist attualmente caricata:
|
|
|
|
`clementine --play-track {{5}}`
|