mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
qmmp: add Spanish translation (#15140)
This commit is contained in:
parent
2cba96e765
commit
ed0121d80c
1 changed files with 33 additions and 0 deletions
33
pages.es/common/qmmp.md
Normal file
33
pages.es/common/qmmp.md
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# qmmp
|
||||||
|
|
||||||
|
> Un reproductor de audio con una interfaz similar a Winamp o XMMS.
|
||||||
|
> Vea también: `clementine`, `ncmpcpp`, `cmus`.
|
||||||
|
> Más información: <https://qmmp.ylsoftware.com>.
|
||||||
|
|
||||||
|
- Lanza la interfaz gráfica de usuario (GUI):
|
||||||
|
|
||||||
|
`qmmp`
|
||||||
|
|
||||||
|
- Comienza o detiene el audio actual:
|
||||||
|
|
||||||
|
`qmmp --play-pause`
|
||||||
|
|
||||||
|
- Va hacia adelante o hacia atrás una cantidad específica de tiempo en segundos:
|
||||||
|
|
||||||
|
`qmmp --seek-{{fwd|bwd}} {{tiempo_en_segundos}}`
|
||||||
|
|
||||||
|
- Reproduce el próximo archivo de audio:
|
||||||
|
|
||||||
|
`qmmp --next`
|
||||||
|
|
||||||
|
- Reproduce el archivo de audio anterior:
|
||||||
|
|
||||||
|
`qmmp --previous`
|
||||||
|
|
||||||
|
- Muestra el volumen actual:
|
||||||
|
|
||||||
|
`qmmp --volume-status`
|
||||||
|
|
||||||
|
- [inc]rementa o [dec]rementa el volumen del audio actual en un 5%:
|
||||||
|
|
||||||
|
`qmmp --volume-{{inc|dec}}`
|
Loading…
Add table
Reference in a new issue