snippetbashTip
audtool — Control Audacious using commands. See also: `audacious`. More information: <https://manned.org/audto
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-playpausePrint artist, album, and song name of currently playing song:
audtool current-songSet volume of audio playback:
audtool set-volume {{100}}Skip to the next song:
audtool playlist-advancePrint the bitrate of the current song in kilobits:
audtool current-song-bitrate-kbpsOpen Audacious in full-screen if hidden:
audtool mainwin-showDisplay help:
audtool helpDisplay settings:
audtool preferences-showCode Snippets
Play/pause audio playback
audtool playback-playpausePrint artist, album, and song name of currently playing song
audtool current-songSet volume of audio playback
audtool set-volume {{100}}Skip to the next song
audtool playlist-advancePrint the bitrate of the current song in kilobits
audtool current-song-bitrate-kbpsContext
tldr-pages: common/audtool
Revisions (0)
No revisions yet.