1173
|
1 Audacious (c) GPL 2005-2006
|
0
|
2
|
1173
|
3 Audacious Development Team (see AUTHORS)
|
0
|
4
|
|
5
|
|
6 Based on:
|
70
|
7 BMP - Beep Media Player.
|
0
|
8
|
1174
|
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
|
|
43 3.6.1 Input plugins
|
|
44 3.6.1.1 Cd Audio Player
|
|
45 3.6.1.2 MPEG Layer 1/2/3 player
|
|
46 3.6.1.3 Ogg Vorbis player
|
|
47 3.6.1.4 WAV player
|
|
48 3.6.2 Output plugins
|
|
49 3.6.2.1 OSS Driver
|
|
50 3.6.2.2 eSound Output
|
|
51 3.6.2.3 BSD Sun Output
|
|
52 3.6.3 Effect plugins
|
|
53 3.6.4 General plugins
|
|
54 3.6.5 Visualization plugins
|
|
55 3.6.5.1 Blur scope
|
|
56 4. Command Line Options
|
|
57 5. Features
|
|
58 5.1 Supported File formats
|
|
59 5.2 Supported Features
|
1174
|
60 6. Obtaining Audacious
|
0
|
61 7. Misc
|
|
62 7.1 Shoutcast support
|
|
63 7.2 Tips and tricks
|
|
64 8. Bugs
|
|
65 9. Contact Email
|
|
66
|
|
67
|
|
68
|
|
69
|
|
70 1. Disclaimer
|
|
71 -------------
|
|
72
|
|
73 We are not liable for any damage caused by the use of this program.
|
|
74
|
1174
|
75 Audacious is NOT a port of WinAmp (http://www.winamp.com). Audacious is a fork of
|
|
76 XMMS (http://xmms.org) and BMP (http://beep-media-player.org) which borrowed the
|
|
77 WinAmp GUI.
|
0
|
78
|
|
79
|
|
80 2. Installation
|
|
81 ---------------
|
|
82
|
1174
|
83 Audacious requires the following libraries and their development
|
0
|
84 packages installed:
|
|
85
|
|
86 Glib 2.4
|
|
87 (http://www.gtk.org/download/)
|
|
88
|
|
89 GTK+ 2.4
|
|
90 (http://www.gtk.org/download/)
|
|
91
|
|
92 libglade >= 2.3.1
|
|
93 (http://ftp.gnome.org/pub/GNOME/sources/libglade/2.3/)
|
|
94
|
|
95 The following packages are required for optional features:
|
|
96
|
|
97 Vorbis input plugin:
|
|
98 libvorbis >= 1.0
|
|
99 (http://www.xiph.org/ogg/vorbis/download.html)
|
|
100
|
|
101 ESD output plugin:
|
|
102 esound >= 0.2.3
|
|
103 (http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.0/sources/)
|
|
104
|
|
105 ALSA output plugin:
|
|
106 alsa-lib >= 1.0
|
|
107 (http://www.alsa-project.org)
|
|
108
|
|
109 GNOME VFS support:
|
|
110 gnome-vfs >= 2.6.0
|
|
111 (http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.0/sources/)
|
|
112
|
|
113 GConf support:
|
|
114 GConf >= 2.6.0
|
|
115 (http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.0/sources/)
|
|
116
|
1174
|
117 If you compile Audacious from a fresh CVS checkout, you will also need
|
0
|
118 the following tools:
|
|
119
|
|
120 automake >= 1.7
|
|
121 autoconf >= 2.5
|
|
122
|
|
123 Note that these tools and libraries are bundled with major Linux
|
|
124 distributions. Use the packages provided with them where possible. If
|
|
125 those packages are not sufficiently new, you may need to search
|
|
126 third-party repositories for them.
|
|
127
|
|
128
|
|
129 2.1 Basic Installation
|
|
130 ----------------------
|
|
131
|
1174
|
132 cd audacious-1.1.0
|
0
|
133 ./configure
|
|
134 make
|
|
135 make install
|
|
136
|
|
137 This will put the binary in /usr/local/bin and plugins in
|
1174
|
138 /usr/local/lib/audacious/
|
0
|
139
|
|
140 Note for packagers: The gnome-vfs option is VERY EXPERIMENTAL. We suggest you
|
|
141 do not use it in your official distribution packages.
|
|
142
|
|
143
|
|
144 2.2 Borderless Installation
|
|
145 ---------------------------
|
|
146
|
|
147 As far as I know most WM's accepts GTK decoration hints so it will
|
|
148 not have borders. But some WM's can't handle this so you have to
|
|
149 set in manually.
|
|
150
|
|
151 AfterStep 1.0 ~/.steprc
|
|
152 Style "XMMS_Player" NoTitle, NoHandles
|
|
153 Style "XMMS_Playlist" NoTitle, NoHandles
|
|
154 Style "XMMS_Equalizer" NoTitle, NoHandles
|
|
155
|
|
156 AfterStep 1.4 ~/GNUstep/Library/AfterStep/database
|
|
157 Style "XMMS_Player" NoTitle, NoHandles
|
|
158 Style "XMMS_Playlist" NoTitle, NoHandles
|
|
159 Style "XMMS_Equalizer" NoTitle, NoHandles
|
|
160
|
|
161 Fvwm's ~/.fvwm95rc
|
|
162 Style "XMMS_Player" NoTitle
|
|
163 Style "XMMS_Playlist" NoTitle
|
|
164 Style "XMMS_Equalizer" NoTitle
|
|
165
|
|
166 CTWM's ~/.ctwmrc
|
|
167 NoTitle and NoBorder sections:
|
|
168 NoTitle {
|
|
169 "xmms"
|
|
170 }
|
|
171
|
|
172 NoBorder {
|
|
173 "xmms"
|
|
174 }
|
|
175
|
|
176 2.3 Skin Installation
|
|
177 ---------------------
|
|
178
|
1174
|
179 Audacious will create a directory called ~/.audacious/Skins/. You can unarchive
|
0
|
180 the skins the same way as you do for WinAmp.
|
|
181
|
1174
|
182 However, you don't need to as Audacious supports archived skins. Audacious
|
0
|
183 currently reads the following formats: zip, wsz, tar, tar.gz and
|
|
184 tar.bz2
|
|
185
|
1174
|
186 Just copy the archive to one of the skin path's and Audacious will take care
|
0
|
187 of the rest.
|
|
188
|
|
189 In order to support zipped skins you will need to have unzip. Unzip
|
|
190 is bundled with most Linux distributions.
|
|
191
|
1174
|
192 Audacious looks for skins in these directories (in listing order):
|
0
|
193
|
1174
|
194 <prefix>/share/audacious/Skins
|
|
195 ~/.audacious/Skins
|
0
|
196
|
|
197 You can set the environment variable SKINSDIR to another location of
|
|
198 your choice:
|
|
199
|
|
200 For BASH:
|
|
201 export SKINSDIR=/path/to/Skins:/more/paths/to/other/locations/of/Skins
|
|
202
|
|
203 For CSH:
|
|
204 setenv SKINSDIR /path/to/Skins:/more/paths/to/other/locations/of/Skins
|
|
205
|
|
206
|
|
207 3. Documentation
|
|
208 ----------------
|
|
209
|
1174
|
210 This file or http://audacious-media-player.org
|
0
|
211
|
|
212
|
1174
|
213 3.1 Controlling Audacious
|
0
|
214 --------------------
|
|
215
|
1174
|
216 When you start up Audacious, you will get a console very similar to that of
|
0
|
217 WinAmp.
|
|
218
|
|
219 - On the top is the window title bar. To the right you will see 3 buttons,
|
1174
|
220 Left button will minimize Audacious.
|
|
221 Middle button will make Audacious only display the title bar.
|
|
222 Right button will end the Audacious session.
|
0
|
223
|
|
224 - The area in the upper left part displays the following:
|
|
225 - Play state: Paused, Stopped, or Playing
|
|
226 - Time elapsed in the current song or if you click on it, the reversed.
|
|
227 - Spectrum analyzer of the sound being played. Right mouse click will
|
|
228 bring up the Visualization menu. Left mouse button will change the
|
|
229 analyzer to an oscilloscope and/or none.
|
|
230
|
|
231 - To the right of the Spectrum analyzer is the title of the file being played.
|
|
232 This also contains the length of the song being played, as well as its
|
|
233 position in the [unsorted] playlist. Right clicking in this window will bring
|
|
234 up a new menu with some more options that are self explaining.
|
|
235
|
|
236 - In the left part of the Spectrum analyzer you'll have letters (at least if
|
|
237 you use the default skin) O A I D V. This is known as the
|
|
238 "clutterbar'. Left-clicking on these will open up menus or perform the
|
|
239 listed actions.
|
|
240 O : Options menu
|
|
241 A : Always on top
|
|
242 I : File info box
|
|
243 D : Double size mode
|
|
244 V : Visualization menu
|
|
245
|
|
246 - Underneath the track title are the following static informational data:
|
|
247 - bit rate in KBps (usually 128 or 112)
|
|
248 - Sample Rate in KHz (usually 44)
|
|
249 - Stereo or Mono channel mixing
|
|
250
|
|
251 - Underneath the informational data are a few controls you can play with:
|
|
252 - The first slider controls the volume
|
|
253 - The second slider controls the balance between speakers
|
|
254 - The button marked "EQ" loads up the graphic equalizer
|
|
255 - The button marked "PL" loads up the playlist editor
|
|
256 - The LARGE slide bar moves from left to right as the song plays. You can
|
|
257 drag this to jump to another location in the current file.
|
|
258
|
|
259 - On the bottom of the console are the standard buttons you would see on a CD
|
|
260 player: Previous track, Play, Pause, Stop, Next track, eject, shuffle
|
|
261 and repeat.
|
|
262
|
|
263 - The eject button doesn't REALLY eject, of course. :) It opens up the
|
|
264 file requester. The File Requester builds a playlist for the current
|
1174
|
265 Audacious session. You can use it to load files, add files to the list, or
|
0
|
266 load all mp3s in a directory.
|
|
267
|
|
268 - The shuffle button randomizes the sequence of the playlist.
|
|
269
|
|
270 - The repeat button when enabled makes the playlist loop when it reaches the
|
|
271 end of the playlist.
|
|
272
|
|
273
|
|
274 3.1.1 Key bindings
|
|
275 ------------------
|
|
276
|
|
277 Global: (Main, Equalizer and Playlist window)
|
|
278
|
|
279 z = Previous song
|
|
280 x = Play
|
|
281 c = Pause
|
|
282 v = Stop
|
|
283 b = Next song
|
|
284 l = Play file (brings up the Load file(s) dialog)
|
|
285 j = Jump to file (in the existing playlist)
|
|
286 r = Toggle Repeat
|
|
287 s = Toggle Shuffle
|
|
288
|
|
289 Control + h = Play location (url)
|
|
290 Control + p = Preferences dialog
|
|
291 Control + r = Time remaining
|
|
292 Control + o = Always on top
|
|
293 Control + w = Winshade mode
|
|
294 Control + j = Jump to time
|
|
295 Control + z = Start of list
|
|
296 Control + n = No Playlist Advance
|
|
297 Control + 3 = File info dialog
|
|
298
|
|
299 Control + Alt + w = Toggle Equalizer winshade mode
|
|
300 Shift + Control + w = Toggle Playlist winshade mode
|
|
301
|
|
302 Alt + e = Toggle playlist window
|
|
303 Alt + g = Toggle equalizer window
|
|
304
|
|
305 Main window:
|
|
306
|
|
307 Arrow key up = Volume up 2%
|
|
308 Arrow key down = Volume down 2%
|
|
309 Arrow key right = Skip 5 seconds forward in song
|
|
310 Arrow key left = Skip 5 seconds back in song
|
|
311
|
|
312 Playlist window:
|
|
313
|
|
314 Arrow key up = up one step in playlist
|
|
315 Arrow key down = Down one step in playlist
|
|
316
|
|
317 Delete = Remove selected songs from playlist
|
|
318 Page Up = Move one page up
|
|
319 Page Down = Move one page down
|
|
320 Home = Go to the first song
|
|
321 End = Go to the last song
|
|
322 Enter = Play selected song
|
|
323 Insert = Add file dialog
|
|
324 Shift + Insert = Add directory dialog
|
|
325 Alt + Insert = Add url dialog
|
|
326
|
|
327 Equalizer shade mode:
|
|
328
|
|
329 Arrow key up = Volume up 2%
|
|
330 Arrow key down = Volume down 2%
|
|
331 Arrow key right = Balance 4% to right
|
|
332 Arrow key left = Balance 4% to left
|
|
333
|
|
334
|
|
335 3.2 Playlist editor
|
|
336 -------------------
|
|
337
|
|
338 To access the Playlist editor, select the button labeled "PL" on the right
|
1174
|
339 side of the Audacious console.
|
0
|
340
|
|
341 This will bring up the actual playlist window, here you'll find 5 buttons.
|
|
342 All of these buttons can be held down to bring up an extra menu.
|
|
343 From left to right:
|
|
344
|
|
345 file + : will add a file to current playlist, held down mode you'll have
|
|
346 2 extra options
|
|
347 dir : will let you pick a directory (recursive)
|
|
348 url : will let you add an url for streaming
|
|
349
|
|
350 file - : will delete the highlighted file, held down mode you'll have 3
|
|
351 more options
|
|
352 crop : delete all files except the highlighted in the list
|
|
353 all : delete all files in the list
|
|
354 misc : *** NOT FUNCTIONAL ***
|
|
355
|
|
356 sel all : select all files in current playlist, held down mode you'll have
|
|
357 2 extra options
|
|
358 sel zero : select none
|
|
359 inv sel : invert you selection
|
|
360
|
|
361 misc opts : held down you'll have 2 extra options
|
|
362 fileinfo : opens the file info dialog.
|
|
363 sort : release button on this will bring up another menu with sort options
|
|
364
|
|
365 load list : will let you pick a playlist to load, held down you'll have
|
|
366 2 extra options
|
|
367 save : will let you save your playlist
|
|
368 new : will empty the playlist and let you create a new playlist
|
|
369
|
|
370 If you want to select/deselect files in the filrequester/playlist editor use
|
|
371 CTRL for files and SHIFT key for blocks of files. You can also browse the PL
|
|
372 using the cursor keys and enter to select song. Pressing the delete button will
|
|
373 remove the song from the playlist. If your mouse is equipped with a mouse
|
|
374 wheel, you can use this to scroll up and down.
|
|
375
|
|
376 3.3. Equalizer
|
|
377 --------------
|
|
378
|
|
379 To access the Equalizer, select the button labeled "EQ" on the right
|
1174
|
380 side of the Audacious console.
|
0
|
381
|
|
382 That will bring up the Equalizer window. It looks like an equalizer on a stereo
|
|
383 and behaves like one as well. Press the button labeled ON to enable the use of
|
|
384 the equalizer, once you turned it on you use it as a normal equalizer.
|
|
385
|
1174
|
386 EQ presets will be saved in ~/.audacious/config when you close Audacious. You can also
|
|
387 have your own presets for different song using the "Preset" button, Audacious can
|
0
|
388 also import/export from WinAmp's preset files.
|
|
389
|
1174
|
390 If 'Auto' is enabled, Audacious will try to load equalizer presets like this:
|
0
|
391
|
|
392 1: Look for a preset file in the directory of the file we are about to play.
|
|
393 2: Look for a directory preset file in the same directory.
|
|
394 3: Look for a preset saved with the "auto-load" feature.
|
|
395 4: Finally, try to load the "default" preset.
|
|
396
|
|
397 The 'preset' button will open up a menu with the following options:
|
|
398
|
|
399 Load
|
|
400 Preset : Will open a window with all available presets.
|
|
401 Auto-load preset : Will open a window with all available auto-load
|
|
402 presets.
|
|
403 Default : Will load the default preset.
|
|
404 Zero : Will reset the equalizer to zero.
|
|
405 From file : Will load from a .preset file
|
|
406 From WinAMP EQF file : Will load from a WinAMP equalizer file. If you
|
|
407 choose a library file only the first entry will
|
|
408 be loaded.
|
|
409 Import
|
|
410 WinAMP presets : Imports the presets contained in an WinAMP equalizer
|
|
411 library file (often named WINAMP.q1) and add all
|
|
412 the entries to the Preset window.
|
|
413 Save
|
|
414 Preset : Let you name the current preset and save it.
|
|
415 Auto-load preset : Saves the current settings as a preset for the song
|
|
416 currently playing.
|
|
417 Default : Saves the default value for the equalizer.
|
|
418 From file : Saves the current settings in a preset file.
|
|
419 From WinAMP EQF file : Exports the current settings to a file readable by
|
|
420 WinAMP.
|
|
421 Delete
|
|
422 Preset : Let you delete a preset from the list.
|
|
423 Auto-load preset : Let you delete a auto-load preset from the list.
|
|
424
|
|
425 Configure Equalizer : Change the default names of directory based
|
|
426 preset files.
|
|
427
|
|
428 3.4. Menu
|
|
429 ---------
|
|
430
|
1174
|
431 There are several menu hot spots on the Audacious window. One place is at the left
|
0
|
432 hand side of the visual window described in sections 3.1 If you click the right
|
|
433 mouse button in the main window, the menus will also pop up (same as clicking
|
|
434 the button on the top left corner).
|
|
435
|
|
436 3.5. Preferences
|
|
437 ----------------
|
|
438
|
|
439 Use the menu to open Options / Preferences or press CTRL-P to bring the
|
|
440 preferences dialog up.
|
|
441
|
|
442 3.5.1. Appearance
|
|
443 -----------------
|
|
444
|
|
445 Skins
|
|
446 In the skinlist you can choose a skin. How to install skins is described above.
|
|
447 Click on a skin in the list to change to it.
|
|
448
|
|
449 Fonts
|
|
450 You can set the font in the main window by setting the 'Player' font. You can
|
|
451 change the playlist font by setting the 'Playlist' font.
|
|
452
|
|
453 Miscellaneous
|
|
454 Show track numbers in playlist - Enable/disable displaying of track numbers in
|
|
455 the playlist.
|
|
456 Use custom cursors - Enable/disable custom cursors set by the skin.
|
|
457
|
|
458
|
|
459 3.5.2. Mouse
|
|
460 ------------
|
|
461
|
|
462 Mouse wheel
|
1174
|
463 Change how Audacious handles scroll behaviours.
|
0
|
464
|
|
465 3.5.3. Playlist
|
|
466 ---------------
|
|
467
|
|
468 Filename
|
|
469 Convert underscores to blanks - Converts '_' (underscores) to ' ' in the
|
|
470 playlist.
|
|
471 Convert %20 to blanks - Converts '%20' to ' ' in the
|
|
472 playlist.
|
|
473
|
|
474 Metadata
|
|
475 Load metadata from playlists and files - Loads metadata from files and
|
|
476 playlists (e.g. ID3 tags).
|
|
477
|
|
478 Playback
|
|
479 Don't advance in playlist - Don't advance to the next song in the playlist when
|
|
480 the current song ends.
|
|
481 Pause between songs - Set the time (in secons) to pause on songchange
|
|
482
|
|
483 Song display
|
|
484 Title format - Choose the format to display the song names in the playlist.
|
|
485 Custom string - When the above option is set to 'Custom' insert a string of
|
|
486 substitutes here.
|
|
487
|
|
488 3.5.6. Plugins
|
|
489 --------------
|
|
490
|
|
491 Enable/disable and configure plugins in this section.
|
|
492
|
|
493 Choose a tab to list one of the types of plugins:
|
|
494 - Media (filetype/device support)
|
|
495 - General (general plugins)
|
|
496 - Visualization (visualization plugins)
|
|
497 - Effects (effect plugins)
|
|
498 - Output (output plugins)
|
|
499
|
|
500 3.6 Plugins
|
|
501 -----------
|
1174
|
502 Plugins is what makes Audacious work, by moving most of the code out of Audacious and
|
|
503 into a plugin architecture it's possible to change almost everything in Audacious.
|
0
|
504 There are today 5 different types of plugins. Only a few plugins are
|
1174
|
505 distributed with Audacious, you can find information on more of them at:
|
0
|
506
|
1174
|
507 http://audacious-media-player.org
|
0
|
508
|
|
509
|
|
510 3.6.1 Input plugins
|
|
511 -------------------
|
|
512 The input plugins is what you use to play mp3, mod, wav and even movies with.
|
|
513
|
|
514
|
|
515 3.6.1.1 Cd Audio Player
|
|
516 -----------------------
|
|
517 Plays audio cd's on Linux, FreeBSD and Solaris. This plugin does not pass
|
1174
|
518 the sound through Audacious, so no visualization can be made nor will the
|
0
|
519 equalizer settings have any effect.
|
|
520
|
|
521 Before I explain the usage we better have a look on the configuration
|
|
522 first.
|
|
523
|
|
524 In the device tab you should set Device to your cdrom unit. /dev/cdrom
|
|
525 is generally a good choice on Linux systems. Set 'Directory' to where a
|
1174
|
526 directory which will be used by Audacious to present the available cd tracks in.
|
0
|
527 Using the normal mount point for the cdrom is recommended unless the
|
|
528 cdrom is automounted if it contains a data track.
|
|
529
|
|
530 Example:
|
|
531 --------
|
|
532 Device: /dev/cdrom (which on my system is symlinked to /dev/hdc)
|
|
533 Directory: /mnt/cdrom
|
|
534
|
|
535 The next setting is used to decide what volume is to be changed, it's either
|
|
536 the OSS Mixer for CD Audio or the actual volume on the CDROM.
|
|
537
|
|
538 In the CD Info tab you can choose if the plugin should try and get the
|
|
539 track names from a Internet database server.
|
|
540
|
|
541 You can either use the CDDB protocol or CD Index. CDDB defaults to a free
|
|
542 version of CDDB, but it will work with the infamous cddb servers as well.
|
|
543
|
|
544 Show network window will display some useful information if something goes
|
|
545 wrong, but you'll have to close and re-open it to update the content of it.
|
|
546
|
|
547 If a CDDB server is too slow for your taste, you can press 'Get server list'
|
|
548 to receive a list of alternate servers.
|
|
549
|
|
550 CD Index is another type of database, but works in a similar manner. If
|
|
551 you don't have libxml installed when you compiled the plugin, this will be
|
|
552 grayed out.
|
|
553
|
|
554 In the "Track names" box you can decide on how the plugin presents the
|
|
555 tracks to you. This is normally handled by the 'Title' (section 3.5.6) setting
|
|
556 in the main preferences, but you can choose to override them here.
|
|
557
|
|
558 Available variables are:
|
|
559
|
|
560 %p = Performer/Artist %t = Track name
|
|
561 %a = Album %n = Track number
|
|
562
|
|
563 So "%n. %t / %p (%a)" would display something like:
|
|
564
|
|
565 1. New Life / Depeche Mode (Speak & Spell)
|
|
566
|
|
567 Now to add your CDROM tracks to the playlist. Insert an audio cd into the
|
|
568 CDROM drive and press the Eject button. Go to the directory which you defined
|
|
569 earlier ( /mnt/cdrom ) and you should see a list of tracks. They will be named
|
|
570 Track XX.cda, select the tracks you want to play and press OK. If you had
|
1174
|
571 choosed an Internet database and the CD exists in it, Audacious will now display
|
0
|
572 the tracks you have chosen with their names according to the 'Name format'
|
|
573 configuration.
|
|
574
|
|
575 Now, that wasn't hard now was it?
|
|
576
|
1174
|
577 If you want Audacious to identify as something else when speaking with servers, you
|
|
578 can set the environmental variable "XMMS_CDDB_CLIENT_NAME", and Audacious will use
|
0
|
579 that instead.
|
|
580
|
|
581
|
|
582 3.6.1.2 MPEG Layer 1/2/3 player
|
|
583 -------------------------------
|
|
584 The main reason why this player exists today is mp3 files, so what could be
|
|
585 better than a plugin that plays them?.
|
|
586
|
|
587 It's based off the mpg123 engine and handles MPEG Layer 1/2/3 files and
|
|
588 VBR (variable bit rate) MP3 files.
|
|
589
|
|
590 The first configuration tab is just like the MikMod one, and again, if you
|
|
591 have an older soundcard and the music is going half speed, change the
|
|
592 'Resolution' setting.
|
|
593
|
|
594 If you have mp3 files named something else than .mp3, you might want to enable
|
1174
|
595 'Detect files by content' so Audacious will know that they are supported. Although
|
0
|
596 I'd recommend that you rename the files (or just beat the person who burned his
|
|
597 high-school bands music with in proper file extensions into giving you a new
|
|
598 cd) since this is rather slow.
|
|
599
|
1174
|
600 In the streaming tab you can choose a 'Buffer size' in kilobytes which Audacious
|
0
|
601 will keep while streaming. This ranges from 4 -> 4096kb (which should be
|
|
602 sufficient for most people. The 'Pre-buffer' value is how much of the buffer
|
1174
|
603 Audacious should fill before starting to play the stream. (0%-90%)
|
0
|
604
|
|
605 I'll let Chad Armstrong describe the two following options.
|
|
606
|
|
607 "As streaming becomes more popular, there is rising demand for better
|
|
608 information about the current track being played. This 'Now Playing'
|
|
609 information (also known as 'Title Streaming') allows for more information to be
|
|
610 passed back to the listener. In the past, there was a method started by the
|
|
611 Shoutcast group, which embedded this information in the stream itself. The mp3
|
|
612 standard was never designed to allow for text information to be interleaved
|
|
613 with audio data, and it is this design which can cause errors in playback. The
|
|
614 Icecast Team has taken this data completely out of the mp3 data, and has
|
|
615 provided it in a side channel (via UDP)."
|
|
616
|
|
617 - Chad Armstrong (icemonk)
|
|
618
|
|
619 You're better off having both these options enabled. :)
|
|
620
|
1174
|
621 In the 'Title' tab you can change the way Audacious presents the mp3 files to the
|
0
|
622 playlist.
|
|
623
|
|
624 ID3 is data stored in the mp3 file and can include Artist, Album etc. If you
|
1174
|
625 uncheck 'Use ID3 tags' Audacious will display the filename instead of the ID3
|
0
|
626 information.
|
|
627
|
|
628 ID3V2 allows for a lot of extra data to be stored in the mp3 file, and don't
|
1174
|
629 suffer from the limitations of ID3V1, Audacious supports the same data that are
|
0
|
630 available in ID3V1 but not the extra data. If a mp3 file contains both ID3V1
|
|
631 and ID3V2 tags, you might see something different that the 'file info' editor
|
|
632 displays. If this happens, you might want to turn on 'Disable ID3V2 tags'.
|
|
633
|
|
634 'Override generic titles' is used if you do not want to use the generic titles
|
|
635 defined in the preferences. See section 3.5.6.
|
|
636
|
|
637 The 'ID3 format:' box allows you to alter in which order the information about
|
|
638 the current song is displayed.
|
|
639
|
|
640 Example: %p - %t (%a) [%y]
|
|
641 will display something like "Laibach - Alle Gegen Alle (Nato) [1994]"
|
|
642
|
|
643 available fields are:
|
|
644
|
|
645 %p - Artist (ex: Laibach)
|
|
646 %a - Album (ex: Nato)
|
|
647 %f - File name (ex: laibach-allegegenalle)
|
|
648 %F - File path (ex: /home/thomas/mp3)
|
|
649 %e - File extension (ex: mp3)
|
|
650
|
|
651 %t - Track name (ex: Alle Gegen Alle)
|
|
652 %n - Track number (ex: 6)
|
|
653 %y - Year (ex: 1994)
|
|
654 %g - Genre (ex: Electronic)
|
|
655 %c - Comment (ex: Cover of D.A.F)
|
|
656
|
|
657
|
|
658 3.6.1.3 Ogg Vorbis Player
|
|
659 -------------------------
|
|
660
|
|
661 Plays OGG Vorbis encoded files, see http://www.xiph.org/ogg/vorbis/index.html
|
|
662 for more information.
|
|
663
|
|
664
|
|
665 3.6.1.4 WAV player
|
|
666 -------------------
|
|
667 This plugin plays as suggested, wave files. It supports 16bit and 8bit PCM wave
|
|
668 files.
|
|
669
|
|
670
|
|
671 3.6.2 Output plugins
|
|
672 --------------------
|
|
673 This type of plugins is what is used to send the audio data to your soundcard
|
|
674 or alternative devices.
|
|
675
|
|
676
|
|
677 3.6.2.1 OSS Driver
|
|
678 ------------------
|
|
679 This plugin is probably what most of you will use if your system is equipped
|
|
680 with the OpenSoundSystem (www.opensound.com) drivers or compatible.
|
|
681 Compatible drivers are ALSA with their OSS emulation, and Linux kernel sound
|
|
682 drivers.
|
|
683
|
1174
|
684 In the 'Devices' tab you can change the soundcard which Audacious is going to use.
|
|
685 If your driver have more than one dsp, you can change the one Audacious uses by
|
0
|
686 enabling 'Use alternate device' and changing the '/dev/dsp' to suit your needs.
|
|
687
|
|
688 If you have changed your Audio Device to another soundcard (if you for some
|
|
689 reason have two cards) don't forget to change the 'Mixer device' setting to the
|
|
690 soundcard you want to use.
|
|
691
|
|
692 In the 'Buffering' tab you can change how much data the OSS plugin will buffer.
|
|
693 The 'Buffer size' ranges from 200 - 10000ms. If you want the plugin to wait for
|
|
694 the buffer to be filled before it starts playing the music change the 'Pre-
|
|
695 buffer' value, this ranges from 0% - 90% of the 'Buffer size' value.
|
|
696
|
1174
|
697 In the 'Mixer' tab you can change which volume setting Audacious should change when
|
|
698 you alter the volume from Audacious. Enable 'Volume controls Master not PCM' if you
|
|
699 want Audacious to change the volume of all sounds instead of only PCM/wave sound.
|
0
|
700
|
|
701
|
|
702 3.6.2.2 eSound Output
|
|
703 ---------------------
|
|
704 The 'ESD' plugin will use the 'Enlightened Sound Daemon' to playback the audio.
|
|
705 It's useful if you want to be able to have sound effects in your programs and
|
1174
|
706 still be able to listen to music with Audacious.
|
0
|
707
|
|
708 In the 'Server' tab of the configuration, you can tell the plugin where to send
|
|
709 the audio data. Enable 'Use remote host' and enter the name/ip of the server
|
|
710 and port to send to. This is probably only useful in a LAN environment, since
|
|
711 the audio data is sent uncompressed to the remote ESD.
|
|
712
|
|
713 The 'Buffering' tab works just like the 'OSS Driver' one.
|
|
714
|
|
715
|
|
716 3.6.2.3 BSD Sun Output
|
|
717 ----------------------
|
|
718 The 'Sun' output plugin will use the native audio(4) interface provided
|
|
719 by OpenBSD and NetBSD for playback and mixing.
|
|
720
|
|
721 The $AUDIODEVICE and $MIXERDEVICE environment variables will override the
|
|
722 current configuration settings. Defaults are /dev/audio and /dev/mixer.
|
|
723
|
|
724 In the 'Devices' tab you can change the audio, audioctl and mixer devices
|
1174
|
725 Audacious is going to use. The audioctl device is used for ioctl(2) calls
|
0
|
726 independent of audio data I/O.
|
|
727
|
|
728 In the 'Buffering' tab you can change how much data the Sun plugin will
|
|
729 buffer. The 'Buffer size' ranges from 200 - 10000ms. If you want the plugin
|
|
730 to wait for the buffer to be filled before it starts playing the music,
|
|
731 change the 'Pre-buffer' value, this ranges from 0% - 90% of the 'Buffer size'
|
|
732 value.
|
|
733
|
|
734 In the 'Mixer' tab you can select the volume device to be affected when you
|
1174
|
735 alter the volume from Audacious. `Audacious uses mixer exclusively' causes Audacious to
|
0
|
736 keep the mixer device open instead of re-opening it for each operation.
|
|
737
|
|
738 There may also be some more options depending on what your audio mixer
|
|
739 device supports (eg. loudness, spatial, surround, preamp).
|
|
740
|
|
741 In the 'Status' tab you can see audio device information and real-time
|
|
742 playback status.
|
|
743
|
|
744
|
|
745 3.6.3 Effect plugins
|
|
746 --------------------
|
|
747 Effect plugins can alter the sound of the music you are listening to.
|
|
748
|
|
749
|
|
750 3.6.4 General plugins
|
|
751 ---------------------
|
1174
|
752 Mostly used for controlling Audacious and passing data to other programs.
|
0
|
753
|
|
754
|
|
755 3.6.5 Visualization plugins
|
|
756 ---------------------------
|
|
757 Eye candy plugins.
|
|
758
|
|
759
|
|
760 3.6.5.1 Blur scope
|
|
761 -------------------
|
|
762 A simple blurring oscilloscope, in the configuration you can change the color
|
|
763 with the standard GTK color dialog.
|
|
764
|
|
765
|
|
766 4. Command Line Options
|
|
767 -----------------------
|
|
768
|
|
769 beep-media-player --help will produce:
|
|
770
|
|
771 Usage: beep-media-player [options] [files] ...
|
|
772
|
|
773 Options:
|
|
774 --------
|
|
775
|
|
776 -h, --help Display this text and exit.
|
1174
|
777 -n, --session Select Audacious/XMMS session (Default: 0)
|
0
|
778 -r, --rew Skip backwards in playlist
|
|
779 -p, --play Start playing current playlist
|
|
780 -u, --pause Pause current song
|
|
781 -s, --stop Stop current song
|
|
782 -t, --play-pause Pause if playing, play otherwise
|
|
783 -f, --fwd Skip forward in playlist
|
|
784 -e, --enqueue Don't clear the playlist
|
|
785 -m, --show-main-window Show the main window
|
|
786 -v, --version Print version number and exit.
|
|
787
|
|
788 You can specify files on the command line, e.g:
|
|
789
|
|
790 beep-media-player file1.mp3 file2.mp3 file3.mp3
|
|
791 beep-media-player *.mp3
|
|
792 beep-media-player playlist.m3u (note: playlists must be named .m3u)
|
|
793
|
1174
|
794 If you do this while Audacious is running the current playlist
|
0
|
795 will be cleared and the files/playlist specified on the command
|
|
796 line will be used instead.
|
|
797
|
|
798 To keep the current playlist intact use the -e option.
|
|
799
|
|
800
|
|
801 5. Features
|
|
802 -----------
|
|
803
|
|
804 5.1 Supported File formats
|
|
805 -------------------------
|
|
806
|
|
807 OGG Vorbis
|
|
808 MP2 and MP3 streams
|
|
809 WAV/AU samples
|
|
810
|
|
811 Others:
|
|
812
|
|
813 CD audio
|
|
814 Shout/Icecast
|
|
815
|
|
816
|
|
817 5.2 Supported Features
|
|
818 ----------------------
|
|
819
|
|
820 Seeking in files
|
|
821 Volume/Balance
|
|
822 Shuffle play
|
|
823 Repeat play
|
|
824 Playlist editor
|
|
825 Spectrum Analyzer
|
|
826 One Line mode al'a WinShade in WinAmp
|
|
827 Oscilloscope
|
|
828 Timer Elapsed/Timer Remaining
|
|
829 Plug-in system Output/Input/Effect/General/Visualization
|
|
830 Equalizer
|
|
831 Double Size option
|
|
832 WinAmp 2.0 skin support (can use wsz files)
|
|
833 GTK Requesters (with theme support)
|
|
834 Streaming/Shoutcast(1.0/1.1)/Icecast support
|
|
835 Auto remove borders if the WM has support for it
|
|
836 Fast jump in playlist
|
|
837 Scroll wheel support
|
|
838 Saves HTTP streams to HD
|
|
839 HTTP authentication
|
|
840 Plays MPEG layer 1/2/3, WAV, Ogg Vorbis
|
|
841 Compiles and works on other Unixes
|
|
842 Proxy authentication support
|
|
843
|
|
844
|
1174
|
845 6. Obtaining Audacious
|
0
|
846 -------------------
|
|
847
|
|
848 Currently, we only provide source tarballs at:
|
|
849
|
1174
|
850 http://audacious-media-player.org/Downloads
|
0
|
851
|
1174
|
852 The Subversion snapshots listed are not regularly updated. We
|
|
853 encourage you to download Audacious straight from our SVN repository:
|
0
|
854
|
1174
|
855 svn co http://svn.atheme.org/audacious/trunk audacious-devel
|
|
856
|
0
|
857
|
|
858 6.1 Obtaining Skins
|
|
859 -------------------
|
|
860
|
1174
|
861 You can find Audacious/XMMS skins made by Audacious/XMMS users at:
|
0
|
862
|
|
863 http://www.xmms.org/skins.html
|
|
864 http://themes.org/skins/xmms
|
|
865
|
1174
|
866 You can find more places on our website, at:
|
|
867
|
|
868 http://audacious-media-player.org/Skins
|
|
869
|
0
|
870
|
|
871 7. Misc
|
|
872 -------
|
|
873
|
|
874 7.1. Tips and Tricks
|
|
875 -------------------
|
|
876
|
|
877 If you have a windows partition with WinAmp installed, a good idea would be to
|
|
878 set the SKINSDIR variable to that dir.
|
|
879
|
1174
|
880 Audacious features some command line options like next/previous songs, those
|
0
|
881 things can be binded to a key. I use AfterStep and the useless window keys
|
|
882 for this. Here is an example from my .steprc:
|
|
883
|
1174
|
884 Key Meta_R A N Exec "Audacious" audacious -r
|
|
885 Key Menu A N Exec "Audacious" audacious -f
|
0
|
886
|
|
887 If you want all your mp3's in one playlist an easy way is:
|
|
888 locate .mp3 > /path/to/playlistname
|
|
889
|
|
890 (considering you have a fairly recent updatedb, don't blame us if locate don't
|
|
891 find the file you downloaded 3 minutes ago)
|
|
892
|
|
893
|
|
894 8. Bugs
|
|
895 -------
|
|
896
|
1174
|
897 Audacious is under heavy development and as such, has quite a number of
|
0
|
898 bugs. Our bug tracker page is maintained at:
|
|
899
|
1174
|
900 http://bugs.audacious-media-player.org/
|
0
|
901
|
|
902 It will continue to have bugs as we fix and introduce new ones through
|
|
903 rewriting and enhancement. Help us along by reporting new bugs, and
|
|
904 verifying existing ones.
|
|
905
|
|
906
|
1174
|
907 9. Contact Emails
|
|
908 -----------------
|
0
|
909
|
|
910 Project Admins:
|
|
911
|
1174
|
912 William Pitcock email: nenolod at nenolod.net
|
|
913 Tony Vroon email: chainsaw at gentoo.org
|
0
|
914
|