Release 1.0 Candidate - Made the Master Song List manually updated to improve performance. It was being recreated every time the playlist screen was updated. - Playlist screen now updated on every song change to highlight currently playing song. - You can now change the playlist while songs are playing. When you click the Update Songlist link it will have the next song played reflect the new list. - Fixed bugs in random song unique code. - Made change to improve performance and reliability. .11.5 (11-5-02) - Redid the way stats are captured. No longer using external script, but using PHP. Solved bug where stats would erase themselves and start over. - Added error checking in playing script that passes error messages back to web page. - Replaced many exec calls, with native PHP functions. - Made further improvements to Random feature. - Made the play list feature faster. - Added debug flag in config to help with troubleshooting. .11.0 (11-1-02) - Redid the way play single is handled to be simpler and more reliable information. - Completely redid the stats page adding better display, multiple columns, and sort. - Bug fixes. .10.4 beta (10-18-02) - Redid the code random code options to track and prevent the same song from playing in rotation. Each menu item choice will generate it's own tracking list. - Now delete the current song display at end of discontinue. - Changed the current song display. - Fixed display issue with MPG321. .10.1 beta (10-13-02) LOTS of changes - Completely change the way mpg123 is interfaced. My script now manages the play list itself instead of relying on mpg123 to do it. - Random play now a toggle instead of two separate play options. - Play highlighted now plays the list after the one highlighted. It will start at the top of the displayed play list when it reached the end of the playlist, unless the setting is on random. - Added discontinue which will stop play at end of song - Changed the status display to highlight in red the current play state. - Change the layout of the controls screen. - Added back a song feature. - Renamed next to forward. .09.5 beta (9-22-02) - Removed need to store URL in reference. - Removed blank entry from menu lines - Am now immediately updating current song when the song is started or changed from a control button. - Made some changes in controlling mpg123 shell script for greater reliability. .09.4 beta -Fixed issue with release build. -Change the way menus are created so that all choices are present after choosing. -I am now base64 encoding my URL variables prevent some character issue in variables. -I have made a LOT of changes to the namefix program. It now adds directory structures and eliminates more problem characters. I have also added a rename flag which uses with MP3Info perl mod to get the ID3 tag info and rename the file. -Change sort to be case insensitive for menus. .09.3 beta -Fixed issue with sort in playlist.php -Added support for MPG321 as well as kept MPG123 support .09.2beta Initial Release