mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 14:26:02 +02:00
clementine: add Italian translation.
This commit is contained in:
parent
ef9ff46b9f
commit
b31e3a2afd
1 changed files with 36 additions and 0 deletions
36
pages.it/common/clementine.md
Normal file
36
pages.it/common/clementine.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# clementine
|
||||
|
||||
> Un moderno player e gestore di librerie musicali.
|
||||
> Homepage: <https://www.clementine-player.org>.
|
||||
|
||||
- Apri Clementine:
|
||||
|
||||
`clementine`
|
||||
|
||||
- Avvia la riproduzione di un file musicale:
|
||||
|
||||
`clementine {{URL|percorso/a/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/a/file_playlist}}`
|
||||
|
||||
- Riproduci la quinta traccia nella playlist attualmente caricata:
|
||||
|
||||
`clementine --play-track {{5}}`
|
Loading…
Add table
Reference in a new issue