{ "_comment":"MySQL connection information", "mysql": { "__comment" : "MySQL hostname, if left blank defaults to localhost", "host" : "localhost", "__comment" : "MySQL database to use, if left blank defaults to hathor", "db" : "hathor_music", "port" : 3306, "user" : "root", "pass" : "123" }, "_comment" : "Scanner settings", "scanner" : { "__comment" : "Path to your music", "path" : "/home/eric/Music/", "__comment" : "Seconds between database writes", "throttle" : 30, "covers" : [ "album.jpg", "cover.jpg", "artist.jpg", "folder.jpg", "Artist.jpg" ] }, "_comment":"PHP Settings", "php": { "root":"/var/www/hathor", "user": "eric", "email":"eric@rewiv.com" } }