﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
  <id>504</id>
  <defaultcontrol>2</defaultcontrol>
  <allowoverlay>no</allowoverlay>
  <define>#header.label:#view</define>
  <define>#header.image:-</define>
  <define>#header.hover:hover_my music.png</define>
  <define>#useSelectedFanart:Yes</define>
  <define>#usePlayFanart:Yes</define>
  <controls>
    <import>mymusic.selected.fanart.xml</import>

<!-- Backgrounds -->

    <control>
      <description>Backdrop (Genre)</description>
      <type>image</type>
      <id>0</id>
      <posX>0</posX>
      <posY>0</posY>
      <texture>C:\MediaPortal Daten\Music\Music Genre Backdrops\#music.genre.jpg</texture>
      <visible>string.equals(#itemtype,Genre)</visible>
      <animation effect="fade" time="150">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
    </control>

    <control>
      <description>Top Bar Grid Backdrop (Thumbviews)</description>
      <type>image</type>
      <id>0</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1920</width>
      <height>1080</height>
      <texture>SolidBlue3.jpg</texture>
      <visible>facadeview.smallicons|facadeview.largeicons</visible>
      <animation effect="fade" time="150">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
    </control> 

    <control>
      <description>Hide Backdrop (Thumbviews)</description>
      <type>image</type>
      <id>0</id>
      <posX>-1</posX>
      <posY>76</posY>
      <width>1922</width>
      <height>935</height>
      <texture>blacksolid.png</texture>
      <visible>no</visible>
      <animation effect="fade" time="150">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
    </control> 

    <control>
      <description>Top Bar Overlay</description>
      <type>image</type>
      <id>0</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1920</width>
      <height>76</height>
      <texture>detailsoverlay.png</texture>
      <visible>facadeview.list|facadeview.album|facadeview.playlist|facadeview.smallicons|facadeview.largeicons</visible>
    </control>

    <control>
      <description>Upper Bar Overlay Icons</description>
      <type>image</type>
      <id>0</id>
      <posX>0</posX>
      <posY>1004</posY>
      <width>1920</width>
      <height>76</height>
      <texture>detailsoverlay.png</texture>
      <visible>facadeview.list|facadeview.album|facadeview.playlist|facadeview.smallicons|facadeview.largeicons</visible>
    </control>

    <control>
      <id>0</id>
      <description>Overlay Cover And Title</description>
      <type>image</type>
      <posX>10</posX>
      <posY>320</posY>
      <width>1900</width>
      <height>750</height>
      <texture>detailsoverlay.png</texture>
      <visible>facadeview.list|facadeview.album|facadeview.playlist</visible>
      <animation effect="fade" time="250">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
    </control>

    <control>
      <description>Cover</description>
      <id>204</id>
      <type>image</type>
      <posX>205</posX>
      <posY>395</posY>
      <width>522</width>
      <height>522</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture flipY="no" diffuse="Thumb_Mask.png">#selectedthumb</texture>
      <visible>facadeview.list|facadeview.album|facadeview.playlist</visible>
      <animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
    </control>

    <control>
      <description>Default Cover</description>
      <id>0</id>
      <type>image</type>
      <posX>205</posX>
      <posY>395</posY>
      <width>522</width>
      <height>522</height>
      <texture>missing_coverart.png</texture>
      <visible>[facadeview.list|facadeview.album|facadeview.playlist]+!control.hasthumb(204)</visible>
      <animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
    </control>






    <import>mymusic.hiddenmenu.xml</import>
    <import>common.facade.music.xml</import>
    <import>common.overlays.xml</import>
    <import>common.window.xml</import>
    <import>common.time.xml</import>
    <import>common.scrollingpopup.xml</import>
  </controls>
</window>
<!--Checksum:776b2854371de8aaba6985f7660feafe-->