1.0 -> 1.1
Fixed MySQL routine to not delete artist-host association when deleting playlist item.
Replaced printf() error messages with die() to prevent further execution of processes when error occurs.
Changed layout: menu is now in vertical frame and organized by function.
Added option to generate annotated playlist.
Added ability to show only specific artist by clicking on artist name.
Added total number of playlist items to top of "show playlist", including when showing only specified artist.
Added menu section for playlist statistics. Stats have sort options.
Added ability to delete multiple playlist items simultaneously.
Added documentation menu item.
PHP files changed:
class_radio.php
config.php
delete.php
show_playlist.php
HTML files changed:
main_menu.htm
playlist_row.htm
playlist_table_header.htm
Other files changed:
radio.css
Files deleted:
index.php
New PHP files:
generate.php
main.php
stats.php
New HTML files:
artist_stats_begin.htm
artist_stats_end.htm
artist_stats_row.htm
index.htm
playlist_table_close.htm
show_count.htm
MySQL routines changed:
delete_playlist_item
get_playlist
New MySQL routines:
create_annotated_playlist
get_only_artist
get_stats
playlist_get_total