NAME
create_html.sh
FUNCTION
Main script for creating the MP3DB2 HTML database Creates the root index.html and calls sub-programs for creating the CD index, album index, artist index, song index
NAME
create_album_index.sh
FUNCTION
Creates the album index and calls sub-program to generate the directory HTML for each album May be started stand-alone for re-creating the album index and album directories only
NAME
create_album_directory.sh
FUNCTION
Sub-program of create_album_index.sh Converts a raw album directory into a proper HTML album directory file w/ links to each song info file
NAME
create_cd_index.sh
FUNCTION
Creates the cd index and calls sub-program to generate the directory HTML for each cd May be started stand-alone for re-creating the cd index and cd directories only
NAME
create_cd_directory.sh
FUNCTION
Sub-program of create_cd_index.sh Converts a raw cd directory into a proper HTML cd directory file w/ links to each song info file
NAME
create_artist_index.sh
FUNCTION
Creates the artist index and calls sub-program to generate the directory HTML for each artist May be started stand-alone for re-creating the artist index and artist directories only
NAME
create_artist_directory.sh
FUNCTION
Sub-program of create_artist_index.sh Converts a raw artist directory into a proper HTML artist directory file w/ links to each song info file
NAME
create_file_info.sh
FUNCTION
Sub-program of create_html.sh Creates the HTML Info files for each .mp3 file May be started stand-alone