File: README

package info (click to toggle)
playmp3list 0.95-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 360 kB
  • ctags: 379
  • sloc: cpp: 2,271; sh: 333; makefile: 135
file content (205 lines) | stat: -rw-r--r-- 7,838 bytes parent folder | download | duplicates (2)
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
playmp3list 0.95
================

1. OVERVIEW
2. INSTALLATION
3. USAGE
4. DEFAULT CONTROL KEYS
5. RC FILE EDITING
6. CONTACT

1. OVERVIEW
-----------

playmp3list is an ncurses-based MP3 player for Linux.
Main features:

o Displays a large scrollable playlist
o Browse playlists, directories and 'virtual playlists', even while playing
o Fully configurable key mappings and color schemes in a playmp3listrc file
o Real-time toggling of shuffle / repeat modes
o Instant jumps to one of 10 configurable directories/playlists
o Standard player controls
o PCM Volume changing
o Time elapsed and song format displays
o Optional ID3v1 tag extraction in the playlist
o Full / short (beautified) filename display in playlist
o Command-line options to quickly override rc file settings
o Uses mpg123 for decoding

2. INSTALLATION
---------------

First of all, make sure that you have mpg123 installed correctly. Version 0.59r
or higher is required. Get it working before proceeding. Take note of any
unusual command-line parameters you need on your system, and add them to your
rc file (chances are you will not need to) - see below.
The next few instructions apply to source distributions. If you received an
rpm or similar distfile, then you can safely ignore all the lines just after 
'make clean'.

Extract the source files with a command like:

tar zxvf playmp3list.tar.gz

Then,  cd playmp3list

Take a look at the settings in the 'playmp3list.h' file and check that 
they correspond to your system. Especially, if you have a mono screen!
(Note: You may also need to select the 'mono' theme in the rc file - see below)
Alright, now you need to configure the Makefiles for your system and then
compile it:

./configure
make

If that is successful, you'll probably want to run:

make install
make clean

NB!! Don't forget to copy the included playmp3listrc file as either
~/.playmp3listrc or /etc/playmp3listrc, and customize it before running!

If you get stuck, please e-mail me! I have no idea whether this program is
actually WORKING on peoples machines out there unless you tell me!
Remember, after making any changes to the source code, re-compile it.

If you have some programming know-how, try hacking the code,
it's really simple :-). Please send me any changes or bug-fixes!

3. USAGE
--------

Okay, use is really simple, just use one of the following:

playmp3list [options] <playlist>
playmp3list [options] <directory>
playmp3list [options] <song> [<song>...]

Type playmp3list without parameters to get a list of command-line options.
You can press '?' or 'H' in the program to get a quick list of the default
control keys!

If you just want to start browsing (and playing) the current directory, try
something like this:

playmp3list -p .

To extract and display ID3v1 tag info in the playlist, use the -i option.

(Note: This may take a while, especially with a large playlist or directory,
 but the program will run at full speed thereafter.)

Note that the program will decide whether the file is a playlist if it has one
of the following extensions: .m3u, .lst, .pls, .list, or the first line inside
the file ends with the extension .mp3.

You don't know how to make a playlist file?!?!?!
Okay, either get a program to edit playlists (there are lots around), or
make a shell script, with commands similar to this, which will generate a 
playlist for you:

find /mp3/ -iname *.mp3 > ~/playlist.m3u
find /home/fubar/music/ -iname *.mp3 >> ~/playlist.m3u

This will create the playlist ~/playlist.m3u with the path to all those
mp3 files in it. Now, whenever you add/delete files, just run the script and
your playlist will be up-to-date, or even automate the process with cron.

Once you run the program, it will (hopefully) pop up with a nice window
containing a standard scrollable list of files (your playlist) and a bar at
the bottom with the song name, playback state, and more info. If mpg123 starts
successfully, the message "Decoder `MPG123' started. (Press ? for list of
default keys)." will appear in the bottom bar. This is a good sign it's
probably all working.

(Note: If you edited the rc file, and the screen is completely black, you
 have probably corrupted the theme section, so restore it from the original
 distfile - see below.)

If you experience crashes or mysterious behaviour, enable debugging with the
command-line option -d. All debug info will be sent to ~/playmp3list.debug.
If necessary, mail this file together with a description of what happened to
me. See my e-mail below...

You can override the theme selection in the rc file by using the -T option.
You can override the mpg123 parameters in the rc file with the -P option.
If you notice excessive crackling in the audio, you may be running esd 
(the Enlightenment Sound Daemon). Esd allows several applications to 
play audio simultaneously, by mixing the audio streams in software. 
This is unnecessary on, for example, a dedicated mp3 playing box or a 
standard machine without X windows. You can disable esd by editing your 
/etc/esd.conf file and setting auto_spawn=0.

The program is controlled with the following default keys:

4. DEFAULT CONTROL KEYS
-----------------------

Z / Y		Previous
X		Play
C		Pause
V		Stop
B / SPACE	Next
LEFT / N	Rewind
RIGHT / M	Fast-forward
ENTER		Play highlighted song / browse hilighted directory or playlist
UP, DN		Move up/down playlist
PGUP, PGDN	Page up/down playlist
HOME, END	Go to top/bottom of playlist
S		Toggle shuffle mode
R		Toggle repeat mode
F		Toggle full/short filename display in playlist
T		Toggle time elapsed/remaining display
A		Toggle alphabetisation of playlist
I		Display ID3v1 tag info (if present) of hilighted song
< / -		Decrease volume by 1%
> / +		Increase volume by 1%
? / H		Display the default control keys
/, ~		Jump to root or home directory
BKSP		Jump to parent directory
` <key>		Search for the next song starting with a letter
^L / ^R		Redraw window
Q		Quit

If you want to customize the control keys, edit your ~/.playmp3listrc file:

5. RC FILE EDITING
------------------

The ~/.playmplistrc file can be edited to configure the program's key mappings,
startup settings, color schemes (themes) and jumps. Use the supplied file as a
starting point, as it contains all the function, setting and element names!

Each keyboard mapping is defined in the format <function> <key> [<key>...],
or in other words, the function name followed by a list of keys to be mapped
to that function.

Each setting is defined in the format <setting> <value>. You can supply
additional command-line parameters to pass to mpg123, for example to set your
sound device (-a <device>), force-to-mono (-m) etc. Edit the 'mpg123_params'
setting and add them there. The 'theme' setting must be the name of the theme
to use, as defined below. The jump_dir<n> settings are directory or playlist
names that can be jumped to directly in the browser. Don't forget to set the
jump key mappings as well (default keys are 1-0). The mpg123_priority setting
is the priority to 're-nice' the mpg123 process to. It defaults to 0, but can
be set anywhere from -20 (aggressive) to 20. The use_PCM setting specifies
whether the PCM or Master channels should be used when setting volume.

Each theme is a separate section, with the heading '.theme <theme_name>'.
Each theme element is defined in the format <element> <fg> <bg> <attr>, where
'fg' is the text color, 'bg' is the background color and attr is a text
attribute.

Needless to say, themes can easily be shared with other people, so if you make
a particularly good one, mail it to me and I'll include it in future releases!

6. CONTACT
----------

Well, that's about it for now.
Send comments/suggestions/bugreports/patches to me via e-mail, 
  urban@rucus.ru.ac.za
Check my homepage for new versions: 
  http://rucus.ru.ac.za/~urban/playmp3list/