audacious
Audacious is a free and open-source audio player for Unix-like operating systems, including Linux. It is designed to have a simple and intuitive interface while providing powerful features for playing and managing audio files.
Audacious supports a wide range of audio formats, including MP3, FLAC, AAC, WAV, and more. It provides various playback options like gapless playback, crossfading between tracks, and the ability to control playback speed.
The command line tool of Audacious allows users to control the player and perform various actions without using the graphical interface. With the command line tool, you can start/stop playback, change tracks, adjust volume, create playlists, and control other aspects of Audacious functionality.
Using the command line tool, you can integrate Audacious into shell scripts or automate certain audio-related tasks, making it highly flexible and convenient for advanced users. Additionally, it provides options to customize the appearance and behavior of the player through command line arguments.
Overall, Audacious is a versatile command line audio player that offers a range of features and flexibility, making it a popular choice for Linux users.
List of commands for audacious:
-
audacious:tldr:243ea audacious: Enqueue a specific directory of audio files.$ audacious --enqueue ${path-to-directory}try on your machineexplain this command
-
audacious:tldr:2531a audacious: Stop playback.$ audacious --stoptry on your machineexplain this command
-
audacious:tldr:79e70 audacious: Start a headless version.$ audacious --headlesstry on your machineexplain this command
-
audacious:tldr:80851 audacious: Launch the program.$ audacioustry on your machineexplain this command
-
audacious:tldr:b8571 audacious: Start or stop playback.$ audacious --play-pausetry on your machineexplain this command
-
audacious:tldr:ca06d audacious: Exit as soon as playback stops or there is nothing to playback.$ audacious --quit-after-playtry on your machineexplain this command
-
audacious:tldr:ccf02 audacious: Skip forwards or backwards in the playlist.$ audacious --${select}try on your machineexplain this command