requirements: programms to be installed on the Server: MPD webserver php 5 or 7 mysql for stream database Rights; Webserver needs read rights on all the music folders including files Webserver needs read and write rights on the playlist folder Webserver needs read and write rights on the php app folder the webserver should have the rights to control mpc Music folder structure: cover pictures has be named cover.jpg, it has to be inside the first album folder multi CD albums should have sub folders named CD1 .. CD2 ... the main folder has to be written in the config.php file if the MPD deamon is password protected the hassword has to be written in the config.php file for storing the streaming channels, a MySql database is nessesary with the following table structure: ID int(20) name varchar(300) URL varchar(2000) kat1 varchar(100) kat2 varchar(100) anhangname varchar(100) anhangtype varchar(50) anhang longblob website varchar(500)