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