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