<include file="config.xml"/>

<groupdef id="player.dualwnd.pl.info" wantfocus="1" rectrgn="1">

	<Wasabi:Frame id="player.dualwnd" x="0" y="0" w="0" relath="0" h="119" from="r" relatw="1" orientation="v" maxwidth="-141" left="player.component.fileinfo" right="player.component.playlist.frame" minwidth="35" width="200" jump="right" />

</groupdef>

<!-- Player:Component:PlayList -->

<groupdef id="player.component.playlist.frame" wantfocus="1" rectrgn="1">

	<Wasabi:Frame id="playlist.dualwnd" fitparent="1" from="bottom" orientation="h" maxheight="null" bottom="player.component.playlist.albumart" top="player.component.playlist" minheight="55" height="100" jump="0"/>

</groupdef>

<groupdef id="player.component.playlist.albumart" wantfocus="1" rectrgn="1">

	<grid fitparent="1" x="1" w="-1" relaw="1"
		topleft="sui.background.topleft"
		top="sui.background.top"
		topright="sui.background.topright"
		left="sui.background.left"
		middle="sui.background.center"
		right="sui.background.right"
		bottomleft="sui.background.bottomleft"
		bottom="sui.background.bottom"
		bottomright="sui.background.bottomright"
	/>

	<group fitparent="-2" x="3" w="-5" relaw="1" id="info.component.cover2" />

</groupdef>

<groupdef id="player.component.playlist" wantfocus="1" rectrgn="1">
	
	<grid fitparent="1" x="1" w="-1" relaw="1"
		topleft="pledit.background.topleft"
		top="pledit.background.top"
		topright="pledit.background.topright"
		left="pledit.background.left"
		middle="pledit.background.center"
		right="pledit.background.right"
		bottomleft="pledit.background.bottomleft"
		bottom="pledit.background.bottom"
		bottomright="pledit.background.bottomright"
	/>

  <group id="playlistpro" y="1" h="-19" x="2" w="-3" relath="1" relatw="1"/>

	<group id="player.component.playlist.buttons" x="2" y="-18" w="-3" relatw="1" relaty="1" />

</groupdef>

<groupdef id="player.component.playlist.buttons">

	<grid 
		x="0" y="0" h="17" w="0" relatw="1" move="1"
		middle="pledit.background.buttons.center"
		right="pledit.background.buttons.right"
	/>

	<button id="player.playlist.add"
		x="0" y="0"
		image="pledit.button.add.normal"
		hoverImage="pledit.button.add.hover"
		downImage="pledit.button.add.down"
		action="PE_Add" tooltip="Add Files to Playlist"
	/>
	<button id="player.playlist.rem"
		x="31" y="0"
		image="pledit.button.rem.normal"
		hoverImage="pledit.button.rem.hover"
		downImage="pledit.button.rem.down"
		action="PE_Rem" tooltip="Remove Files from Playlist"
	/>
	<button id="player.playlist.sel"
		x="62" y="0"
		image="pledit.button.sel.normal"
		hoverImage="pledit.button.sel.hover"
		downImage="pledit.button.sel.down"
		action="PE_Sel" tooltip="Select Files in Playlist"
	/>
	<button id="player.playlist.misc"
		x="93" y="0"
		image="pledit.button.misc.normal"
		hoverImage="pledit.button.misc.hover"
		downImage="pledit.button.misc.down"
		action="PE_Misc" tooltip="Misc Actions"
	/>
	<button id="player.playlist.manage"
		x="124" y="0"
		image="pledit.button.manage.normal"
		hoverImage="pledit.button.manage.hover"
		downImage="pledit.button.manage.down"
		action="PE_List" tooltip="Manage Playlist"
	/>
	<togglebutton id="player.playlist.small"
		x="-32" y="0" relatx="1"
		image="pledit.button.toggle.normal"
		hoverImage="pledit.button.toggle.hover"
		downImage="pledit.button.toggle.down"
		cfgattrib="{0167CFD9-5D35-404a-8F03-80ED5B89DEDF};Enlarge Playlist"
		tooltip="Collapse Playlist"
	/>
	<togglebutton id="player.playlist.enlarge"
		x="-32" y="0" relatx="1"
		image="pledit.button.toggle.normal"
		hoverImage="pledit.button.toggle.hover"
		downImage="pledit.button.toggle.down"
		cfgattrib="{0167CFD9-5D35-404a-8F03-80ED5B89DEDF};Enlarge Playlist"
		tooltip="Enlarge Playlist"
	/>

	<text id="PLTime" ticker="1" display="PE_Info" 
		x="157" y="1" h="13" w="-191" relatw="1"
		align="center" color="color.display"
		bold="1" fontsize="13" antialias="0" move="1"
	/>

</groupdef>

<!-- Info:Component:Vis -->

<groupdef id="info.component.vis">

	<component id="vis" fitparent="1" autofocus="0" wantfocus="0" autoclose="1" autoopen="1" autoavailable="0" hold="guid:{0000000A-000C-0010-FF7B-01014263450C}"/>

</groupdef>

<groupdef id="info.component.vis.full">

	<component id="vis" x="3" w="-6" y="0" h="96" relatw="1" autofocus="0" wantfocus="0" autoclose="1" autoopen="1" autoavailable="0" hold="guid:{0000000A-000C-0010-FF7B-01014263450C}"/>

	<button
		image="infocomp.button.vis.cfg.normal"
		downImage="infocomp.button.vis.cfg.down"
		hoverImage="infocomp.button.vis.cfg.hover"
		action="VIS_Menu"
		x="1" y="-18" relaty="1"
		tooltip="Configure Visualizer"
	/>

	<button
		image="config.colorthemes.button.prev.normal"
		downImage="config.colorthemes.button.prev.down"
		hoverImage="config.colorthemes.button.prev.hover"
		action="VIS_Prev"
		x="31" y="-18" relaty="1"
		tooltip="Previous Visualization Preset"
	/>

	<ToggleButton
		id="vis.rnd"
		image="infocomp.button.vis.rnd.normal"
		downImage="infocomp.button.vis.rnd.down"
		hoverImage="infocomp.button.vis.rnd.hover"
		x="62" y="-18" relaty="1"
		tooltip="Randomly change Visualization Presets"
		cfgattrib="{0000000A-000C-0010-FF7B-01014263450C};Random"
	/>

	<button
		image="config.colorthemes.button.next.normal"
		downImage="config.colorthemes.button.next.down"
		hoverImage="config.colorthemes.button.next.hover"
		action="VIS_Next"
		x="93" y="-18" relaty="1"
		tooltip="Next Visualization Preset"
	/>

	<ToggleButton id="vis.rnd.active"
		x="58" y="-25" h="25" w="41" relaty="1"
		ActiveImage="infocomp.button.vis.rnd.active"
		ghost="1"
		cfgattrib="{0000000A-000C-0010-FF7B-01014263450C};Random"
	/>

	<script file="scripts/syncbutton.maki" param="vis.rnd;vis.rnd.active" />

</groupdef>

<!-- Info:Component:Cover -->

<groupdef id="info.component.Cover">

	<AlbumArt id="winamp.albumart" fitparent="1" move="1" rectrgn="1" notfoundImage="winamp.cover.notfound.84x84"/>
	<script file="scripts/albumart.maki" param="winamp.albumart,winamp.cover.notfound.84x84"/>

</groupdef>

<groupdef id="info.component.Cover2">

	<AlbumArt id="winamp.albumart" fitparent="1" move="1" rectrgn="1" notfoundImage="winamp.cover.notfound.xxl"/>
	<script file="scripts/albumart.maki" param="winamp.albumart,winamp.cover.notfound.xxl"/>

</groupdef>

<!-- Info:Component:EQ -->

<groupdef id="info.component.eq.content">

	<layer x="0" y="0" image="equalizer.background" ghost="1" />

	<layer id="frequency.labels" x="0" y="85" image="equalizer.labels.winamp" ghost="1" />

	<slider
		id="sCrossfade"
		cfgattrib="{F1239F09-8CC6-4081-8519-C2AE99FCB14C};Crossfade time"
		high="20" ghost="1" visible="0"
		x="3" y="3"
		w="2" h="2"
	/>

	<togglebutton
		id="Crossfade"
		x="4" y="4"
		image="equalizer.button.xfade.normal"
		downImage="equalizer.button.xfade.down"
		hoverImage="equalizer.button.xfade.hover"
		tooltip="Toggle Crossfading Between Tracks"
		cfgattrib="{FC3EAF78-C66E-4ED2-A0AA-1494DFCC13FF};Enable crossfading"
	/>

	<layer id="CrossfadeActive" x="1" y="1" image="equalizer.button.xfade.active" visible="0" ghost="1"/>

	<layer
		image="equalizer.xfade.display"
		x="41" y="4" move="0"
	/>

	<button
		id="CrossfadeDecrease"
		image="equalizer.button.decrease.normal"
		downImage="equalizer.button.decrease.down"
		hoverImage="equalizer.button.decrease.hover"
		x="29" y="4"
		tooltip="Decrease Crossfade Time"
	/>
	<button
		id="CrossfadeIncrease"
		image="equalizer.button.increase.normal"
		downImage="equalizer.button.increase.down"
		hoverImage="equalizer.button.increase.hover"
		x="59" y="4"
		tooltip="Increase Crossfade Time"
	/>

	<text
		id="CFDisplay"
		x="41" y="7" w="19" h="5"
		align="center"
		valign="top"
		fontsize="5" font="player.bitmapfont.songinfo"
		text="00"
	/>

	<layer x="95" y="6"	w="78" h="10" image="equalizer.slider.balance.background" move="0" />
	<slider
		id="Balance"
		action="PAN"
		x="95" y="6"
		w="79" h="10"
		thumb="equalizer.slider.balance.normal"
		downThumb="equalizer.slider.balance.down"
		hoverThumb="equalizer.slider.balance.hover"
		tooltip="Balance"
	/>

	<layer x="4" y="26"	w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
	<slider
		id="preamp"
		action="EQ_BAND" param="preamp"
		x="4" y="26"
		w="11" h="55"
		thumb="equalizer.slider.eqband.normal"
		downThumb="equalizer.slider.eqband.down"
		hoverThumb="equalizer.slider.eqband.hover"
		tooltip="Preamp"
		orientation="vertical"
	/>

	<layer x="29" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
	<slider
		id="eq1"
		action="EQ_BAND" param="1"
		x="29" y="26"
		w="11" h="55"
		thumb="equalizer.slider.eqband.normal"
		downThumb="equalizer.slider.eqband.down"
		hoverThumb="equalizer.slider.eqband.hover"
		tooltip="70 Hz"
		orientation="vertical"
	/>

	<layer x="45" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
	<slider
		id="eq2"
		action="EQ_BAND" param="2"
		x="45" y="26"
		w="11" h="55"
		thumb="equalizer.slider.eqband.normal"
		downThumb="equalizer.slider.eqband.down"
		hoverThumb="equalizer.slider.eqband.hover"
		tooltip="180 Hz"
		orientation="vertical"
	/>

	<layer x="61" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
	<slider
		id="eq3"
		action="EQ_BAND" param="3"
		x="61" y="26"
		w="11" h="55"
		thumb="equalizer.slider.eqband.normal"
		downThumb="equalizer.slider.eqband.down"
		hoverThumb="equalizer.slider.eqband.hover"
		tooltip="320 Hz"
		orientation="vertical"
	/>

	<layer x="77" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
	<slider
		id="eq4"
		action="EQ_BAND" param="4"
		x="77" y="26"
		w="11" h="55"
		thumb="equalizer.slider.eqband.normal"
		downThumb="equalizer.slider.eqband.down"
		hoverThumb="equalizer.slider.eqband.hover"
		tooltip="600 Hz"
		orientation="vertical"
	/>

	<layer x="93" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
	<slider
		id="eq5"
		action="EQ_BAND" param="5"
		x="93" y="26"
		w="11" h="55"
		thumb="equalizer.slider.eqband.normal"
		downThumb="equalizer.slider.eqband.down"
		hoverThumb="equalizer.slider.eqband.hover"
		tooltip="1 KHz"
		orientation="vertical"
	/>

	<layer x="109" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
	<slider
		id="eq6"
		action="EQ_BAND" param="6"
		x="109" y="26"
		w="11" h="55"
		thumb="equalizer.slider.eqband.normal"
		downThumb="equalizer.slider.eqband.down"
		hoverThumb="equalizer.slider.eqband.hover"
		tooltip="3 KHz"
		orientation="vertical"
	/>

	<layer x="125" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
	<slider
		id="eq7"
		action="EQ_BAND" param="7"
		x="125" y="26"
		w="11" h="55"
		thumb="equalizer.slider.eqband.normal"
		downThumb="equalizer.slider.eqband.down"
		hoverThumb="equalizer.slider.eqband.hover"
		tooltip="6 KHz"
		orientation="vertical"
	/>

	<layer x="141" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
	<slider
		id="eq8"
		action="EQ_BAND" param="8"
		x="141" y="26"
		w="11" h="55"
		thumb="equalizer.slider.eqband.normal"
		downThumb="equalizer.slider.eqband.down"
		hoverThumb="equalizer.slider.eqband.hover"
		tooltip="12 KHz"
		orientation="vertical"
	/>

	<layer x="157" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
	<slider
		id="eq9"
		action="EQ_BAND" param="9"
		x="157" y="26"
		w="11" h="55"
		thumb="equalizer.slider.eqband.normal"
		downThumb="equalizer.slider.eqband.down"
		hoverThumb="equalizer.slider.eqband.hover"
		tooltip="14 KHz"
		orientation="vertical"
	/>

	<layer x="173" y="26" w="11" h="55" image="equalizer.slider.eqband.background" move="0" />
	<slider
		id="eq10"
		action="EQ_BAND" param="10"
		x="173" y="26"
		w="11" h="55"
		thumb="equalizer.slider.eqband.normal"
		downThumb="equalizer.slider.eqband.down"
		hoverThumb="equalizer.slider.eqband.hover"
		tooltip="16 KHz"
		orientation="vertical"
	/>

	<button
		id="EQ_p12"
		x="16" y="31"
		w="12" h="7"
		rectrgn="1"
	/>

	<button
		id="EQ_0"
		x="16" y="49"
		w="12" h="7"
		rectrgn="1"
	/>

	<button
		id="EQ_m12"
		x="16" y="67"
		w="12" h="7"
		rectrgn="1"
	/>

</groupdef>

<groupdef id="info.component.eq">

	<group id="info.component.eq.content" x="0" y="0" h="92" w="188" />

	<button
		id="eqonoff"
		image="equalizer.button.eqon.normal"
		downImage="equalizer.button.eqon.down"
		hoverImage="equalizer.button.eqon.hover"
		action="EQ_TOGGLE"
		x="1" y="-18" relaty="1"
		tooltip="EQ on/off"
	/>
	<button id="eqonoffActive" x="0" y="-24" h="23" w="33" relaty="1" activeImage="equalizer.button.eqon.active" visible="1" ghost="1" action="EQ_TOGGLE"/>

	<button
		id="eqauto"
		image="equalizer.button.auto.normal"
		downImage="equalizer.button.auto.down"
		hoverImage="equalizer.button.auto.hover"
		action="EQ_AUTO"
		x="31" y="-18" relaty="1"
		tooltip="EQ auto"
	/>

	<button id="eqautoActive" x="29" y="-24" h="23" w="44" relaty="1" activeImage="equalizer.button.auto.active" visible="1" ghost="1" action="EQ_AUTO"/>

	<button
		id="eqpresets"
		image="equalizer.button.presets.normal"
		downImage="equalizer.button.presets.down"
		hoverImage="equalizer.button.presets.hover"
		action="MENU" param="presets"
		x="70" y="-18" relaty="1"
		tooltip="Open presets"
	/>

	<script file="scripts/eq.maki" />

</groupdef>

<!-- Info:Component:InfoDisplay -->

<groupdef id="infodisplay.line.rating.stars" >

	<button id="rate.1" x="0" y="0" rectrgn="1"
		image="infocomp.rating.empty"
		activeimage="infocomp.rating.star"
		downimage="infocomp.rating.star"
	/>
	<layer id="star.1" ghost="1"
		x="0" y="0" visible="0"
		image="infocomp.rating.hover"
	/>

	<button id="rate.2" x="11" y="0" rectrgn="1"
		image="infocomp.rating.empty"
		activeimage="infocomp.rating.star"
		downimage="infocomp.rating.star"
	/>
	<layer id="star.2" ghost="1"
		x="11" y="0" visible="0"
		image="infocomp.rating.hover"
	/>

	<button id="rate.3" x="22" y="0" rectrgn="1"
		image="infocomp.rating.empty"
		activeimage="infocomp.rating.star"
		downimage="infocomp.rating.star"
	/>
	<layer id="star.3" ghost="1"
		x="22" y="0" visible="0"
		image="infocomp.rating.hover"
	/>

	<button id="rate.4" x="33" y="0" rectrgn="1"
		image="infocomp.rating.empty"
		activeimage="infocomp.rating.star"
		downimage="infocomp.rating.star"
	/>
	<layer id="star.4" ghost="1"
		x="33" y="0" visible="0"
		image="infocomp.rating.hover"
	/>

	<button id="rate.5" x="44" y="0" rectrgn="1"
		image="infocomp.rating.empty"
		activeimage="infocomp.rating.star"
		downimage="infocomp.rating.star"
	/>
	<layer id="star.5" ghost="1"
		x="44" y="0" visible="0"
		image="infocomp.rating.hover"
	/>

</groupdef>

<groupdef id="infodisplay.line.rating" >

	<Text 
		id="label"
		x="0" y="-2" w="0" relatw="1" h="20"
		text="Rating:"
		color="color.display" bold="1" fontsize="16" alpha="180" valign="bottom" antialias="1"
	/>

	<group id="infodisplay.line.rating.stars" x="0" y="2" w="0" relatw="1" />

	<button id="rate.0" x="0" y="0" h="20" w="0" rectrgn="1" tooltip="Remove Rating"/>

</groupdef>

<!-- 
Params for <Bento:InfoLine/>
label="sometext" displayed as label
shift="someint" how much pixels text will be moved right (call before text!)
text="sometext" displayed as line text
link="sometext" displayed as hover tooltip
-->

<groupdef id="bento.infodisplay.line" embed_xui="text" xuitag="Bento:InfoLine">

	<Text id="label" 
		x="0" y="-2" w="0" relatw="1" h="20"
		text="Error:"
		color="color.display" bold="1" fontsize="16" alpha="180" valign="bottom" antialias="1"
	/>

	<Text id="text" 
		x="0" y="-2" w="0" relatw="1" h="20"
		color="color.display" bold="0" fontsize="16" valign="bottom" antialias="0" ticker="1" translate="0" alpha="253"
	/>

//	<layer id="link" x="0" y="0" h="15" w="0" relatw="1" rectrgn="1" move="0" cursor="IDC_HAND"/>
	<layer id="link" x="0" y="0" h="15" w="0" relatw="1" rectrgn="1" move="0"/>

	<script file="scripts/infoline.maki" />

</groupdef>


<groupdef id="info.component.infodisplay">
	
	<group id="infodisplay.line.rating" x="0" y="0" w="0" relatw="1" h="15" visible="0" />
	
	<Bento:InfoLine id="infodisplay.line.title" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Title:"/>
		<!--link="Click to Search Title" label="Title:"/>-->

	<Bento:InfoLine id="infodisplay.line.artist" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Artist:"/>
		<!--link="Click to Search Artist" label="Artist:"/>-->

	<Bento:InfoLine id="infodisplay.line.album" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Album:"/>
		<!--link="Click to Search Album" label="Album:"/>-->

	<Bento:InfoLine id="infodisplay.line.track" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Track:"/>
		<!--link="Click to Show More Information" label="Track:"/>-->

	<Bento:InfoLine id="infodisplay.line.year" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Year:"/>
		<!--link="Click to Show More Information" label="Year:"/>-->

	<Bento:InfoLine id="infodisplay.line.genre" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Genre:"/>
		<!--link="Click to Show More Information" label="Genre:"/>-->


	<Bento:InfoLine id="infodisplay.line.publisher" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Publisher:"/>
		<!--link="Click to Show More Information" label="Publisher:"/>-->

	<Bento:InfoLine id="infodisplay.line.composer" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Composer:"/>
		<!--link="Click to Show More Information" label="Composer:"/>-->

	<Bento:InfoLine id="infodisplay.line.format" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Decoder:"/>
		<!--link="Click to Show More Information" label="Decoder:"/>-->

	<Bento:InfoLine id="infodisplay.line.sname" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Stream:"/>
		<!--link="Visit Station Homepage" label="Stream:"/>-->

	<Bento:InfoLine id="infodisplay.line.surl" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Homepage:"/>
		<!--link="Visit Station Homepage" label="Homepage:"/>-->

	<Bento:InfoLine id="infodisplay.line.albumartist" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Album Artist:"/>
		<!--link="Click to Show More Information" label="Album Artist:"/>-->

	<Bento:InfoLine id="infodisplay.line.disc" x="0" y="0" w="0" relatw="1" h="15" visible="0" 
		label="Disc:"/>
		<!--link="Click to Show More Information" label="Disc:"/>-->

	<script file="scripts/fileinfo.maki" param="@HAVE_LIBRARY@,6" />

</groupdef>

<!-- Info:Component:PLSideCar -->

<groupdef id="info.component.plsidecar">

	<PlaylistDirectory fitparent="1" antialias="0" fontsize="16"/>

</groupdef>

<groupdef id="info.component.coverflow">

	<!--button id="coverflow.prev"
		x="0"  y="-18" relaty="1"
		image="config.colorthemes.button.prev2.normal"
		hoverImage="config.colorthemes.button.prev2.hover"
		downImage="config.colorthemes.button.prev2.down"
		tooltip="Scroll backwards in Playlist"
	/>

	<button id="coverflow.next"
		x="30" y="-18" relaty="1"
		image="config.colorthemes.button.next.normal"
		hoverImage="config.colorthemes.button.next.hover"
		downImage="config.colorthemes.button.next.down"
		tooltip="Scroll forwards in Playlist"
	/-->

	<text id="info" nograbb="1" move="0"
		x="64" y="-16" relaty="1" h="12" w="-130" relatw="1"
		align="center" color="color.display" fontsize="12" valign="top" bold="2" ghost="1"
	/>

	<group id="info.component.coverflow.g" x="0" y="2" h="-1" relath="1" w="368" />
	
</groupdef>

<!-- Info:Instance -->

<groupdef id="infocomp.visbuttons">

	<button
		id="vis.cfg"
		image="infocomp.button.vis.cfg2.normal"
		downImage="infocomp.button.vis.cfg2.down"
		hoverImage="infocomp.button.vis.cfg2.hover"
		action="VIS_Menu"
		x="0" y="7"
		tooltip="Configure Visualizer"
	/>

	<button
		id="vis.prv"
		image="config.colorthemes.button.prev.normal"
		downImage="config.colorthemes.button.prev.down"
		hoverImage="config.colorthemes.button.prev.hover"
		action="VIS_Prev"
		x="31" y="7"
		tooltip="Previous Visualization Preset"
	/>

	<ToggleButton
		id="vis.rnd"
		image="infocomp.button.vis.rnd.normal"
		downImage="infocomp.button.vis.rnd.down"
		hoverImage="infocomp.button.vis.rnd.hover"
		x="62" y="7"
		tooltip="Randomly change Visualization Presets"
		cfgattrib="{0000000A-000C-0010-FF7B-01014263450C};Random"
	/>

	<button
		id="vis.nxt"
		image="config.colorthemes.button.next.normal"
		downImage="config.colorthemes.button.next.down"
		hoverImage="config.colorthemes.button.next.hover"
		action="VIS_Next"
		x="93" y="7"
		tooltip="Next Visualization Preset"
	/>

	<ToggleButton id="vis.rnd.active"
		x="58" y="0" h="25" w="41"
		ActiveImage="infocomp.button.vis.rnd.active"
		ghost="1"
		cfgattrib="{0000000A-000C-0010-FF7B-01014263450C};Random"
	/>

	<script file="scripts/syncbutton.maki" param="vis.rnd;vis.rnd.active" />
	<script file="scripts/visbuttons.maki" />
</groupdef>

<groupdef id="infocomp.background.footer.over">

	<layer move="0" ghost="1"
		x="0" y="0"
		image="infocomp.background.buttons.left.over"
	/>

</groupdef>

<groupdef id="infocomp.background.footer">

	<grid 
		id="footer.background.grid" move="1"
		x="0" y="7" h="17" w="0" relatw="1"
		middle="pledit.background.buttons.center"
		right="pledit.background.buttons.right"
	/>

	<group id="infocomp.background.footer.over" x="0" y="7" w="-5" relatw="1" />

	<group x="0" y="0" h="25" w="0" relatw="1" id="infocomp.visbuttons" />

</groupdef>

<groupdef id="info.component.holder">

	<grid fitparent="1" move="1"
		topleft="infocomp.background.topleft"
		top="infocomp.background.top"
		topright="infocomp.background.topright"
		left="infocomp.background.left"
		middle="infocomp.background.center"
		right="infocomp.background.right"
		bottomleft="infocomp.background.bottomleft"
		bottom="infocomp.background.bottom"
		bottomright="infocomp.background.bottomright"
	/>

	<group x="6" y="-25" h="25" w="-8" relatw="1" relaty="1" id="infocomp.background.footer" />

	<group id="info.component.cover" x="4" y="4" h="111" w="111"/>
	<group id="info.component.vis" x="4" y="4" h="111" w="111"/>
	<group id="info.component.vis.full" x="0" y="3" h="116" w="0" relatw="1" visible="0"/>
	<group id="info.component.eq" x="0" y="0" h="119" w="0" relatw="1" visible="0"/>
	<group id="info.component.config" x="1" y="1" h="118" w="-2" relatw="1" visible="0"/>
	<group id="info.component.plsidecar" x="2" y="2" h="99" w="-4" relatw="1" visible="0"/>

	<layer id="branding" visible="0" move="1" ghost="1"
		x="0" y="48" h="24" w="100" image="infocomp.branding"
	/>

	<group id="info.component.infodisplay" x="80" y="3" h="-19" relath="1" w="-143" relatw="1" />

	<button
		id="comp.menu"
		x="-33" y="-18" relatx="1" relaty="1"
		image="infocomp.button.toggle.normal"
		hoverImage="infocomp.button.toggle.hover"
		downImage="infocomp.button.toggle.down"
		tooltip="Change the content this area holds"
	/>

	<button
		id="sendTo"
		x="-64" y="-18" relatx="1" relaty="1"
		action="ML_SendTo"
		image="infocomp.button.more.normal"
		hoverImage="infocomp.button.more.hover"
		downImage="infocomp.button.more.down"
		tooltip="Send this file to..."
		anchor_menu="bottomleft"
	/>

<!--	<button
		id="search"
		x="-95" y="-18" relatx="1" relaty="1"
		image="infocomp.button.blank.normal"
		hoverImage="infocomp.button.blank.hover"
		downImage="infocomp.button.blank.down"
		tooltip="Search the web for this artist"
		anchor_menu="bottomleft"
	/>
	<layer id="search.icon.bg" x="-95" y="-18" relatx="1" ghost="1" relaty="1" image="infocomp.button.icon.bg" />
	<script file="scripts/syncbutton.maki" param="search;search.icon.bg"/>
	<layer id="search.icon" x="-95" y="-18" relatx="1" ghost="1" relaty="1" image="infocomp.button.icon.search" />
	<script file="scripts/syncbutton.maki" param="search;search.icon"/>

	<button
		id="nowplaying"
		x="-126" y="-18" relatx="1" relaty="1" 
		image="infocomp.button.blank.normal"
		hoverImage="infocomp.button.blank.hover"
		downImage="infocomp.button.blank.down"
		tooltip="More information about this artist"
		anchor_menu="bottomleft"
	/>
	<layer id="nowplaying.icon.bg" x="-126" y="-18" relatx="1" ghost="1"  relaty="1" image="infocomp.button.icon.bg" />
	<script file="scripts/syncbutton.maki" param="nowplaying;nowplaying.icon.bg"/>
	<layer id="nowplaying.icon" x="-126" y="-18" relatx="1" ghost="1"  relaty="1" image="infocomp.button.icon.nowplaying" />
	<script file="scripts/syncbutton.maki" param="nowplaying;nowplaying.icon"/>
-->
	<script file="scripts/shadelinks.maki"/>

	<!--script file="scripts/componentregion.maki" param="comp.menu" /-->

	<!--layer id="osd.trigger" fitparent="1" rectrgn="1" ghost="0"/-->

	<script file="scripts/mcvcore.maki" param="big"/>
</groupdef>

<groupdef id="player.component.fileinfo">

	<group id="info.component.holder" x="0" y="0" h="119" w="0" relatw="1"/>

</groupdef>