File: mp3blaster.1

package info (click to toggle)
mp3blaster 1%3A3.1.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,372 kB
  • ctags: 1,887
  • sloc: cpp: 18,008; ansic: 1,779; sh: 762; makefile: 121
file content (575 lines) | stat: -rw-r--r-- 21,702 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
.TH mp3blaster 1
.SH NAME
mp3blaster - An interactive text-console based mp3 player.
.SH SYNOPSIS
.TP
\fBmp3blaster\fR [\fBoptions\fR]
.TP
\fBmp3blaster\fR [\fBoptions\fR] \fR [\fBfile ...\fR]
Play one or more audio files from the command-line
.TP
\fBmp3blaster\fR [\fBoptions\fR] \fB--list\fI|\fB-l playlist.lst
Load a playlist at startup but don't start playing.
.TP
\fBmp3blaster\fR [\fBoptions\fR] \fB--autolist\fI|\fB-a playlist.lst
Load a playlist at startup and start playing.
.SH DESCRIPTION
.I Mp3blaster 
is an interactive audio player for the text-console with unique playlist
abilities no other programs offer. Its interface is at least equally
powerful as those featured in GUI players, without requiring bulky 
graphical environments.
.PP
The most important feature of mp3blaster however is the playlist, which
structure is comparable to that of a filesystem: Songs (files) can be grouped 
together in `groups' (directories). With one function, you can load all your
albums as groups into mp3blaster's playlist, so that you can shuffle your
albums instead of your songs. Of course, you can also load all files into 
the playlist and shuffle them, just like regular players.
.PP
The interface is described in the \fBINTERFACE ELEMENTS\fR section. 
.PP
The configuration file is described in the \fBMP3BLASTERRC\fR section.
.PP
The different program modes are described in the \fBPROGRAM MODES\fR section.
.PP
The playlist playback modes are described in the \fBPLAYMODES\fR section.
.PP
Who coded this program? How to report bugs? It's in the \fBAUTHORS\fR and
\fBBUGS\fR section at the end of this manual.

.SH COMMAND-LINE PARAMETERS
.TP
.B --downsample,-2
Downsample audio to 22Khz (necessary on some ancient soundcards, but it can
also be used to use less CPU time)
.TP
.B --8bits,-8
Convert audio to 8bits (necessary on 8bit soundcards, but it can also be used
to use less CPU time)
.TP
.B --chroot=rootdir, -o=rootdir
Set <rootdir> as mp3blaster's root dir. This affects 
.B ALL
file operations in mp3blaster!! (including reading and writing of playlists).
Note that only users with uid 0 (i.e. root) can use this option (yet). This
feeature should be changed so it won't require root privileges. \fBOnly install it suid root if you trust all local users!!!!\fR.
.TP
.B --config-file,-c=<file>
Use <file> as config-file instead of ~/.mp3blasterrc
.TP
.B --debug, -d
Log debug-info in $HOME/.mp3blaster (use this when sending bugreports!)
.TP
.B --status-file, -f
Write info on the mp3's being played to the specified file.
.TP
.B --help,-h
Gets you this nice list of command-line parameters.
.TP
.B --mixer-device/-m=<devicename>
Set the mixer device to use (default = /dev/mixer). For NAS audio mixing,
use 'NAS'.  (NOTE: NAS support doesn't work in version 3.0 or above yet)
.TP
.B --no-mixer, -n
Don't start the built-in mixer.
.TP
.B --playmode/-p=(onegroup,allgroups,allrandom}
Default playing mode is resp. Play first group only, Play all groups, Play
all songs in random order.
.TP
.B --dont-quit,-q
Dont't quit after playing all command-line supplied mp3's (only makes sense
in combination with --autolist or files from command-line)
.TP
.B --runframes/-r=<number>
Number or frames to decode in one loop. Range: 1 to 10 (default=5). 
On slow machines, a lower number might improve reaction time of the interface,
but it's quite unlikely this will have any effect from version 3.0 on)
.TP
.B --sound-device/-s=<devicename>
Select the audio device you wish to use for sound playback (default /dev/dsp
or /dev/audio for OpenBSD). If you want to play over NAS (Network Audio
System), give the audioserver's address here (usually $DISPLAY, e.g. a host
name followed by a colon and a server number, like bla.foo.com:0). (NOTE:
NAS support doesn't work in version 3.0 or above yet)
.TP
.B --threads/-t=<amount>
Numbers of threads to use for buffering. Range is 0..500 in increments of 50.
0 threads means no buffering (thus no hickup prevention).
.TP
.B --version,-v
Displays mp3blaster's version number.

.SH INTERFACE ELEMENTS
.PP
Since version 3.0, mp3blaster's interface has changed drastically to 
make it easier to use, without losing functionality. Press '?' to get
a description of all the commands within mp3blaster. You can scroll up and
down this helpfile using the cursor keys and pageup/pagedown. To leave
the help, press '?' again. 
.PP
All keybindings mentioned from here on are the default keybindings.
Most of them can be altered in mp3blaster's config file (see section
MP3BLASTERRC)
.PP
.TP
.B Keybindings window
In the top of the screen is the keybindings window. In it you will find all
keybindings that you can use in the mode mp3blaster is in at that time.
If you change modes, the keybindings are dynamically updated. To scroll through
this window, use '-' and '+'.

.TP
.B Info window
This window is located directly beneath the keybindings window. It displays
the global playmode (see section PLAYMODES), and the next song to be played
(if appropriate). Next to it is a small window which displays technical
information about the current song.

.TP
.B Main window
This window is located directly underneath the info window. Its content is
usually determined by the mode mp3blater is in (see section PROGRAM MODES).
If you're editing the playlist, the playlist is shown. In file manager mode,
you will see the directory you're currently in. In help mode, the help text
is being displayed.

.TP
.B CD-style window
This is the window next to the main window. Here you will find the cd-style
controls, as well as checkboxes for shuffle/repeat mode. When a song is
being played, you can see the elapsed/total time here as well.

.TP
.B Status window
It's underneath the main window, and displays status information like song
title, hints, etc. In the top-left, a CD-player style symbol is shown to
indicate what mp3blaster is doing during playback.

.TP
.B Mixer window
The mixer is right next to the status window. Although very compact, it's a 
full sound mixer. Press 't' to toggle between all available mixer devices.
Press '<' and '>' to decrease/increase the volume of the currently selected
mixer device.

.SH PROGRAM MODES
.TP
.B Playlist Editor
By default, mp3blaster starts with the playlist editor. All keybindings
specific to playlist editing are listed in the keybindings window.
The playlist consists of one or more \fBgroups\fR. Each group can have
its own \fBgroupname\fR and can contain supported audio files. You can
toggle shuffle mode for each group independantly. To shuffle all songs
in all groups, you will have to set the global playback mode (see section
PLAYMODES). Without shuffling, the songs will be played in the order you
added them from the file manager. Groups can be nested inside other
groups. For example, you could make a group for each music genre you are
interested in. Within each genre, you can add subgenres, and in the subgenres
you can add albums as groups. Starting and stopping a playlist can be done
with 'F9'. If you start and stop playing songs using F9, all information
about which song has already been played is lost. If you want to stop playback
to continue later, pause the current song or use the start and stop buttons.
.br
In the main window, the contents of the currently selected group is shown.
By default, this is the 'root' group. Other groups are denoted by square
brackets and a purple colour. You can enter other groups simply by highlighting
them and pressing enter. If you enter the file manager, files will be added
in the group that was selected in the main window. This even works for
playlists; if you load a playlist from the file manager (which you always do),
it will be added in the current group! Using this feature, you can merge
multiple playlists into one.
.br
If you're listening to your current playlist, but you want to hear another
song in between, you can simply do so by highlighting this song (either in
playlist mode or file manager mode) and pressing enter. When the song is
finished, the playlist continues with the next song in the list.

.TP
.B File Manager
You can enter the file manager by pressing F1 from the \fBplaylist
editor\fR. The interface is almost identical to that of the playlist
editor, but you can tell the mode you're in by looking at the keybindings
in the keybindings window which is automatically updated.
In the file manager, you can add files to the group you had currently
selected in the \fBplaylist editor\fR. You can also listen to a file by
selecting it with the highlighted bar and pressing enter over it.
Adding files can be done in 2 ways: Selecting a file by moving the bar over it
and pressing the spacebar, or by recursively selecting all files in the
current directory and all directories in it. If you select some files,
change to another directory (by pressing enter over one) and then select
some more files, the old selection will not be lost, even though you can't
see it on your screen at the time. As soon as you return to the playlist
editor by using F1, you will see they have been added to the group in the
order in which you selected them.
However, you can't deselect selected files as soon as you change into 
another directory: you'll have to remove them from the playlist editor.
A quick way of selecting *all* files in the current directory is to invert
the selection (using F2) when none are selected. If you want to select all
files but one, select the one you don't want and then invert the selection.
.br
The recursive selection can be done in two ways: By pressing F3, you add all
audiofiles that are found in the current directory and all directories in it.
By using F5 (add dirs as groups), mp3's are added in groups that are named
like the directory the mp3's were in. This is an ultimately fast way of
making a playlist grouped by albums! 
.br
Help for other keybindings can be found inside mp3blaster by pressing '?'
(note that this leaves file manager mode!)
.TP
.B Help mode
You can get in this mode by pressing '?'. Leave it by pressing '?' again.
It will always return you to playlist mode.
.TP
.B Playing Mode
Mp3blaster versions prior to version 3.0 featured another distinctly different
mode: the playing mode. The reason for this was that it wasn't possible to
edit a playlist and play mp3's at the same time. Since this is now possible,
playing songs is possible in all program modes. Keybindings specific to
playback are always listed in the keybindins window.

.SH PLAYMODES
The order in which files are played in the playlist is determined by 2
settings: The global playback mode (displayed in the info window), and
each group's independant shuffle setting. The 'current group' in the global
playback modes means: The group that is shown in the main window at the time
the playlist was started. This is important, since it enables you to play
a subsection of your playlist instead of playing the entire list.
.br
These are the global playback modes:
.TP
.B Play current group, including subgroups
Plays all songs shown in the current group, as well as all songs in all
subgroups. First, all groups will be played in the order you have added
them (unless the current group's shuffle is enabled, then the order is
randomly determined). Then, the songs in the group itself will be played.
You can determine for each individual group whether you want to shuffle
the songs in them or not, by enabling the group's shuffle setting.
.TP
.B Play current group, but not its subgroups
This is essentially the same as the previous mode, except that subgroups
in this group will be skipped.
.TP
.B Shuffle all songs from all groups
This is comparable to the 'shuffle' mode that all players support: It 
ignores the group structure totally, and simply shuffles all songs in a
completely random order.

.SH MP3BLASTERRC
You can store many settings and keybindings in a config file. By default,
mp3blaster will look for ~/.mp3blasterrc, unless you specify another file
on the command-line (using -c/--config-file).
.PP
The structure of the config file is pretty straightforward. Look at 
sample.mp3blasterrc in your share or share/doc directory for a quick example.
Lines starting with a '#' are ignored. You can use them to put comments on.
All other lines consist of a keyword/value pair like this:
.TP
\fBKeyword\fR = \fBValue\fR
.PP
Some keywords can have multiple values, in that case it's:
.TP
\fBKeyword\fR = \fBValue1\fR, \fBValue2\fR
.PP
Escape comma's in a value with a backslash (\,). If you want a litteral
backslash, escape it with another backslash (\\). Keywords are case-sensitive.
.PP
There are a few types of values: numbers, booleans, keybindings, colours,
and everything else is a string. The syntax of these types are:
.TP
.B numbers
Numerical values, in decimal notation.
.TP
.B booleans
yes/no, 1/0, or true/false (case-insensitive)
.TP
.B keybindings
Single-character keybindings represent themselves. If you want to specify a
scancode, the syntax is 's<hex-digit><hex-digit>'. All others are special
canonical names: '\fBspc\fR' (space), '\fBent\fR' (enter), '\fBkp0\fR'..'\fBkp9\fR' (keypad 0..9), '\fBins\fR' (insert), '\fBhom\fR' (home), '\fBdel\fR' (delete), '\fBend\fR' (end), '\fBpup\fR' (pageup), '\fBpdn\fR' (pagedown), '\fBf1\fR'..'\fBf12\fR', '\fBup\fR'/'\fBdwn\fR'/'\fBlft\fR'/'\fBrig\fR' (cursor keys), '\fBbsp\fR' (backspace).
.TP
.B colours
One of: black, red, green, yellow, blue, magenta, cyan, white
.PP
These keywords are currently supported:
.TP
\fBAudiofileMatching\fR (list of strings)
List of file patterns (in regexp format) that determines which files will be
considered audiofiles (default: all files ending on .mp3, .wav, and files
starting with 'http://' for http streaming). Check sample.mp3blasterrc for
a good example.
.TP
\fBCharsetTable\fR (string)
Specify a character recoding table which maps ID3 songinfo to your local
charset. For more info about how to create one, see the README in the
installed mp3blaster documentation (usually /usr/local/share/mp3blaster)
for more information. An example which recodes the Russian win1251 charset
to the koi8-r charset is included.

.TP
\fBDownFrequency\fR (boolean)
If true, downsample audio output to 22Khz instead of 44Khz (necessary on some
ancient soundcards, like genuine Soundblaster Pro's)
.TP
\fBFile.ID3Names\fR (boolean)
If enabled, the display mode in the file manager will show mp3's
by their ID3-tag by default, instead of their filename. (default: disabled)
(TODO: Make this directive a string with printf-like format for the id3tag
fields).
.TP
\fBFile.SortMode\fR (string)
Determines the default file sorting mode for the file manager. Valid modes
are: \fBalpha\fR (default), \fBalpha-case\fR, \fBmodify-new\fB,
\fBmodify-old\fR, \fBsize-small\fR, \fBsize-big\fR, \fBnone\fR.
.TP
\fBHideOtherFiles\fR (boolean)
If enabled, non-audio/playlist files will not be shown in the file manager.
.TP
\fBMixerDevice\fB (string)
Mixer device to use for mixing (default: /dev/mixer).
.TP
\fBPlaylistDir\fR (string)
Directory path where playlists are stored (default: ~/.mp3blaster_playlists)
.TP
\fBPlaylistMatching\fR (list of strings)
List of file patterns (in regexp format) that determine which files are
considered playlists (default: all files ending on .lst/.m3u). Syntax identical
to that of \fBAudiofileMatching\fR.
.TP
\fBScanMP3\fR (boolean)
If set, it will read each mp3 file before playing, to calculate VBR total
time. This might be impractical if mp3's are streamed over a slow network
connection, because the entire file will be read. Scanning is unnecessary if
the mp3 has a so-called XING header (which most VBR mp3's have, nowadays).
Default: disabled.
.TP
\fBSelectItems.UnselectFirst\fR (boolean)
When selecting files from the filemanager or playlist using 'Select some items',
unselect previously selected items prior to selecting matching new ones if this option is set. (default: disabled)
.TP
\fBSelectItems.SearchRegex\fR (boolean)
If set, use extended regular expression to match files instead of using the global (fnmatch-style) matching. This is for the 'Select some items' feature.
(default: disabled)
.TP
\fBSelectItems.SearchCaseInsensitive\fR (boolean)
If set, search case-insensitive when using 'Select some items' feature. (default: enabled)
.TP
\fBSkipLength\fR (number)
How many seconds to skip when forwarding or rewinding a song. Default is 10.
Change to your liking.
.TP
\fBPanSize\fR (number)
Number of characters to pan content to the left or right in scrollable window.
Default = 5. Range is 1..40.
.TP
\fBWrapAround\fR (boolean)
If disabled, the scrollable window will not wrap around when you use attempt
to go past the upper or lower boundary using the arrow keys. (default: enabled)
.TP
\fBSoundDevice\fB (string)
Sound device to use for audio output (default /dev/dsp (/dev/audio on OpenBSD)).
.TP
\fBThreads\fR (number, range 50..500)
Amount of threads to use for buffering. More threads means more buffering
(thus better hickup prevention)
.TP
\fBWarnDelay\fR (number, obsolete)
Time before a warning popup will disappear. Currently not in use.
.P
Now a list of keywords that set colours. Not all keywords are well tested to
do the right thing at the time of writing..
.TP
\fBColor.Default.fg\fR (colour)
Default foreground colour
.TP
\fBColor.Default.bg\fR (colour)
Default background colour
.TP
\fBColor.Popup.fg\fR (colour)
Popup window foreground colour
.TP
\fBColor.Popup.bg\fR (colour)
Popup window background colour
.TP
\fBColor.PopupInput.fg\fR (colour)
Popup window input box foreground color
.TP
\fBColor.PopupInput.bg\fR (colour)
Popup window input box background color
.TP
\fBColor.Error.fg\fR (colour)
Error message foreground colour
.TP
\fBColor.Error.bg\fR (colour)
Error message background colour
.TP
\fBColor.Button.fg\fR (colour)
Foreground colour of CD-player buttons
.TP
\fBColor.Button.bg\fR (colour)
Background colour of CD-player buttons
.TP
\fBColor.ShortCut.fg\fR (colour)
Foreground colour of keybindings
.TP
\fBColor.ShortCut.bg\fR (colour)
Background colour of keybindings
.TP
\fBColor.Label.fg\fR (colour)
Foreground colour of .. something :)
.TP
\fBColor.Label.bg\fR (colour)
Background colour of .. something :)
.TP
\fBColor.Number.fg\fR (colour)
Foreground color for numbers and similar status indicators.
.TP
\fBColor.Number.bg\fR (colour)
Background color for numbers and similar status indicators.
.TP
\fBColor.FileMp3.fg\fR (colour)
Foreground colour of mp3 files in file manager
.TP
\fBColor.FileDir.fg\fR (colour)
Foreground colour of directories in file manager
.TP
\fBColor.FileLst.fg\fR (colour)
Foreground colour of playlist files in file manager
.TP
\fBColor.FileWin.fg\fR (colour)
Foreground colour of other files in file manager
.PP
This is the list of all keybindings. It should be obvious from their names
which function they're attached to.
.TP
\fBKey.SelectFiles\fR (keybinding)
.TP
\fBKey.AddGroup\fR (keybinding)
.TP
\fBKey.LoadPlaylist\fR (keybinding)
.TP
\fBKey.WritePlaylist\fR (keybinding)
.TP
\fBKey.SetGroupTitle\fR (keybinding)
.TP
\fBKey.ToggleRepeat\fR (keybinding)
.TP
\fBKey.ToggleShuffle\fR (keybinding)
.TP
\fBKey.TogglePlaymode\fR (keybinding)
.TP
\fBKey.ToggleDisplay\fR (keybinding)
.TP
\fBKey.ToggleSort\fR (keybinding)
.TP
\fBKey.StartPlaylist\fR (keybinding)
.TP
\fBKey.ChangeThread\fR (keybinding)
.TP
\fBKey.ToggleMixer\fR (keybinding)
.TP
\fBKey.MixerVolDown\fR (keybinding)
.TP
\fBKey.MixerVolUp\fR (keybinding)
.TP
\fBKey.MoveAfter\fR (keybinding)
.TP
\fBKey.MoveBefore\fR (keybinding)
.TP
\fBKey.QuitProgram\fR (keybinding)
.TP
\fBKey.Help\fR (keybinding)
.TP
\fBKey.Del\fR (keybinding)
.TP
\fBKey.Select\fR (keybinding)
.TP
\fBKey.Enter\fR (keybinding)
.TP
\fBKey.Refresh\fR (keybinding)
.TP
\fBKey.PrevPage\fR (keybinding)
.TP
\fBKey.NextPage\fR (keybinding)
.TP
\fBKey.Up\fR (keybinding)
.TP
\fBKey.Down\fR (keybinding)
.TP
\fBKey.Left\fR (keybinding)
.TP
\fBKey.Right\fR (keybinding)
.TP
\fBKey.Home\fR (keybinding)
.TP
\fBKey.End\fR (keybinding)
.TP
\fBKey.StartSearch\fR (keybinding)
.TP
\fBKey.File.Enter\fR (keybinding)
.TP
\fBKey.File.Select\fR (keybinding)
.TP
\fBKey.File.AddFiles\fR (keybinding)
.TP
\fBKey.File.InvSelection\fR (keybinding)
.TP
\fBKey.File.RecursiveSelect\fR (keybinding)
.TP
\fBKey.File.SetPath\fR (keybinding)
.TP
\fBKey.File.Delete\fR (keybinding)
.TP
\fBKey.File.DirsAsGroups\fR (keybinding)
.TP
\fBKey.File.Mp3ToWav\fR (keybinding)
.TP
\fBKey.File.AddURL\fR (keybinding)
.TP
\fBKey.File.UpDir\fR (keybinding)
.TP
\fBKey.Play.Previous\fR (keybinding)
.TP
\fBKey.Play.Play\fR (keybinding)
.TP
\fBKey.Play.Next\fR (keybinding)
.TP
\fBKey.Play.Rewind\fR (keybinding)
.TP
\fBKey.Play.Stop\fR (keybinding)
.TP
\fBKey.Play.Forward\fR (keybinding)
.TP
\fBKey.Play.NextGroup\fR (keybinding)
.TP
\fBKey.Play.PrevGroup\fR (keybinding)
.TP
\fBKey.HelpPrev\fR (keybinding)
.TP
\fBKey.HelpNext\fR (keybinding)
.TP
\fBKey.File.MarkBad\fR (keybinding)
.TP
\fBKey.ClearPlaylist\fR (keybinding)
.TP
\fBKey.DeleteMark\fR (keybinding)
.SH BUGS
.PP
If you find bugs, please send reports to mp3blaster-devel@stack.nl. An archive
of this maillinglist can be found on
http://lists.stack.nl/pipermail/mp3blaster-devel/. Please use '-d' and
include debug info from ~/.mp3blaster in your mail.
.PP
.SH AUTHOR
.I mp3blaster
has been written written and performed by 
.B Bram Avontuur <bram@avontuur.org> <http://www.stack.nl/~brama/>
.PP
The mpegsound lib used is written by many people. The latest port from
windows c++ source to unix was done by Jung woo-jae. Several alterations have
been applied since.
.PP
Please send comments, suggestions, complaints, bug fixes, coffee and porting
experiences to mp3blaster-devel@stack.nl, and don't forget to include the
version number!