2022-12-13 13:40:18 +00:00
|
|
|
# audacious
|
|
|
|
|
2024-03-07 04:43:48 +00:00
|
|
|
> An open-source audio player. Indirectly based on XMMS.
|
2024-06-08 22:55:49 +01:00
|
|
|
> See also: `audtool`, `clementine`, `mpc`, `ncmpcpp`.
|
2022-12-13 13:40:18 +00:00
|
|
|
> More information: <https://audacious-media-player.org>.
|
|
|
|
|
2024-03-07 04:43:48 +00:00
|
|
|
- Launch the GUI:
|
2022-12-13 13:40:18 +00:00
|
|
|
|
|
|
|
`audacious`
|
|
|
|
|
2024-03-07 04:43:48 +00:00
|
|
|
- Start a new instance and play an audio:
|
|
|
|
|
|
|
|
`audacious --new-instance {{path/to/audio}}`
|
|
|
|
|
2022-12-13 13:40:18 +00:00
|
|
|
- Enqueue a specific directory of audio files:
|
|
|
|
|
|
|
|
`audacious --enqueue {{path/to/directory}}`
|
|
|
|
|
|
|
|
- Start or stop playback:
|
|
|
|
|
|
|
|
`audacious --play-pause`
|
|
|
|
|
2024-03-07 04:43:48 +00:00
|
|
|
- Skip forwards ([fwd]) or backwards ([rew]) in the playlist:
|
2022-12-13 13:40:18 +00:00
|
|
|
|
|
|
|
`audacious --{{fwd|rew}}`
|
|
|
|
|
|
|
|
- Stop playback:
|
|
|
|
|
|
|
|
`audacious --stop`
|
|
|
|
|
2024-03-07 04:43:48 +00:00
|
|
|
- Start in CLI mode (headless):
|
2022-12-13 13:40:18 +00:00
|
|
|
|
|
|
|
`audacious --headless`
|
|
|
|
|
|
|
|
- Exit as soon as playback stops or there is nothing to playback:
|
|
|
|
|
|
|
|
`audacious --quit-after-play`
|