<?xml version="1.0" encoding="utf-8"?>
<audioplay>
    <config>
	<player playerid="1">
	    <!-- set player's background color -->
	    <backgroundColor>0x000000</backgroundColor>
	
	    <!-- music file -->
	    <musicfile>music.mp3</musicfile>
	
	    <!-- how many times music will be played (0 - unlimited) -->
	    <repeatTimes>0</repeatTimes>
	
	    <!-- should music starts automatically -->
	    <autostart>yes</autostart>
	    
	    <!-- button directory -->
	    <buttondir>buttons/classic</buttondir>
	    
	    <!-- player mode - playstop or playpause -->
	    <mode>playstop</mode>
	    
	    <!-- send stop command to other players ? -->
	    <sendstop>no</sendstop>
	    
	    <!-- listen stop command from other players ? -->
	    <listenstop>no</listenstop>
	    
	    <!-- track id - must be unique -->
	    <trackid>first</trackid>
	    
	    <!-- which player (trackid) will be started after this player will end playing -->
	    <nexttrack></nexttrack>
	    
	    <!-- use background color specified in 'backgroundColor' tag - no transparency -->
	    <usebgcolor>no</usebgcolor>
	    
	    <!-- player alpha fade in duration -->
	    <fadeindur>0</fadeindur>
	    
	    <!-- volume 0-100 -->
	    <mastervol>100</mastervol>
	
	    <!-- images could be customized by changing images in button directory -->
	    
	</player>
    </config>
</audioplay>