1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/common/audtool.md
2024-06-08 23:55:49 +02:00

37 lines
629 B
Markdown
Executable file

# audtool
> Control Audacious using commands.
> See also: `audacious`.
> More information: <https://manned.org/audtool>.
- Play/pause audio playback:
`audtool playback-playpause`
- Print artist, album, and song name of currently playing song:
`audtool current-song`
- Set volume of audio playback:
`audtool set-volume {{100}}`
- Skip to the next song:
`audtool playlist-advance`
- Print the bitrate of the current song in kilobits:
`audtool current-song-bitrate-kbps`
- Open Audacious in full-screen if hidden:
`audtool mainwin-show`
- Display help:
`audtool help`
- Display settings:
`audtool preferences-show`