HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

audtool — Control Audacious using commands. See also: `audacious`. More information: <https://manned.org/audto

Submitted by: @import:tldr-pages··
0
Viewed 0 times
audaciouscommandcommandsclicontrolusingaudtoolsee

Problem

How to use the audtool command: Control Audacious using commands. See also: audacious. More information: <https://manned.org/audtool>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/audtool

Revisions (0)

No revisions yet.