<?xml version="1.0"?>
<xml>
	<!-- debugMode True prevents switching back default skin when raise condition in skin occurs -->
	<skinParams resolution="FHD" compatibility="v2" skinner="stein17; based on default_FHD" debugMode="False" highlighted="#e69405" normal="#ffffff"/> <!-- typea => HD, FHD -->

	<!-- MAIN MENU ORIENTATION -->
	<menuScreen name="main_menu" type="horizontal" highlighted="#e69405" normal="#ffffff" />
	<menuScreen name="server_menu" type="vertical" highlighted="#e69405" normal="#ffffff"/>

	<!-- SCREEN OPTIONS -->
	<!-- if miniTv = False you can delete height and width -->
	<screen name="main_menu" miniTv="True" height="460" width="816" />
	<screen name="server_menu" miniTv="True" height="460" width="816" />
	<screen name="syncer" miniTv="True" height="460" width="816" />
    <screen name="input_box" miniTv="True" height="460" width="816" />
    <!-- we use height and width for the poster size here -->
    <screen name="DPS_MusicPlayer" miniTv="False" usePoster="True" height="268" width="195" />
    <screen name="DPS_VideoPlayer" miniTv="False" usePoster="True" height="268" width="195" />

	<!-- FONTS SECTION -->
	<font path="/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/fonts/OpenSans.ttf" size="100" name="OpenSans" />

	<!-- GUI ELEMENTS -->
	<guiElement name="seenPic" path="/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/skins/default_FHD/icons/seen-fs8.png" />
	<guiElement name="startedPic" path="/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/skins/default_FHD/icons/started-fs8.png" />
	<guiElement name="unseenPic" path="/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/skins/default_FHD/icons/unseen-fs8.png" />

	<guiElement name="key_red" path="/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/skins/default_FHD/buttons/btn_red-fs8.png" />
	<guiElement name="key_green" path="/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/skins/default_FHD/buttons/btn_green-fs8.png" />
	<guiElement name="key_blue" path="/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/skins/default_FHD/buttons/btn_blue-fs8.png" />
	<guiElement name="key_yellow" path="/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/skins/default_FHD/buttons/btn_yellow-fs8.png"/>

	<guiElement name="musicCase" path="/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/skins/default_FHD/images/cover-music-fs8.png" />
	<guiElement name="videoCase" path="/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/skins/default_FHD/images/cover-movie-fs8.png" />
	
	<!-- VIEWS -->

	<!-- HOW TO ...
		Check default values here => /src/DP_ViewFactory.py

		Please note that if you want that a Label of an information should move as well it has to be named like this in skin.xml
		for example : "sound" if sound has a Label it must be a widget and the name "soundLabel"
	-->

	<!-- MOVIE VIEWS -->
	<movieView name="List" type="List" apiLevel="1" itemsPerPage="15" screen="DPS_ViewList" backdropVideos="True" backdropVideoHeight="462" backdropVideoWidth="822" miniTv="True" posterHeight="350" posterWidth="255" backdropHeight="462" backdropWidth="822">
		<subView name="ShowMovies">
		<element name="miniTv" xCoord="51" yCoord="127"/>
		</subView>
	</movieView>

	<movieView name="Backdrop" type="Backdrop" apiLevel="1" itemsPerPage="12" screen="DPS_ViewBackdrop" backdropVideos="True" backdropVideoHeight="1080" backdropVideoWidth="1920" miniTv="True" posterHeight="289" posterWidth="210" backdropHeight="1080" backdropWidth="1920">
		<subView name="ShowMovies">
			<element name="backdrop" visible="True" height="1080" width="1920"/>
			<element name="miniTv" xCoord="0" yCoord="0"/>
		</subView>
	</movieView>
	
	<!-- SHOW VIEWS -->
	<showView name="List" type="List" apiLevel="1" itemsPerPage="15" screen="DPS_ViewList" backdropVideos="True" backdropVideoHeight="462" backdropVideoWidth="822" miniTv="True" posterHeight="350" posterWidth="255" backdropHeight="462" backdropWidth="822">
		<subView name="ShowShows">	
			<element name="grandparentTitle" visible="False"/>
			<element name="title" xCoord="300" yCoord="670" />
			<element name="shortDescription" xCoord="300" yCoord="715" visible="True"/>
			<element name="studioLabel" xCoord="1260" yCoord="835" />
			<element name="studio" xCoord="1420" yCoord="835"/>
			<element name="childCountLabel" visible="True" />
			<element name="childCount" visible="True" />
			<element name="duration" xCoord="420" yCoord="980"/>
			<element name="writer" visible="True" xCoord="1420" yCoord="740"/>
		</subView>


		<subView name="ShowSeasons">
			<element name="grandparentTitle" visible="True"/>
			<element name="title" xCoord="300" yCoord="670" />
			<element name="shortDescription" xCoord="300" yCoord="715"/>
			<element name="duration" visible="False"/>
			<element name="childCountLabel" visible="False" />
			<element name="childCount" visible="False"/>
			<element name="studioLabel" xCoord="1260" yCoord="835" />
			<element name="studio" xCoord="1420" yCoord="835"/>
			<element name="info" visible="False"/>
			<element name="btn_yellow" visible="False"/>
		</subView>


		<subView name="ShowEpisodes">
			<element name="grandparentTitle" visible="False"/>
			<element name="title" xCoord="300" yCoord="670" />
			<element name="shortDescription" xCoord="300" yCoord="715"/>
			<element name="studio" xCoord="1420" yCoord="835"/>
			<element name="writer" visible="True" xCoord="1420" yCoord="740"/>
			<element name="subtitles" visible="True" xCoord="1420" yCoord="960"/>
			<element name="audio" visible="True" xCoord="1420" yCoord="990"/>
			<element name="duration" visible="True" xCoord="420" yCoord="980"/>
			<element name="codec" visible="True"/>
			<element name="aspect" visible="True"/>
			<element name="resolution" visible="True"/>
			<element name="sound" visible="True"/>
			<element name="leafCount" visible="False"/>
			<element name="viewedLeafCount" visible="False"/>
			<element name="unviewedLeafCount" visible="False"/>
			<element name="info" xCoord="1420" yCoord="930" visible="True"/>
			<element name="btn_yellow" visible="True"/>
		</subView>

		<subView name="ShowEpisodesDirect">
			<element name="grandparentTitle" visible="False"/>
			<element name="title" xCoord="300" yCoord="670" />
			<element name="shortDescription" xCoord="300" yCoord="715"/>
			<element name="studio" visible="False"/>
			<element name="genre" visible="False"/>
			<element name="year" visible="False"/>
			<element name="writer" visible="True" xCoord="1420" yCoord="740"/>
			<element name="subtitles" visible="True" xCoord="1420" yCoord="960"/>
			<element name="audio" visible="True" xCoord="1420" yCoord="990"/>
			<element name="duration" visible="True" xCoord="420" yCoord="980"/>
			<element name="codec" visible="True"/>
			<element name="aspect" visible="True"/>
			<element name="resolution" visible="True"/>
			<element name="sound" visible="True"/>
			<element name="childCount" visible="False"/>
			<element name="leafCount" visible="False"/>
			<element name="viewedLeafCount" visible="False"/>
			<element name="unviewedLeafCount" visible="False"/>
			<element name="info" xCoord="1420" yCoord="930" visible="True"/>
			<element name="btn_yellow" visible="True"/>
		</subView>
		
		
	</showView>

	<showView name="Backdrop" type="Backdrop" apiLevel="1" itemsPerPage="12" screen="DPS_ViewBackdrop" backdropVideos="True" backdropVideoHeight="1080" backdropVideoWidth="1920" miniTv="True" posterHeight="289" posterWidth="210" backdropHeight="1080" backdropWidth="1920">
		<subView name="ShowShows">
			<element name="title" xCoord="565" yCoord="600" />
			<element name="grandparentTitle" visible="False"/>
			<element name="studio" xCoord="903" yCoord="805"/>
			<element name="duration" xCoord="903" yCoord="990"/>
			<element name="shortDescription" visible="True" xCoord="1305" yCoord="675"/>
			<element name="rated" xCoord="1840" yCoord="611"/>
			<element name="childCountLabel" visible="True" />
			<element name="childCount" visible="True" />
			<element name="studioLabel" xCoord="783" yCoord="805" />
		</subView>
		
		<subView name="ShowSeasons">
			<element name="title" xCoord="565" yCoord="600" />
			<element name="grandparentTitle" visible="True"/>
			<element name="duration" visible="False"/>
			<element name="shortDescription" xCoord="1305" yCoord="675" visible="False" />
			<element name="childCountLabel" visible="False" />
			<element name="childCount" visible="False"/>
			<element name="studioLabel" xCoord="783" yCoord="805" />
			<element name="studio" xCoord="903" yCoord="805" />
			<element name="info" visible="False"/>
			<element name="btn_yellow" visible="False"/>
		</subView>
		
		<subView name="ShowEpisodes">
			<element name="title" xCoord="565" yCoord="600" />
			<element name="grandparentTitle" visible="False"/>
			<element name="shortDescription" xCoord="1305" yCoord="675" />
			<element name="duration" xCoord="903" yCoord="990" visible="True"/>
			<element name="studio" xCoord="903" yCoord="805" />
			<element name="subtitles" visible="True" xCoord="903" yCoord="930" />
			<element name="audio" visible="True" xCoord="903" yCoord="960" />
			<element name="codec" visible="True"/>
			<element name="aspect" visible="True"/>
			<element name="resolution" visible="True"/>
			<element name="sound" visible="True"/>
			<element name="writer" visible="True" xCoord="903" yCoord="710" />
			<element name="rated" xCoord="1840" yCoord="611"/>
			<element name="leafCount" visible="False"/>
			<element name="viewedLeafCount" visible="False"/>
			<element name="unviewedLeafCount" visible="False"/>
			<element name="info" xCoord="903" yCoord="900" visible="True" />
			<element name="btn_yellow" visible="True"/>
		</subView>
		

		<subView name="ShowEpisodesDirect">
			<element name="title" xCoord="565" yCoord="600" />
			<element name="grandparentTitle" visible="False"/>
			<element name="shortDescription" xCoord="1305" yCoord="675" />
			<element name="studio" visible="False" />
			<element name="genre" visible="False" />
			<element name="year" visible="False" />
			<element name="duration" visible="True" xCoord="903" yCoord="990" />
			<element name="subtitles" visible="True" xCoord="903" yCoord="930" />
			<element name="audio" visible="True" xCoord="903" yCoord="960" />
			<element name="codec" visible="True"/>
			<element name="aspect" visible="True"/>
			<element name="resolution" visible="True"/>
			<element name="sound" visible="True"/>
			<element name="writer" visible="True" xCoord="903" yCoord="710" />
		    <element name="rated" xCoord="1840" yCoord="611"/>
			<element name="leafCount" visible="False"/>
			<element name="childCount" visible="False" />
			<element name="viewedLeafCount" visible="False"/>
			<element name="unviewedLeafCount" visible="False"/>
			<element name="info" xCoord="903" yCoord="900" visible="True" />
			<element name="btn_yellow" visible="True"/>
		</subView>
	</showView>
	
	<!-- MUSIC VIEWS -->
	<musicView name="List" type="List" apiLevel="1" itemsPerPage="12" screen="DPS_ViewList" backdropVideos="True" backdropVideoHeight="462" backdropVideoWidth="822" miniTv="True" posterHeight="289" posterWidth="210" backdropHeight="462" backdropWidth="822">  

		<subView name="ShowArtists">

		</subView>

		<subView name="ShowAlbums">
			<element name="info" visible="True"/>
			<element name="leafCount" visible="True"/>
		</subView>

		<subView name="ShowTracks">
			<element name="duration" visible="True" xCoord="903" yCoord="990"/>
			<element name="leafCount" visible="False" />
			<element name="duration" visible="True" />
		</subView>
	</musicView>
</xml>
