|
2306
|
1 Audacious
|
|
|
2 A relatively powerful media player
|
|
0
|
3
|
|
2306
|
4 Copyright (c) 2005-2007 Audacious Development Team (see AUTHORS)
|
|
0
|
5
|
|
|
6 Based on:
|
|
2306
|
7 BMP - Beep Media Player (c)2002-2005
|
|
0
|
8
|
|
2306
|
9 Which was based on:
|
|
0
|
10 XMMS - X Multimedia System (c)1997-2001
|
|
|
11
|
|
|
12 A Cross platform Multimedia Player
|
|
|
13
|
|
|
14 Peter Alm, Thomas Nilsson, Olle Hallnas, Håvard Kvålen
|
|
|
15
|
|
|
16
|
|
|
17 NOTE: This document is hardly maintained. Please check the Users' Guide on
|
|
1174
|
18 the Audacious website.
|
|
0
|
19
|
|
|
20
|
|
|
21 TABLE OF CONTENTS
|
|
|
22 *****************
|
|
|
23
|
|
|
24 1. Disclaimer
|
|
|
25 2. Installation
|
|
|
26 2.1 Basic Installation
|
|
|
27 2.2 Border less Installation
|
|
|
28 2.3 Skin Installation
|
|
|
29 3. Documentation
|
|
1174
|
30 3.1 Controlling Audacious
|
|
0
|
31 3.1.1 Key bindings
|
|
|
32 3.2 Playlist Editor
|
|
|
33 3.3 Equalizer
|
|
|
34 3.4 Menu
|
|
|
35 3.5 Preferences
|
|
|
36 3.5.1 Audio I/O Plugins
|
|
|
37 3.5.2 Effect/General Plugins
|
|
|
38 3.5.3 Visualization Plugins
|
|
|
39 3.5.4 Options
|
|
|
40 3.5.5 Fonts
|
|
|
41 3.5.6 Title
|
|
|
42 3.6 Plugins
|
|
2306
|
43 3.7 Playlist Manager
|
|
0
|
44 4. Command Line Options
|
|
|
45 5. Features
|
|
|
46 5.1 Supported File formats
|
|
|
47 5.2 Supported Features
|
|
1174
|
48 6. Obtaining Audacious
|
|
0
|
49 7. Misc
|
|
|
50 7.1 Shoutcast support
|
|
|
51 7.2 Tips and tricks
|
|
|
52 8. Bugs
|
|
|
53 9. Contact Email
|
|
|
54
|
|
|
55
|
|
|
56
|
|
|
57
|
|
|
58 1. Disclaimer
|
|
|
59 -------------
|
|
|
60
|
|
|
61 We are not liable for any damage caused by the use of this program.
|
|
|
62
|
|
1174
|
63 Audacious is NOT a port of WinAmp (http://www.winamp.com). Audacious is a fork of
|
|
|
64 XMMS (http://xmms.org) and BMP (http://beep-media-player.org) which borrowed the
|
|
|
65 WinAmp GUI.
|
|
0
|
66
|
|
|
67
|
|
|
68 2. Installation
|
|
|
69 ---------------
|
|
|
70
|
|
1174
|
71 Audacious requires the following libraries and their development
|
|
0
|
72 packages installed:
|
|
|
73
|
|
|
74 Glib 2.4
|
|
|
75 (http://www.gtk.org/download/)
|
|
|
76
|
|
|
77 GTK+ 2.4
|
|
|
78 (http://www.gtk.org/download/)
|
|
|
79
|
|
|
80 libglade >= 2.3.1
|
|
|
81 (http://ftp.gnome.org/pub/GNOME/sources/libglade/2.3/)
|
|
|
82
|
|
|
83 The following packages are required for optional features:
|
|
|
84
|
|
|
85 Vorbis input plugin:
|
|
|
86 libvorbis >= 1.0
|
|
|
87 (http://www.xiph.org/ogg/vorbis/download.html)
|
|
|
88
|
|
|
89 ESD output plugin:
|
|
|
90 esound >= 0.2.3
|
|
|
91 (http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.0/sources/)
|
|
|
92
|
|
|
93 ALSA output plugin:
|
|
|
94 alsa-lib >= 1.0
|
|
|
95 (http://www.alsa-project.org)
|
|
|
96
|
|
|
97 GConf support:
|
|
|
98 GConf >= 2.6.0
|
|
|
99 (http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.0/sources/)
|
|
|
100
|
|
1427
|
101 Taglib:
|
|
|
102 Taglib >= 1.4
|
|
|
103
|
|
1174
|
104 If you compile Audacious from a fresh CVS checkout, you will also need
|
|
0
|
105 the following tools:
|
|
|
106
|
|
1427
|
107 automake >= 1.9
|
|
|
108 autoconf >= 2.59
|
|
0
|
109
|
|
|
110 Note that these tools and libraries are bundled with major Linux
|
|
|
111 distributions. Use the packages provided with them where possible. If
|
|
|
112 those packages are not sufficiently new, you may need to search
|
|
|
113 third-party repositories for them.
|
|
|
114
|
|
|
115
|
|
|
116 2.1 Basic Installation
|
|
|
117 ----------------------
|
|
|
118
|
|
1174
|
119 cd audacious-1.1.0
|
|
0
|
120 ./configure
|
|
|
121 make
|
|
|
122 make install
|
|
|
123
|
|
|
124 This will put the binary in /usr/local/bin and plugins in
|
|
1174
|
125 /usr/local/lib/audacious/
|
|
0
|
126
|
|
1427
|
127 If you want to use the automatic character detection system, then you should
|
|
|
128 use --enable-chardet.
|
|
|
129
|
|
0
|
130
|
|
|
131 2.2 Borderless Installation
|
|
|
132 ---------------------------
|
|
|
133
|
|
|
134 As far as I know most WM's accepts GTK decoration hints so it will
|
|
|
135 not have borders. But some WM's can't handle this so you have to
|
|
|
136 set in manually.
|
|
|
137
|
|
|
138 AfterStep 1.0 ~/.steprc
|
|
|
139 Style "XMMS_Player" NoTitle, NoHandles
|
|
|
140 Style "XMMS_Playlist" NoTitle, NoHandles
|
|
|
141 Style "XMMS_Equalizer" NoTitle, NoHandles
|
|
|
142
|
|
|
143 AfterStep 1.4 ~/GNUstep/Library/AfterStep/database
|
|
|
144 Style "XMMS_Player" NoTitle, NoHandles
|
|
|
145 Style "XMMS_Playlist" NoTitle, NoHandles
|
|
|
146 Style "XMMS_Equalizer" NoTitle, NoHandles
|
|
|
147
|
|
|
148 Fvwm's ~/.fvwm95rc
|
|
|
149 Style "XMMS_Player" NoTitle
|
|
|
150 Style "XMMS_Playlist" NoTitle
|
|
|
151 Style "XMMS_Equalizer" NoTitle
|
|
|
152
|
|
|
153 CTWM's ~/.ctwmrc
|
|
|
154 NoTitle and NoBorder sections:
|
|
|
155 NoTitle {
|
|
|
156 "xmms"
|
|
|
157 }
|
|
|
158
|
|
|
159 NoBorder {
|
|
|
160 "xmms"
|
|
|
161 }
|
|
|
162
|
|
|
163 2.3 Skin Installation
|
|
|
164 ---------------------
|
|
|
165
|
|
1174
|
166 Audacious will create a directory called ~/.audacious/Skins/. You can unarchive
|
|
0
|
167 the skins the same way as you do for WinAmp.
|
|
|
168
|
|
1174
|
169 However, you don't need to as Audacious supports archived skins. Audacious
|
|
0
|
170 currently reads the following formats: zip, wsz, tar, tar.gz and
|
|
|
171 tar.bz2
|
|
|
172
|
|
1174
|
173 Just copy the archive to one of the skin path's and Audacious will take care
|
|
0
|
174 of the rest.
|
|
|
175
|
|
|
176 In order to support zipped skins you will need to have unzip. Unzip
|
|
|
177 is bundled with most Linux distributions.
|
|
|
178
|
|
1174
|
179 Audacious looks for skins in these directories (in listing order):
|
|
0
|
180
|
|
1174
|
181 <prefix>/share/audacious/Skins
|
|
|
182 ~/.audacious/Skins
|
|
0
|
183
|
|
|
184 You can set the environment variable SKINSDIR to another location of
|
|
|
185 your choice:
|
|
|
186
|
|
|
187 For BASH:
|
|
|
188 export SKINSDIR=/path/to/Skins:/more/paths/to/other/locations/of/Skins
|
|
|
189
|
|
|
190 For CSH:
|
|
|
191 setenv SKINSDIR /path/to/Skins:/more/paths/to/other/locations/of/Skins
|
|
|
192
|
|
|
193
|
|
|
194 3. Documentation
|
|
|
195 ----------------
|
|
|
196
|
|
1174
|
197 This file or http://audacious-media-player.org
|
|
0
|
198
|
|
|
199
|
|
1174
|
200 3.1 Controlling Audacious
|
|
0
|
201 --------------------
|
|
|
202
|
|
1174
|
203 When you start up Audacious, you will get a console very similar to that of
|
|
0
|
204 WinAmp.
|
|
|
205
|
|
|
206 - On the top is the window title bar. To the right you will see 3 buttons,
|
|
1174
|
207 Left button will minimize Audacious.
|
|
|
208 Middle button will make Audacious only display the title bar.
|
|
|
209 Right button will end the Audacious session.
|
|
0
|
210
|
|
|
211 - The area in the upper left part displays the following:
|
|
|
212 - Play state: Paused, Stopped, or Playing
|
|
|
213 - Time elapsed in the current song or if you click on it, the reversed.
|
|
|
214 - Spectrum analyzer of the sound being played. Right mouse click will
|
|
|
215 bring up the Visualization menu. Left mouse button will change the
|
|
|
216 analyzer to an oscilloscope and/or none.
|
|
|
217
|
|
|
218 - To the right of the Spectrum analyzer is the title of the file being played.
|
|
|
219 This also contains the length of the song being played, as well as its
|
|
|
220 position in the [unsorted] playlist. Right clicking in this window will bring
|
|
|
221 up a new menu with some more options that are self explaining.
|
|
|
222
|
|
|
223 - In the left part of the Spectrum analyzer you'll have letters (at least if
|
|
|
224 you use the default skin) O A I D V. This is known as the
|
|
|
225 "clutterbar'. Left-clicking on these will open up menus or perform the
|
|
|
226 listed actions.
|
|
|
227 O : Options menu
|
|
|
228 A : Always on top
|
|
|
229 I : File info box
|
|
|
230 D : Double size mode
|
|
|
231 V : Visualization menu
|
|
|
232
|
|
|
233 - Underneath the track title are the following static informational data:
|
|
|
234 - bit rate in KBps (usually 128 or 112)
|
|
|
235 - Sample Rate in KHz (usually 44)
|
|
|
236 - Stereo or Mono channel mixing
|
|
|
237
|
|
|
238 - Underneath the informational data are a few controls you can play with:
|
|
|
239 - The first slider controls the volume
|
|
|
240 - The second slider controls the balance between speakers
|
|
|
241 - The button marked "EQ" loads up the graphic equalizer
|
|
|
242 - The button marked "PL" loads up the playlist editor
|
|
|
243 - The LARGE slide bar moves from left to right as the song plays. You can
|
|
|
244 drag this to jump to another location in the current file.
|
|
|
245
|
|
|
246 - On the bottom of the console are the standard buttons you would see on a CD
|
|
|
247 player: Previous track, Play, Pause, Stop, Next track, eject, shuffle
|
|
|
248 and repeat.
|
|
|
249
|
|
|
250 - The eject button doesn't REALLY eject, of course. :) It opens up the
|
|
|
251 file requester. The File Requester builds a playlist for the current
|
|
1174
|
252 Audacious session. You can use it to load files, add files to the list, or
|
|
0
|
253 load all mp3s in a directory.
|
|
|
254
|
|
|
255 - The shuffle button randomizes the sequence of the playlist.
|
|
|
256
|
|
|
257 - The repeat button when enabled makes the playlist loop when it reaches the
|
|
|
258 end of the playlist.
|
|
|
259
|
|
|
260
|
|
|
261 3.1.1 Key bindings
|
|
|
262 ------------------
|
|
|
263
|
|
|
264 Global: (Main, Equalizer and Playlist window)
|
|
|
265
|
|
|
266 z = Previous song
|
|
|
267 x = Play
|
|
|
268 c = Pause
|
|
|
269 v = Stop
|
|
|
270 b = Next song
|
|
|
271 l = Play file (brings up the Load file(s) dialog)
|
|
|
272 j = Jump to file (in the existing playlist)
|
|
|
273 r = Toggle Repeat
|
|
|
274 s = Toggle Shuffle
|
|
|
275
|
|
|
276 Control + h = Play location (url)
|
|
|
277 Control + p = Preferences dialog
|
|
|
278 Control + r = Time remaining
|
|
|
279 Control + o = Always on top
|
|
|
280 Control + w = Winshade mode
|
|
|
281 Control + j = Jump to time
|
|
|
282 Control + z = Start of list
|
|
|
283 Control + n = No Playlist Advance
|
|
|
284 Control + 3 = File info dialog
|
|
|
285
|
|
|
286 Control + Alt + w = Toggle Equalizer winshade mode
|
|
|
287 Shift + Control + w = Toggle Playlist winshade mode
|
|
|
288
|
|
|
289 Alt + e = Toggle playlist window
|
|
|
290 Alt + g = Toggle equalizer window
|
|
|
291
|
|
|
292 Main window:
|
|
|
293
|
|
|
294 Arrow key up = Volume up 2%
|
|
|
295 Arrow key down = Volume down 2%
|
|
|
296 Arrow key right = Skip 5 seconds forward in song
|
|
|
297 Arrow key left = Skip 5 seconds back in song
|
|
|
298
|
|
|
299 Playlist window:
|
|
|
300
|
|
|
301 Arrow key up = up one step in playlist
|
|
|
302 Arrow key down = Down one step in playlist
|
|
|
303
|
|
|
304 Delete = Remove selected songs from playlist
|
|
|
305 Page Up = Move one page up
|
|
|
306 Page Down = Move one page down
|
|
|
307 Home = Go to the first song
|
|
|
308 End = Go to the last song
|
|
|
309 Enter = Play selected song
|
|
|
310 Insert = Add file dialog
|
|
|
311 Shift + Insert = Add directory dialog
|
|
|
312 Alt + Insert = Add url dialog
|
|
|
313
|
|
|
314 Equalizer shade mode:
|
|
|
315
|
|
|
316 Arrow key up = Volume up 2%
|
|
|
317 Arrow key down = Volume down 2%
|
|
|
318 Arrow key right = Balance 4% to right
|
|
|
319 Arrow key left = Balance 4% to left
|
|
|
320
|
|
|
321
|
|
|
322 3.2 Playlist editor
|
|
|
323 -------------------
|
|
|
324
|
|
|
325 To access the Playlist editor, select the button labeled "PL" on the right
|
|
1174
|
326 side of the Audacious console.
|
|
0
|
327
|
|
|
328 This will bring up the actual playlist window, here you'll find 5 buttons.
|
|
|
329 All of these buttons can be held down to bring up an extra menu.
|
|
|
330 From left to right:
|
|
|
331
|
|
|
332 file + : will add a file to current playlist, held down mode you'll have
|
|
|
333 2 extra options
|
|
|
334 dir : will let you pick a directory (recursive)
|
|
|
335 url : will let you add an url for streaming
|
|
|
336
|
|
|
337 file - : will delete the highlighted file, held down mode you'll have 3
|
|
|
338 more options
|
|
|
339 crop : delete all files except the highlighted in the list
|
|
|
340 all : delete all files in the list
|
|
|
341 misc : *** NOT FUNCTIONAL ***
|
|
|
342
|
|
|
343 sel all : select all files in current playlist, held down mode you'll have
|
|
|
344 2 extra options
|
|
|
345 sel zero : select none
|
|
|
346 inv sel : invert you selection
|
|
|
347
|
|
|
348 misc opts : held down you'll have 2 extra options
|
|
|
349 fileinfo : opens the file info dialog.
|
|
|
350 sort : release button on this will bring up another menu with sort options
|
|
|
351
|
|
|
352 load list : will let you pick a playlist to load, held down you'll have
|
|
|
353 2 extra options
|
|
|
354 save : will let you save your playlist
|
|
|
355 new : will empty the playlist and let you create a new playlist
|
|
|
356
|
|
|
357 If you want to select/deselect files in the filrequester/playlist editor use
|
|
|
358 CTRL for files and SHIFT key for blocks of files. You can also browse the PL
|
|
|
359 using the cursor keys and enter to select song. Pressing the delete button will
|
|
|
360 remove the song from the playlist. If your mouse is equipped with a mouse
|
|
|
361 wheel, you can use this to scroll up and down.
|
|
|
362
|
|
|
363 3.3. Equalizer
|
|
|
364 --------------
|
|
|
365
|
|
|
366 To access the Equalizer, select the button labeled "EQ" on the right
|
|
1174
|
367 side of the Audacious console.
|
|
0
|
368
|
|
|
369 That will bring up the Equalizer window. It looks like an equalizer on a stereo
|
|
|
370 and behaves like one as well. Press the button labeled ON to enable the use of
|
|
|
371 the equalizer, once you turned it on you use it as a normal equalizer.
|
|
|
372
|
|
1174
|
373 EQ presets will be saved in ~/.audacious/config when you close Audacious. You can also
|
|
|
374 have your own presets for different song using the "Preset" button, Audacious can
|
|
0
|
375 also import/export from WinAmp's preset files.
|
|
|
376
|
|
1174
|
377 If 'Auto' is enabled, Audacious will try to load equalizer presets like this:
|
|
0
|
378
|
|
|
379 1: Look for a preset file in the directory of the file we are about to play.
|
|
|
380 2: Look for a directory preset file in the same directory.
|
|
|
381 3: Look for a preset saved with the "auto-load" feature.
|
|
|
382 4: Finally, try to load the "default" preset.
|
|
|
383
|
|
|
384 The 'preset' button will open up a menu with the following options:
|
|
|
385
|
|
|
386 Load
|
|
|
387 Preset : Will open a window with all available presets.
|
|
|
388 Auto-load preset : Will open a window with all available auto-load
|
|
|
389 presets.
|
|
|
390 Default : Will load the default preset.
|
|
|
391 Zero : Will reset the equalizer to zero.
|
|
|
392 From file : Will load from a .preset file
|
|
|
393 From WinAMP EQF file : Will load from a WinAMP equalizer file. If you
|
|
|
394 choose a library file only the first entry will
|
|
|
395 be loaded.
|
|
|
396 Import
|
|
|
397 WinAMP presets : Imports the presets contained in an WinAMP equalizer
|
|
|
398 library file (often named WINAMP.q1) and add all
|
|
|
399 the entries to the Preset window.
|
|
|
400 Save
|
|
|
401 Preset : Let you name the current preset and save it.
|
|
|
402 Auto-load preset : Saves the current settings as a preset for the song
|
|
|
403 currently playing.
|
|
|
404 Default : Saves the default value for the equalizer.
|
|
|
405 From file : Saves the current settings in a preset file.
|
|
|
406 From WinAMP EQF file : Exports the current settings to a file readable by
|
|
|
407 WinAMP.
|
|
|
408 Delete
|
|
|
409 Preset : Let you delete a preset from the list.
|
|
|
410 Auto-load preset : Let you delete a auto-load preset from the list.
|
|
|
411
|
|
|
412 Configure Equalizer : Change the default names of directory based
|
|
|
413 preset files.
|
|
|
414
|
|
|
415 3.4. Menu
|
|
|
416 ---------
|
|
|
417
|
|
1174
|
418 There are several menu hot spots on the Audacious window. One place is at the left
|
|
0
|
419 hand side of the visual window described in sections 3.1 If you click the right
|
|
|
420 mouse button in the main window, the menus will also pop up (same as clicking
|
|
|
421 the button on the top left corner).
|
|
|
422
|
|
|
423 3.5. Preferences
|
|
|
424 ----------------
|
|
|
425
|
|
|
426 Use the menu to open Options / Preferences or press CTRL-P to bring the
|
|
|
427 preferences dialog up.
|
|
|
428
|
|
|
429 3.5.1. Appearance
|
|
|
430 -----------------
|
|
|
431
|
|
|
432 Skins
|
|
|
433 In the skinlist you can choose a skin. How to install skins is described above.
|
|
|
434 Click on a skin in the list to change to it.
|
|
|
435
|
|
|
436 Fonts
|
|
|
437 You can set the font in the main window by setting the 'Player' font. You can
|
|
|
438 change the playlist font by setting the 'Playlist' font.
|
|
|
439
|
|
|
440 Miscellaneous
|
|
|
441 Show track numbers in playlist - Enable/disable displaying of track numbers in
|
|
|
442 the playlist.
|
|
|
443 Use custom cursors - Enable/disable custom cursors set by the skin.
|
|
|
444
|
|
|
445
|
|
|
446 3.5.2. Mouse
|
|
|
447 ------------
|
|
|
448
|
|
|
449 Mouse wheel
|
|
1174
|
450 Change how Audacious handles scroll behaviours.
|
|
0
|
451
|
|
|
452 3.5.3. Playlist
|
|
|
453 ---------------
|
|
|
454
|
|
|
455 Filename
|
|
|
456 Convert underscores to blanks - Converts '_' (underscores) to ' ' in the
|
|
|
457 playlist.
|
|
|
458 Convert %20 to blanks - Converts '%20' to ' ' in the
|
|
|
459 playlist.
|
|
|
460
|
|
|
461 Metadata
|
|
|
462 Load metadata from playlists and files - Loads metadata from files and
|
|
|
463 playlists (e.g. ID3 tags).
|
|
|
464
|
|
|
465 Playback
|
|
|
466 Don't advance in playlist - Don't advance to the next song in the playlist when
|
|
|
467 the current song ends.
|
|
|
468 Pause between songs - Set the time (in secons) to pause on songchange
|
|
|
469
|
|
|
470 Song display
|
|
|
471 Title format - Choose the format to display the song names in the playlist.
|
|
|
472 Custom string - When the above option is set to 'Custom' insert a string of
|
|
|
473 substitutes here.
|
|
|
474
|
|
|
475 3.5.6. Plugins
|
|
|
476 --------------
|
|
|
477
|
|
|
478 Enable/disable and configure plugins in this section.
|
|
|
479
|
|
|
480 Choose a tab to list one of the types of plugins:
|
|
|
481 - Media (filetype/device support)
|
|
|
482 - General (general plugins)
|
|
|
483 - Visualization (visualization plugins)
|
|
|
484 - Effects (effect plugins)
|
|
|
485 - Output (output plugins)
|
|
|
486
|
|
|
487 3.6 Plugins
|
|
|
488 -----------
|
|
|
489
|
|
2306
|
490 Plugins are what makes Audacious work, by moving most of the code out of
|
|
|
491 Audacious and into a plugin architecture it's possible to change almost
|
|
|
492 everything in Audacious. There are today 8 different types of plugins.
|
|
0
|
493
|
|
2306
|
494 However to promote maximum flexibility of the platform itself, we no longer
|
|
|
495 include any plugins with the Audacious core.
|
|
0
|
496
|
|
2306
|
497 You will need to download and install our plugin pack for Audacious if you
|
|
|
498 expect it to do anything useful (or install someone else's plugin pack if one
|
|
|
499 should exist).
|
|
0
|
500
|
|
2306
|
501 Additionally, you can find a list of plugins at:
|
|
|
502 http://audacious-media-player.org/Plugins
|
|
0
|
503
|
|
2306
|
504 You should note that third-party plugins are not supported by the Audacious
|
|
|
505 development team, and that you should report any issues with them on our forums,
|
|
|
506 but NEVER on our bugtracker.
|
|
0
|
507
|
|
2306
|
508 3.7 Playlist Manager
|
|
|
509 --------------------
|
|
0
|
510
|
|
2306
|
511 Audacious supports multiple playlists (think foobar2000). For the manipulation of
|
|
|
512 playlists, we have included a playlist manager tool.
|
|
0
|
513
|
|
2306
|
514 It is accessible from the Playlist menu.
|
|
0
|
515
|
|
|
516
|
|
|
517 4. Command Line Options
|
|
|
518 -----------------------
|
|
|
519
|
|
2306
|
520 audacious --help will produce:
|
|
0
|
521
|
|
2306
|
522 Usage: audacious [options] [files] ...
|
|
0
|
523
|
|
|
524 Options:
|
|
|
525 --------
|
|
|
526
|
|
|
527 -h, --help Display this text and exit.
|
|
1174
|
528 -n, --session Select Audacious/XMMS session (Default: 0)
|
|
0
|
529 -r, --rew Skip backwards in playlist
|
|
|
530 -p, --play Start playing current playlist
|
|
|
531 -u, --pause Pause current song
|
|
|
532 -s, --stop Stop current song
|
|
|
533 -t, --play-pause Pause if playing, play otherwise
|
|
|
534 -f, --fwd Skip forward in playlist
|
|
|
535 -e, --enqueue Don't clear the playlist
|
|
|
536 -m, --show-main-window Show the main window
|
|
|
537 -v, --version Print version number and exit.
|
|
2306
|
538 -H, --headless Headless operation
|
|
|
539 -E, --enqueue-to-temp Enqueues to a temporary playlist.
|
|
0
|
540
|
|
|
541 You can specify files on the command line, e.g:
|
|
|
542
|
|
2306
|
543 audacious file1.mp3 file2.mp3 file3.mp3
|
|
|
544 audacious *.mp3
|
|
|
545 audacious playlist.m3u playlist.pls playlist.xspf
|
|
0
|
546
|
|
2306
|
547 If you do this while Audacious is running, the current playlist
|
|
0
|
548 will be cleared and the files/playlist specified on the command
|
|
|
549 line will be used instead.
|
|
|
550
|
|
2306
|
551 To keep the current playlist intact use the -E option, which will
|
|
|
552 create a new temporary playlist with the requested media, or the
|
|
|
553 -e option, which will append to your currently selected playlist.
|
|
0
|
554
|
|
|
555
|
|
|
556 5. Features
|
|
|
557 -----------
|
|
|
558
|
|
2306
|
559 5.1 Supported Features
|
|
0
|
560 ----------------------
|
|
|
561
|
|
|
562 Seeking in files
|
|
|
563 Volume/Balance
|
|
|
564 Shuffle play
|
|
|
565 Repeat play
|
|
|
566 Playlist editor
|
|
|
567 Spectrum Analyzer
|
|
|
568 One Line mode al'a WinShade in WinAmp
|
|
|
569 Oscilloscope
|
|
|
570 Timer Elapsed/Timer Remaining
|
|
|
571 Plug-in system Output/Input/Effect/General/Visualization
|
|
|
572 Equalizer
|
|
|
573 Double Size option
|
|
|
574 WinAmp 2.0 skin support (can use wsz files)
|
|
|
575 GTK Requesters (with theme support)
|
|
|
576 Streaming/Shoutcast(1.0/1.1)/Icecast support
|
|
|
577 Auto remove borders if the WM has support for it
|
|
|
578 Fast jump in playlist
|
|
|
579 Scroll wheel support
|
|
|
580 Saves HTTP streams to HD
|
|
|
581 HTTP authentication
|
|
|
582 Plays MPEG layer 1/2/3, WAV, Ogg Vorbis
|
|
|
583 Compiles and works on other Unixes
|
|
|
584 Proxy authentication support
|
|
|
585
|
|
|
586
|
|
1174
|
587 6. Obtaining Audacious
|
|
0
|
588 -------------------
|
|
|
589
|
|
|
590 Currently, we only provide source tarballs at:
|
|
|
591
|
|
1174
|
592 http://audacious-media-player.org/Downloads
|
|
0
|
593
|
|
1174
|
594 The Subversion snapshots listed are not regularly updated. We
|
|
|
595 encourage you to download Audacious straight from our SVN repository:
|
|
0
|
596
|
|
1174
|
597 svn co http://svn.atheme.org/audacious/trunk audacious-devel
|
|
|
598
|
|
0
|
599
|
|
|
600 6.1 Obtaining Skins
|
|
|
601 -------------------
|
|
|
602
|
|
1174
|
603 You can find Audacious/XMMS skins made by Audacious/XMMS users at:
|
|
0
|
604
|
|
|
605 http://www.xmms.org/skins.html
|
|
|
606 http://themes.org/skins/xmms
|
|
|
607
|
|
1174
|
608 You can find more places on our website, at:
|
|
|
609
|
|
|
610 http://audacious-media-player.org/Skins
|
|
|
611
|
|
0
|
612
|
|
|
613 7. Misc
|
|
|
614 -------
|
|
|
615
|
|
|
616 7.1. Tips and Tricks
|
|
|
617 -------------------
|
|
|
618
|
|
|
619 If you have a windows partition with WinAmp installed, a good idea would be to
|
|
|
620 set the SKINSDIR variable to that dir.
|
|
|
621
|
|
1174
|
622 Audacious features some command line options like next/previous songs, those
|
|
0
|
623 things can be binded to a key. I use AfterStep and the useless window keys
|
|
|
624 for this. Here is an example from my .steprc:
|
|
|
625
|
|
1174
|
626 Key Meta_R A N Exec "Audacious" audacious -r
|
|
|
627 Key Menu A N Exec "Audacious" audacious -f
|
|
0
|
628
|
|
|
629 If you want all your mp3's in one playlist an easy way is:
|
|
|
630 locate .mp3 > /path/to/playlistname
|
|
|
631
|
|
|
632 (considering you have a fairly recent updatedb, don't blame us if locate don't
|
|
|
633 find the file you downloaded 3 minutes ago)
|
|
|
634
|
|
|
635
|
|
|
636 8. Bugs
|
|
|
637 -------
|
|
|
638
|
|
1174
|
639 Audacious is under heavy development and as such, has quite a number of
|
|
0
|
640 bugs. Our bug tracker page is maintained at:
|
|
|
641
|
|
2306
|
642 http://bugs-meta.atheme.org/
|
|
0
|
643
|
|
|
644 It will continue to have bugs as we fix and introduce new ones through
|
|
|
645 rewriting and enhancement. Help us along by reporting new bugs, and
|
|
|
646 verifying existing ones.
|
|
|
647
|
|
|
648
|
|
1174
|
649 9. Contact Emails
|
|
|
650 -----------------
|
|
0
|
651
|
|
|
652 Project Admins:
|
|
|
653
|
|
2306
|
654 William Pitcock email: nenolod at sacredspiral.co.uk
|
|
1174
|
655 Tony Vroon email: chainsaw at gentoo.org
|
|
0
|
656
|