<!-- 
---------------------------------------------------------------------------
MUSIC PLAYER XML:
---------------------------------------------------------------------------

|||||||MAIN ATTRIBUTES||||||||||||||||||||||||||||||||||||||||||||||||||||||

volume == Initial volume
shuffle == 'yes' to shuffle songs || 'no' to play continuous
autoStart == 'yes' to play music in beginning || 'no' to start manually

|||||||TRACK ATTRIBUTES|||||||||||||||||||||||||||||||||||||||||||||||||||||

path == Location of track
title == Title of track	   
artist == Artist of track 
album == Track album name
art == location of album art

---------------------------------------------------------------------------
-->

<?xml version="1.0" encoding="UTF-8"?>
<player 
	volume="50" 
	shuffle="no" 
	autoStart="no">
	
	<song 
		path="music/tracks/coreIssues.mp3"     	
		titulo="musica 1"	   
		artist="artista 1"	 
		album="album x"     
		art="music/art/art_1.jpg"
	>
	</song>
	
</player>