﻿<?xml version="1.0" encoding="utf-8"?>
<window>
  <id>96742</id>
  <defaultcontrol>50</defaultcontrol>
  <allowoverlay>no</allowoverlay>
  <!-- 
		This set of defines are read by the plug-in and used to determine aspects of it's behavior. These
		are parameters to give the skinner a tiny bit more control over the presentation.
  -->
  <define>#largeicons.available:true</define>
  <define>#largeicons.backdrop.used:true</define>
  <define>#smallicons.available:true</define>
  <define>#smallicons.backdrop.used:true</define>
  <define>#list.available:true</define>
  <define>#list.backdrop.used:true</define>
  <define>#filmstrip.available:true</define>
  <define>#filmstrip.backdrop.used:true</define>
  <define>#coverflow.available:true</define>
  <define>#coverflow.backdrop.used:true</define>
  <define>#details.backdrop.used:true</define>
  <define>#categories.backdrop.used:true</define>
  <controls>
    <import>movingpictures.common.dummy.xml</import>
    <!-- Default backdrop and fanart -->
    <control>
      <description>Default Background</description>
      <type>image</type>
      <id>0</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1920</width>
      <height>1080</height>
      <texture>hover_moving pictures.png</texture>
    </control>
<include>movingpictures.extrafanart.xml</include>
    <control>
      <description>Movie Backdrop (Fan Art)</description>
      <type>image</type>
      <id>1</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1920</width>
      <height>1080</height>
      <texture>#MovingPictures.Backdrop</texture>
      <animation effect="fade" time="300">visible</animation>
      <animation effect="fade" time="300" delay="300">hidden</animation>
    </control>
    <control>
      <description>Alternate Movie Backdrop</description>
      <type>image</type>
      <id>11</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1920</width>
      <height>1080</height>
      <texture>#MovingPictures.Backdrop2</texture>
      <animation effect="fade" time="300">visible</animation>
      <animation effect="fade" time="300" delay="300">hidden</animation>
    </control>
    <!-- Do not mix and match different styles (fanart/default) -->
    <!-- Chosen style should match users StreamedMPConfig.xml -->
    <!-- Facade, BackgroundOverlay, ThumbView and ThumbViewMediaInfo imports need to reflect Thumbnail mods -->
    <import tag="BackgroundOverlay">movingpictures.fanart.thumbsview.12x3.8x2.background.overlays.xml</import>
    <import>movingpictures.common.hiddenmenu.xml</import>
    <import tag="ListView">movingpictures.fanart.listview.xml</import>
    <import tag="ListViewMediaInfo">movingpictures.fanart.listview.mediainfo.xml</import>
    <import tag="ThumbView">movingpictures.common.thumbsview.12x3.8x2.xml</import>
    <import tag="ThumbViewMediaInfo">movingpictures.common.thumbsview.12x3.8x2.mediainfo.xml</import>
    <import tag="FilmstripView">movingpictures.fanart.filmstripview.xml</import>
    <import tag="FilmstripViewMediaInfo">movingpictures.fanart.filmstripview.mediainfo.xml</import>
    <import>movingpictures.coverflowview.xml</import>
    <import>movingpictures.common.details.xml</import>
    <import>movingpictures.common.details.mediainfo.xml</import>
    <import tag="Facade">movingpictures.fanart.thumbsview.12x3.8x2.facade.xml</import>
    <import>common.overlays.xml</import>
    <import tag="TopBar">movingpictures.fanart.topbar.xml</import>
    <import>common.scrollingpopup.xml</import>
    <import>common.time.xml</import>
    <!-- Fade out the screen when playback starts -->
    <control>
      <description>Playback Indicator</description>
      <type>image</type>
      <id>18</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1920</width>
      <height>1080</height>
      <texture>black.png</texture>
      <colordiffuse>50fefaff</colordiffuse>
    </control>
  </controls>
</window>
<!--Checksum:edc5fde30caf04178122e3acb110fc53-->