﻿<config>
	<!--
		(c) 2007 TUFaT.com, All Rights Reserved. Unauthorized redistribution is 
		prohibited.
	-->

	<!-- true / false -->
	<auto_start>true</auto_start>

	<player_skin>./skins/skin2.swf</player_skin>

	<main_title>SWINGCITY</main_title>
	<playlist_title>PLAYLIST</playlist_title>
	<time_text>TOTAL TIME</time_text>
	<pan_labels>L,R</pan_labels>

	<!-- must be an integer 1 - 20 -->
	<scroller_speed>3</scroller_speed>	
	   <scroller_marquee_content>#TRACK_NAME#</scroller_marquee_content>

	<!--Repeat button enabled-->
	<!-- true / false -->
	<repeat_is_enabled>false</repeat_is_enabled>

	<!--Shuffle button enabled-->
	<!-- true / false -->
	<shuffle_is_enabled>false</shuffle_is_enabled>
	
	<!-- must be an integer 0 .. 100 -->
	<default_volume>60</default_volume>

	<!-- must be an integer -100 .. 100 -->
	<default_pan>0</default_pan>

	<!--PLAYLIST 
		Items should follow this format:
	        path_to_mp3_file;Title_of_mp3_file
	-->
	<play_list>
		<item>../audio/Compaq Big Band/Compaq Big Band_01_It Dont Mean A Thing.mp3;Compaq Big Band-It Dont Mean A Thing</item>
		<item>../audio/Compaq Big Band/Compaq Big Band_02_Straighten Up And Fly Right.mp3;Compaq Big Band-Straighten Up And Fly Right.mp3</item>
		<item>../audio/Compaq Big Band/Compaq Big Band_03_Big Swing Face.mp3;Compaq Big Band-Big Swing Face</item>
		<item>../audio/Compaq Big Band/Compaq Big Band_04_Nice Work If You Can Get It.mp3;Compaq Big Band-Nice Work If You Can Get It</item>
	</play_list>

</config>
