LISTO an uberminimal personal song server in php by Brennan Underwood Installation steps: - Choose an installation dir. - Unzip into that dir. - Then, either: a) edit config.php directly b) copy config.php to myconfig.php and edit that. (It will override the settings in config.php) Edit all of the MANDATORY stuff. You can ignore the optional stuff until later. Skinning: - All (both) app pages are generated from the html, in skins/default. - If you want to make a skin, just copy the default dir and start editing the html, which will be processed for skinning tags, i.e. %CURFILE% -> "01 - blah - blep.mp3" - There is a list of every skinning tag in the file, "skinning_tags.txt". Troubleshooting: - Make sure $g_pathtouserdata points to a real directory that your webserver has write access to. - Make sure you fill in all mandatory options in config.php/myconfig.php - You need to choose "settings"->"rescan db" whenever you add or delete music from the music directory. - Try turning off transcoding.