<?xml version="1.0"?> <ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices"> <Playlist> <File>/home/falcon/radio/playlists/playlist</File> <Randomize>0</Randomize> <Type>script</Type> <Module>link to my script</Module> <Crossfade>5</Crossfade> </Playlist> <Execution> <Background>1</Background> <Verbose>0</Verbose> <BaseDirectory>/var/www/falcon/</BaseDirectory> </Execution> <Stream> <Server> <Hostname>127.0.0.1</Hostname> <Port>8000</Port> <Password>****</Password> <Protocol>http</Protocol> </Server> <Mountpoint>/nonstop</Mountpoint> <Name>test</Name> <Genre>test</Genre> <Description>test</Description> <URL>http://test.ru</URL> <Public>0</Public> <Bitrate>128</Bitrate> <Reencode>0</Reencode> <Channels>2</Channels> </Stream> </ices:Configuration>