1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-12 23:35:23 +02:00
tldr/pages/common/audacious.md
Vitor Henrique b136d23b2e
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>
2024-03-07 10:13:48 +05:30

36 lines
678 B
Markdown
Executable file

# audacious
> An open-source audio player. Indirectly based on XMMS.
> More information: <https://audacious-media-player.org>.
- 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}}`
- Start or stop playback:
`audacious --play-pause`
- Skip forwards ([fwd]) or backwards ([rew]) in the playlist:
`audacious --{{fwd|rew}}`
- Stop playback:
`audacious --stop`
- Start in CLI mode (headless):
`audacious --headless`
- Exit as soon as playback stops or there is nothing to playback:
`audacious --quit-after-play`