forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audtool: add Spanish translation (tldr-pages#12899)
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# audtool | ||
|
||
> Controla Audacious usando comandos. | ||
> Más información: <https://manned.org/audtool>. | ||
- Reproduce/pausa la reproducción de audio: | ||
|
||
`audtool playback-playpause` | ||
|
||
- Imprime el nombre del artista, el álbum y la canción que se está reproduciendo: | ||
|
||
`audtool current-song` | ||
|
||
- Ajusta el volumen de la reproducción de audio: | ||
|
||
`audtool set-volume {{100}}` | ||
|
||
- Salta a la siguiente canción: | ||
|
||
`audtool playlist-advance` | ||
|
||
- Imprime la tasa de bits de la canción actual en kilobits: | ||
|
||
`audtool current-song-bitrate-kbps` | ||
|
||
- Abre Audacious en pantalla completa si está oculto: | ||
|
||
`audtool mainwin-show` | ||
|
||
- Muestra ayuda: | ||
|
||
`audtool help` | ||
|
||
- Muestra configuración: | ||
|
||
`audtool preferences-show` |