1 |
Revision history for Perl extension Audio::Play::MPG123 |
2 |
|
3 |
0.62 Sun Feb 4 13:39:04 CET 2001 |
4 |
- implemented SHuffle command for mpg123sh. |
5 |
- forgot to include playlist.h. However, mpg123 |
6 |
is being used by somebody so this kind of bug gets found ;) |
7 |
- mpg123's stderr is now redirected to /dev/null. |
8 |
- mpg123sh no longer depends on File::Glob. |
9 |
- mpg123 no longer destroys your terminal settings. |
10 |
|
11 |
0.61 Thu Jan 18 19:46:45 CET 2001 |
12 |
- load now returns even whent he song couldn't be started :) |
13 |
- mpg123 is now started without the "-y" flag, since this |
14 |
also disables id3-tag-detection. |
15 |
|
16 |
0.6 Wed Jan 17 10:49:33 CET 2001 |
17 |
- updated to version 2001-01-17 of mpg123. Left out a lot |
18 |
of my patches (e.g. IRIX6). tell me if you need them. |
19 |
- mpg123sh now stops on SIGPWR (send it from your |
20 |
/etc/apmd_proxy) (requires recompile of mpg123!). |
21 |
- new parameter "mpg123args" which expects an arrayref with |
22 |
additinal arguments for mpg123. |
23 |
|
24 |
0.051 Fri Jul 21 04:13:35 CEST 2000 |
25 |
- fork()s no longer destroy the mpg123 process. |
26 |
- mpg123sh accounts non-existant files to other |
27 |
files with the same basename. |
28 |
|
29 |
0.05 Sat Jul 15 23:28:41 CEST 2000 |
30 |
- more small improvements & fixes in mpg123sh. |
31 |
- new method 'paused'. |
32 |
- fixed a bug that made broke http-url support. |
33 |
|
34 |
0.04 Fri Jun 23 08:03:01 CEST 2000 |
35 |
- fixed tpf, required a change in mpg123. |
36 |
- small improvements to mpg123sh, fixing the completion problem |
37 |
with perl's readlines in a very ugly way. |
38 |
|
39 |
0.03 Fri Jun 25 01:20:42 CEST 1999 |
40 |
- bug fixes, many of them to mpg123. |
41 |
- removed opts method, implemented statfreq method instead. |
42 |
- added tpf method. |
43 |
- implemented "d" and "j" commands, many small improvements. |
44 |
|
45 |
0.02 Wed Jun 23 21:14:29 CEST 1999 |
46 |
- first release. |
47 |
|
48 |
0.01 Tue Jun 22 13:18:03 CEST 1999 |
49 |
- original version; created by cp -r ;) |
50 |
|