LinuxCommandLibrary

audacious

An open-source audio player.

TLDR

Launch the program

$ audacious
copy


Enqueue a specific directory of audio files
$ audacious --enqueue [path/to/directory]
copy


Start or stop playback
$ audacious --play-pause
copy


Skip forwards or backwards in the playlist
$ audacious --[fwd|rew]
copy


Stop playback
$ audacious --stop
copy


Start a headless version
$ audacious --headless
copy


Exit as soon as playback stops or there is nothing to playback
$ audacious --quit-after-play
copy

Copied to clipboard