1AUDACIOUS2(1) Audacious AUDACIOUS2(1)
2
3
4
6 audacious2 - an advanced audio player.
7
8
10 audacious2 [OPTION] ... [FILE] ...
11
12
14 Audacious is a free advanced audio player for Linux and many other
15 UNIX-compatible systems. It focuses on low resource usage, high audio
16 quality, and support for a wide range of audio formats. It was origi‐
17 nally based on Beep Media Player, which was in turn based on XMMS.
18
19
21 Getting help:
22
23
24 -?, --help
25 Show a brief list of options.
26
27
28 --help-all
29 Show a complete list of options.
30
31
32 --help-gtk
33 Show a list of GTK+-related options.
34
35
36 --help-sm-client
37 Show a list of session management options.
38
39
40 Opening files:
41
42
43 -e, --enqueue
44 Add the files on the command line to the current playlist but do
45 not start playback.
46
47
48 -E, --enqueue-to-temp
49 Add the files on the command line to a temporary playlist and
50 start playback.
51
52
53 Controlling playback:
54
55
56 -p, --play
57 If currently playing, go to the beginning of the song; other‐
58 wise, begin playing.
59
60
61 -u, --pause
62 If currently playing, pause; if paused, resume playing.
63
64
65 -t, --play-pause
66 If currently playing, pause; otherwise, begin playing.
67
68
69 -s, --stop
70 Stop playing and go to the beginning of the song.
71
72
73 -r, --rew
74 Go to the previous song in the playlist.
75
76
77 -f, --fwd
78 Go to the next song in the playlist.
79
80
81 Miscellaneous:
82
83
84 -v, --version
85 Show the installed version of Audacious.
86
87
88 -m, --show-main-window
89 Show the Audacious window if it is hidden and bring it to the
90 top.
91
92
93 GTK+-related:
94
95
96 --display DISPLAY
97 Start Audacious on the given X display.
98
99
100 --screen SCREEN
101 Start Audacious on the given X screen.
102
103
104 --sync Use synchronous X calls.
105
106
107 --name NAME
108 Set Audacious's program name (for use by the window manager).
109
110
111 --class CLASS
112 Set Audacious's program class (for use by the window manager).
113
114
115 --gtk-module MODULE
116 Load a GTK+ module manually.
117
118
119 --g-fatal-warnings
120 Treat all warnings as fatal errors.
121
122
123 Session management:
124
125
126 --sm-client-disable
127 Do not connect to the session manager.
128
129
130 --sm-client-id ID
131 Set session management ID.
132
133
134 --sm-client-state-file FILE
135 Load saved configuration from FILE.
136
137
139 z Previous song
140 x Play
141 c, Space Pause
142 v Stop
143 b Next song
144 Right arrow Seek forward 5 seconds
145 Left arrow Seek backward 5 seconds
146 Control + z Go to beginning of playlist
147 Escape Scroll to current song
148 Control + a Select all songs in playlist
149 Shift + Control + a Cancel selection
150 + (plus) Increase volume 5 percent
151 - (minus) Decrease volume 5 percent
152 s Toggle shuffle
153 r Toggle repeat
154 Control + n Toggle advancing in playlist
155 Control + m Toggle stopping after current song
156 Control + e Show elapsed time
157 Control + r Show time remaining
158 Alt + e Show/hide playlist
159 Alt + g Show/hide equalizer
160 Control + o Toggle windows always on top
161 Control + s Toggle windows on all workspaces
162 Control + w Toggle rolling up main window
163 Control + Alt + w Toggle rolling up equalizer
164 Shift + Control + w Toggle rolling up playlist
165 Control + d Toggle double size
166 i Display Song Information dialog
167 Control + j Display Jump to Time dialog
168 j Display Jump to Song dialog
169 Control + f Display Search dialog
170 l Display Open dialog
171 f Display Add dialog
172 Control + l Display Open Internet Address dialog
173 Control + h Display Add Internet Address dialog
174 Control + p Display Preferences dialog
175
176
178 ~/.config/audacious/config
179 User's Audacious configuration.
180
181 ~/.config/audacious/playlist.xspf
182 Default playlist usually loaded on startup.
183
184 ~/.config/audacious/gtkrc
185 User's set of Audacious-specific GTK+ config settings. Options
186 such as widget color and fonts sizes can be set here.
187
188 ~/.local/share/audacious/Skins, ${prefix}/share/audacious/Skins
189 Default location(s) where Audacious should look for skinfiles.
190
191 ~/.local/share/audacious/Plugins
192 Location of user-installed plugins.
193
195 SKINSDIR Colon separated list of paths where Audacious should look
196 for skinfiles.
197
198 TARCMD Tar command supporting GNU tar style decompression. Used
199 for unpacking gzip and bzip2 compressed skins. Default is
200 tar.
201
202 UNZIPCMD Command for decompressing zip files (skins). Default is
203 unzip.
204
205
207 audtool2(1)
208
209
211 http://audacious-media-player.org
212
213
214
215Version 2.4.5 April 2009 AUDACIOUS2(1)