File: README

package info (click to toggle)
mp3blaster 1%3A3.2.6-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,652 kB
  • ctags: 1,957
  • sloc: cpp: 18,606; ansic: 1,452; sh: 959; makefile: 87
file content (157 lines) | stat: -rw-r--r-- 4,867 bytes parent folder | download | duplicates (7)
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
---------------------------------------------------------------------
                          MP3Blaster README
---------------------------------------------------------------------

Table of Contents
------------------------

1.  Introduction
2.  Prerequisites
3.  Installation
4.  Usage
5.  Examples (TODO)
6.  Configuration
7.  Availability
8.  Bugs
9.  Frequently Asked Questions
10. Developer Information
11. Links
12. Copyright



1.  Introduction
-------------------------

MP3Blaster is a text console based program for playing mainly mp3 audio
files. It is very interactive, and has a great list of features. Its
playlist can be divided in albums or categories (called 'groups'), which
allows for very sophisticated playback orders.

2.  Prerequisites
-------------------------

    - One of the following Operating Systems is currently supported:

      FreeBSD, Linux, NetBSD, OpenBSD.

      It should be trivial to port MP3Blaster to other UNIX-like
      Operating Systems.

    - A soundcard. Although 8-bit soundcards, and those that are limited
      to 22 Khz playback will work, a 44Khz capable 16 bits soundcard
      (as all new cards are) is recommended.

    - Threads. Most Operating Systems have a pthreads implementation. If
      yours doesn't, you can use libpth instead (see section Links for
      the URL) by conifuring with an extra flag '--with-pth'.

3.  Installation
-------------------------

    If you're eager to start, this will do:
        ./configure
        make
        make install

    Run './configure --help' to get a list of compile-time options.
    There are a few important options that can have an impact on the
    quality of audio-playback and CPU usage on your system. These are:

    --enable-newthreads (auto-enables --with-pth)
        This will use an alternative playback buffering system. It
        might work better than the conventional buffering system on many
        systems. Please give it a try if you're experiencing skips
        during sound playback. Mail problems / successes.

    --with-pth (without --enable-newthreads)
        Uses libpth instead of the OS-specific pthreads implementation.
        This might reduce CPU-overhead and improve sound playback.
        Please try this and reports problems / successes.

    If you don't supply any of the above mentioned flags, the
    OS-specific pthreads implementation will be used, with default
    buffering mechanism. On FreeBSD no buffering will be used by default
    since it will probably hog your CPU or simply hang. using libpth on
    Free(/Net/Open)BSD is therefor recommended.

4.  Usage
-------------------------

Read the MP3Blaster manpage (man mp3blaster or man -lmp3blaster.1 from
source) for information about commandline parameters, config files,
usage, etc. Read the next section for some examples


5.  Examples
-------------------------

MP3Blaster's defaults should be good for most systems. Most keybindings
can be reconfigured easily using a config file.

A simple way to play a lot of mp3's from the command line in random
order:

    mp3blaster -p allrandom /my/mp3s/*.mp3

Load a playlist and start playing immediately:

    mp3blaster -a /my/playlists/coolsongs.lst

Use mp3blaster with an old, 8 bit soundcard that can do 22Khz sampling:

    mp3blaster -28


6.  Configuration
-------------------------

For an example configuration file, see or copy doc/sample.mp3blasterrc*
to ~/.mp3blasterrc and modify to tastes. The man page has information on
all available settings possible in the file.


7.  Availability
-------------------------

MP3Blaster can be downloaded from:

    http://mp3blaster.sourceforge.net/

8.  Bugs
-------------------------

None. MP3Blaster happens to be fully bug-free. If you find a bug, it's
probably a real life one buzzing around your head.

If you believed that, and you run a nice IT company, please contact me
;-)
Otherwise, read the "TODO" and "ChangeLog" files for known bugs, or
features on the drawing board. If you find any bugs, please report
them (see section 'Developer Information')

9.  Frequently Asked Questions
----------------------------------

Read the "FAQ" on the sourceforge project page.

10.  Developer Information
----------------------------------

All code used by and written for MP3Blaster is GPL'd. Read the "COPYING"
file for more information about the GPL license.
If you want to report bugs, ask development-related questions, or just
want a taste of celebrity, surf to the sourceforge project page.

11.  Links
----------------------------------

    MP3Blaster    http://mp3blaster.sourceforge.net/
    libpth        http://www.gnu.org/software/pth/pth.html 
    

12. Copyright
----------------------------------

All code used by and written for MP3Blaster is GPL'd. Read the "COPYING"
file for more information about the GPL license.