From b136d23b2e4dd0eba9562250ce057b2ef4e0ab82 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Thu, 7 Mar 2024 01:43:48 -0300 Subject: [PATCH] audacious: improve examples and page description and add example (#12263) * audacious: improve page description and add example --------- Co-authored-by: Fazle Arefin Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/audacious.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/common/audacious.md b/pages/common/audacious.md index 0aa8b1aa2..2ce42e669 100755 --- a/pages/common/audacious.md +++ b/pages/common/audacious.md @@ -1,12 +1,16 @@ # audacious -> An open-source audio player. +> An open-source audio player. Indirectly based on XMMS. > More information: . -- Launch the program: +- Launch the GUI: `audacious` +- Start a new instance and play an audio: + +`audacious --new-instance {{path/to/audio}}` + - Enqueue a specific directory of audio files: `audacious --enqueue {{path/to/directory}}` @@ -15,7 +19,7 @@ `audacious --play-pause` -- Skip forwards or backwards in the playlist: +- Skip forwards ([fwd]) or backwards ([rew]) in the playlist: `audacious --{{fwd|rew}}` @@ -23,7 +27,7 @@ `audacious --stop` -- Start a headless version: +- Start in CLI mode (headless): `audacious --headless`