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
|
2/3/97 Version 0.2.0beta1 Released
First publically released version.
3/3/97 Version 0.2.1 Released
Added -W to wipe TAG Info.
Added %I(n,a.etc) for what TAG Info is present.
4/3/97 Added STD_BUF_LEN and FORMAT_LEN as defines instead of constants.
Started using jed as editor, all code properly indented.
Help or hints with JED *MUCH* wanted. Is there a c-compiler interface?
Added the NOT IF and ELSE IF to the formatting string.
5/3/97 Finally got a response from Sonny (lsm robot). Unfortunately the lsm
was wrong :)
Make mklsm to ease lsm updating.
Finally could upload to sunsite.
6/3/97 Version 0.2.2 Released
Added -p to print the genres.
Fixed a minor bug in the man page.
Added -N to rename songs.
7/3/97 Working on version 0.2.3
Fixed tagwipe() to return correctly.
Oooops.. All the header values are correct for MPEG 1s only.
Need info on header format of MPEG 2.5
8/3/97 Added MPEG 2 decoding.
Removed -t and -h (Print TAG and Header, from v0.1)
Renamed all old n things (song name) to t (song title)
Added MPEG 2.5. I HOPE it's correct, as it's partly guesswork.
Fixed a VERY nasty bug in %F formatting. It was %d, not %f :)
Added 'make test' for use here. Made the errors more consitent.
Version 0.2.4 Released
Work began on 0.2.5
12/3/97 Changed %F to use integers, not doubles.
Started on the play option. (mp3play.c)
-P implemented, to play.
Now sets fragment size to 4096, a much better value.
Added a 'wait for Enter' cheesy routine in the player.
Added support to use Jung woo-jae's splay incompiled.
13/3/97 Converted the whole thing to C++.
Bugs will be present.
16/3/97 Squashed one from mp3file.cc, forgot to set haslayer :)
Updated to use splay-0.2
29/3/97 Fixed some minor bugs.
Added random playing. Fixed the l3dec player to handle sigs.
4/6/97 Added some contributed patches.
Fixed splayer module to use splay-0.5
Compiles under glibc2 on Linux.
Updated genres to those from Studio 1.1
6/6/97 Updated mp3splay to accept the signals.
20/8/97 Updated to use splay-0.6
Fixed the genre-list to print in 3 columns
Included my playmp program
13/9/97 Fixed a small bug when compiling without player (printf should
have been fprintf, thanks to Anders Due <due@dsbdata.dsb.dk>
for noticing this).
Adding more predefined formatting strings available by the
-F option. If anyone has other cool formats they want to share,
please send them.
Added optional option to -p to control how the genre list
is printed, primarily for use in scripts.
Added the 'mp3diag' script, which uses dialog to get a somewhat
more graphical userinterface.
Added %V and %A, fixed %L.
Released version 0.2.8
21/9/97 Added support for ~/.mp3info.rc
Added a new default format and squashed a bug in the 'max number
of formats' checking.
Updated to use splay-0.8, I wish the format would stay the same.
TODO: Stupid 0.01 second soung hang at DSP_SYNC.
Consider manually buffering output from l3dec.
|