audacious: improve examples and page description and add example (#12263)

* audacious: improve page description and add example

---------

Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
main
Vitor Henrique 2024-03-07 01:43:48 -03:00 committed by GitHub
parent 12f55b05a4
commit b136d23b2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 4 deletions

View File

@ -1,12 +1,16 @@
# audacious
> An open-source audio player.
> An open-source audio player. Indirectly based on XMMS.
> More information: <https://audacious-media-player.org>.
- 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`