From a9a1057525095c76d67b0ad56b232be6a46e62e8 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Wed, 5 Jun 2024 06:50:31 +0100 Subject: [PATCH] audtool: add page (#12881) Co-authored-by: spageektti --- pages/common/audtool.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 pages/common/audtool.md diff --git a/pages/common/audtool.md b/pages/common/audtool.md new file mode 100755 index 000000000..4e0731fdc --- /dev/null +++ b/pages/common/audtool.md @@ -0,0 +1,36 @@ +# audtool + +> Control Audacious using commands. +> More information: . + +- 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`