<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
	<!--
		The purpose of TVSeries.SkinSettings.xml is to allow the skinner to control the presentation of the TVSeries plugin to the user
		Advanced users may disable this by removing the file or by setting the import attribute  to false in the relevant XML element.
		
		The TVSeries plugin reads this file on load and will import settings into its database.
		IMPORTANT: Ensure that all settings are wrapped in a CDATA type otherwise this docment will not get parsed as proper XML.
		
		If Import is enabled then any changes for these settings in  the configuration dialog will be overridden with settings below		
	-->
	
	<!-- version may be useful for logging purposes and/or future upgrades -->
	<version>1.5.0.0</version>

	<!-- Skin Defines -->
	<defines>		
        <property key="blah">false</property>	
    </defines>
	<defines>
 	    <!-- fanart can be disabled per layout and/or per view by setting to false -->
 	    <property key="fanart.seriesview">true</property>
 	    <property key="fanart.seasonview">true</property>
 	    <property key="fanart.episodeview">true</property>
 	    <property key="fanart.listlayout">true</property>
 	    <property key="fanart.iconslayout">true</property>
 	    <property key="fanart.filmstriplayout">true</property>
 	    <property key="fanart.coverflowlayout">true</property>
 	  </defines>
	
	<!-- Position of 'NEW' stamp in thumb views -->
	<!-- Draws 'tvseries_newlabel.png' on thumbnail -->
	<thumbstamp>
		<widebanners>
			<posx>0</posx>
			<posy>-5</posy>
		</widebanners>
		<posters>
			<posx>0</posx>
			<posy>-5</posy>
		</posters>
	</thumbstamp>
	
	<!-- Define the images loaded in video OSD -->
	<!-- Note: You can reorder the items to set priority -->
	<!-- Values of custom tag is a path to custom image, where you could use:
			thumbs\ relative path - <![CDATA[thumbs\Media\custom.png]]>,
			skin\ relative path - <![CDATA[skin\*SKIN NAME*\Media\custom.png]]>,
			absolute path - <![CDATA[C:\Media\custom.png]]>
			with any of episode/season/series database fields (<Series.ID> for example)
	-->
	<videoosdimages import="true">
		<episode use="false" />
		<series use="true" />		
		<season use="false" />
		<!--<custom use="false"><![CDATA[skin\Maya\Avalon\custom.png]]></custom>-->
	</videoosdimages>
	
	<!-- Define the images loaded in properties during play -->	
	<videoplayimages import="true">
		<property>
			<name>TVSeries.Play.ClearArt</name>
			<value><![CDATA[thumbs\ClearArt\<Series.ID>.png]]></value>
		</property>
		<!-- You can define multiple properties -->
	</videoplayimages>
	
	
  <layouts>
    <group List="true" SmallIcons="false" />
    <series ListPosters="true" ListBanners="false" Filmstrip="true" WideBanners="true" Coverflow="true"/>
    <season List="true" Filmstrip="true" Coverflow="true"/>
    <episode List="true" />
  </layouts>
  <views import="true" AppendlmageToList="false">
    <group layout="List">
    </group>
    <series layout="ListPosters">
      <item1>SMALLSPACE</item1>
      <item2><![CDATA[<Series.Pretty_Name>]]></item2>                 
      <item3>SeriesUnWatched</item3>
    </series>
    <season layout="List">
      <item1>SMALLSPACE</item1>
      <item2><![CDATA[Season <Season.SeasonIndex>]]></item2>          
      <item3>SeasonUnWatched</item3>
    </season>
    <episode>
      <item1>SMALLSPACE</item1>
      <item2><![CDATA[<Episode.EpisodeIndex>. <Episode.LocalEpisodeName>]]></item2>                   
      <item3>SMALLSPACE</item3>
    </episode>
  </views>
	<formatting import="true">
		<![CDATA[<Enabled>1<Format><Episode.RatingPath><FormatAs>TVSeries\starEval(10*Round(<Episode.Rating>*2)/2).png
<Enabled>1<Format><Episode.InfoPanelLine10Value><FormatAs><Episode.PrettyLocalPlaytime> min
<Enabled>1<Format><Episode.InfoPanelLine1Key><FormatAs>
<Enabled>1<Format><Episode.InfoPanelLine1Value><FormatAs>Eval(Round(<Episode.Rating>*10)/10)
<Enabled>1<Format><Episode.InfoPanelLine7Value><FormatAs>(Trans(Rated): <Episode.myRating>)
<Enabled>1<Format><Episode.InfoPanelLine8Value><FormatAs>(<Episode.RatingCount> Trans(Votes))
<Enabled>1<Format><Episode.InfoPanelLine2Key><FormatAs>FILE SIZE
<Enabled>1<Format><Episode.InfoPanelLine2Value><FormatAs><Episode.FileSize>
<Enabled>1<Format><Episode.InfoPanelLine3Key><FormatAs>video INFO
<Enabled>1<Format><Episode.InfoPanelLine3Value><FormatAs><Episode.VideoWidth>x<Episode.VideoHeight> (Eval(Round(<Episode.VideoAspectRatio>*100)/100)) Eval(Round(<Episode.videoFrameRate>*1000)/1000)fps
<Enabled>1<Format><Episode.InfoPanelLine4Key><FormatAs>DIRECTOR
<Enabled>1<Format><Episode.InfoPanelLine4Value><FormatAs><Episode.Director>
<Enabled>1<Format><Episode.InfoPanelLine5Key><FormatAs>WRITER
<Enabled>1<Format><Episode.InfoPanelLine5Value><FormatAs><Episode.Writer>
<Enabled>1<Format><Episode.InfoPanelLine6Key><FormatAs>GUEST STARS
<Enabled>1<Format><Episode.InfoPanelLine6Value><FormatAs><Episode.GuestStars>
<Enabled>1<Format><Episode.SeasonLabel><FormatAs>Season <Episode.SeasonIndex>
<Enabled>1<Format><Episode.Aired><FormatAs><Episode.FirstAired>
<Enabled>1<Format><Season.SeasonLabel><FormatAs>Season <Season.SeasonIndex>
<Enabled>1<Format><Series.InfoPanelLine1Key><FormatAs>RATING
<Enabled>1<Format><Series.InfoPanelLine1Value><FormatAs><FormatAs>Eval(Round(<Series.Rating>*10)/10)
<Enabled>1<Format><Series.InfoPanelLine8Value><FormatAs>(Trans(Rated): <Series.myRating>)
<Enabled>1<Format><Series.InfoPanelLine9Value><FormatAs>(<Series.RatingCount> Trans(Votes))
<Enabled>1<Format><Series.InfoPanelLine2Key><FormatAs>Eval(PrettyNumber100(<Series.EpisodesUnWatched>))
<Enabled>1<Format><Series.InfoPanelLine2Value><FormatAs><Series.FirstAired>
<Enabled>1<Format><Series.InfoPanelLine3Key><FormatAs><Series.EpisodesWatched>
<Enabled>1<Format><Series.InfoPanelLine3Value><FormatAs><Series.Genre>
<Enabled>1<Format><Series.InfoPanelLine4Key><FormatAs>RUNTIME
<Enabled>1<Format><Series.InfoPanelLine4Value><FormatAs><Series.Runtime> min
<Enabled>1<Format><Series.InfoPanelLine5Key><FormatAs>NETWORK
<Enabled>1<Format><Series.InfoPanelLine5Value><FormatAs><Series.Network>
<Enabled>1<Format><Series.InfoPanelLine6Key><FormatAs>ACTORS
<Enabled>1<Format><Series.InfoPanelLine6Value><FormatAs><Series.Actors>
<Enabled>1<Format><Series.InfoPanelLine7Value><FormatAs><Series.Director>
<Enabled>1<Format><Series.EpisodesWatched><FormatAs>Eval(PrettyNumber100(<Series.EpisodeCount>-<Series.EpisodesUnWatched>))

<Enabled>1<Format><Season.InfoPanelLine2Key><FormatAs>Eval(PrettyNumber100(<Season.EpisodesUnWatched>))
<Enabled>1<Format><Season.InfoPanelLine3Key><FormatAs><Season.EpisodesWatched>

<Enabled>1<Format><Season.EpisodesWatched><FormatAs>Eval(PrettyNumber100(<Season.EpisodeCount>-<Season.EpisodesUnWatched>))
<Enabled>1<Format>x () fps<FormatAs>N / A
<Enabled>1<Format>0 bytes<FormatAs>N / A
<Enabled>1<Format>(Trans(MyRating): )<FormatAs> 
<Enabled>1<Format>2channels <FormatAs>2.0 
<Enabled>1<Format>6channels <FormatAs>5.1 
<Enabled>1<Format>V_MPEG4/ISO/AVC<FormatAs>H264
<Enabled>1<Format>MPA1L3<FormatAs>MP3
<Enabled>1<Format>MPA2L3<FormatAs>MP3
<Enabled>1<Format>V_MPEG2<FormatAs>MPEG2
<Enabled>1<Format>MPEG-2V<FormatAs>MPEG2
<Enabled>1<Format>DIV3<FormatAs>DIVX
<Enabled>1<Format>DX50<FormatAs>DIVX
<Enabled>1<Format>A_FLAC<FormatAs>FLAC
<Enabled>1<Format>A_AAC/MPEG4/LC/SBR<FormatAs>AAC
<Enabled>1<Format>A_AAC<FormatAs>AAC
<Enabled>1<Format>A_AC3<FormatAs>AC3
<Enabled>1<Format><Series.RatingPath><FormatAs>TVSeries\starEval(10*Round(<Series.Rating>*2)/2).png
<Enabled>1<Format><Series.LogoPath><FormatAs><Series.ID>.png
<Enabled>1<Format>SeriesEpisodeCount<FormatAs><Series.EpisodeCount> Episodes
<Enabled>1<Format>SeasonEpisodeCount<FormatAs><Season.EpisodeCount> Episodes
<Enabled>1<Format>SeriesWatchedAndUnWatched<FormatAs>Eval(PrettyNumber100(<Series.EpisodesUnWatched>))        Eval(PrettyNumber100(<Series.EpisodeCount>-<Series.EpisodesUnWatched>))
<Enabled>1<Format>SeasonWatchedAndUnWatched<FormatAs>Eval(PrettyNumber10(<Season.EpisodesUnWatched>))          Eval(PrettyNumber10(<Season.EpisodeCount>-<Season.EpisodesUnWatched>))
<Enabled>1<Format>SeriesUnWatched<FormatAs>Eval(PrettyNumber100(<Series.EpisodesUnWatched>))
<Enabled>1<Format>SeasonUnWatched<FormatAs>Eval(PrettyNumber10(<Season.EpisodesUnWatched>))
<Enabled>1<Format>SMALLSPACE<FormatAs> ]]>
	</formatting>
	<logos import="true">
<![CDATA[skin\Avalon\Media\TVSeries\Logos\video\720_h264_178.png;-;<Episode.VideoCodec>;-;contains;-;AVC;-;AND;-;<Episode.videoHeight>;-;=;-;720;-;AND;-;<Episode.VideoAspectRatio>;-;>;-;1.7;-;AND;-;;-;=;-;;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\video\720_h264_133.png;-;<Episode.VideoCodec>;-;contains;-;AVC;-;AND;-;<Episode.videoHeight>;-;=;-;720;-;AND;-;<Episode.VideoAspectRatio>;-;<;-;1.7;-;AND;-;;-;=;-;;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\video\1080_h264_178.png;-;<Episode.VideoCodec>;-;contains;-;AVC;-;AND;-;<Episode.videoHeight>;-;=;-;1080;-;AND;-;<Episode.VideoAspectRatio>;-;>;-;1.7;-;AND;-;;-;=;-;;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\video\SD_h264_178.png;-;<Episode.VideoCodec>;-;contains;-;AVC;-;AND;-;<Episode.videoHeight>;-;<;-;720;-;AND;-;<Episode.VideoAspectRatio>;-;>;-;1.7;-;AND;-;;-;=;-;;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\video\SD_xvid_178.png;-;<Episode.VideoCodec>;-;contains;-;XVID;-;AND;-;<Episode.videoHeight>;-;<;-;720;-;AND;-;<Episode.VideoAspectRatio>;-;>;-;1.7;-;AND;-;;-;=;-;;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\video\SD_xvid_133.png;-;<Episode.VideoCodec>;-;contains;-;XVID;-;AND;-;<Episode.videoHeight>;-;<;-;720;-;AND;-;<Episode.VideoAspectRatio>;-;<;-;1.7;-;AND;-;;-;=;-;;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\video\SD_mpeg2_178.png;-;<Episode.VideoCodec>;-;contains;-;V_MPEG2;-;AND;-;<Episode.videoHeight>;-;<;-;720;-;AND;-;<Episode.VideoAspectRatio>;-;>;-;1.7;-;AND;-;;-;=;-;;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\video\SD_mpeg2_133.png;-;<Episode.VideoCodec>;-;contains;-;V_MPEG2;-;AND;-;<Episode.videoHeight>;-;<;-;720;-;AND;-;<Episode.VideoAspectRatio>;-;<;-;1.7;-;AND;-;;-;=;-;;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\audio\ac3_20.png;-;<Episode.AudioCodec>;-;contains;-;AC3;-;AND;-;<Episode.AudioChannels>;-;=;-;2;-;AND;-;;-;=;-;;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\audio\ac3_51.png;-;<Episode.AudioCodec>;-;contains;-;AC3;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;AND;-;;-;=;-;;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\audio\dts_51.png;-;<Episode.AudioCodec>;-;=;-;DTS;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\audio\dts_71.png;-;<Episode.AudioCodec>;-;=;-;DTS;-;AND;-;<Episode.AudioChannels>;-;=;-;7;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\audio\mp3_20.png;-;<Episode.AudioCodec>;-;contains;-;MPA1L3;-;OR;-;<Episode.AudioCodec>;-;contains;-;MPA2L3;-;OR;-;<Episode.AudioFormat>;-;=;-;MPEG Audio;-;AND;-;<Episode.AudioChannels>;-;=;-;2;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\audio\aac_51.png;-;<Episode.AudioCodec>;-;contains;-;AAC;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;AND;-;;-;=;-;;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\audio\aac_20.png;-;<Episode.AudioCodec>;-;contains;-;AAC;-;AND;-;<Episode.AudioChannels>;-;=;-;2;-;AND;-;;-;=;-;;-;<Restrict:Episode>
skin\Avalon\Media\TVSeries\Logos\subtitles.png;-;<Episode.AvailableSubtitles>;-;=;-;1;-;OR;-;<Episode.EpisodeFilename>;-;contains;-;subbed.;-;AND;-;;-;=;-;;-;
skin\Avalon\Media\TVSeries\Logos\nosubtitles.png;-;<Episode.AvailableSubtitles>;-;=;-;0;-;AND;-;;-;=;-;;-;
]]>
	</logos>	
	
	<!-- 
		Possible Layout Types supported by the plugin, the defined layout will be what is loaded by default for the corresponding view:	
		
		AppendImageToList attribute is a setting that the plugin reads to determine if Episode/Season/Series images should be added to the List control
		Enabling this will take a hit in performance, enable it only if your skin specifically requires it.
		
			Groups:
				layout="List"
				layout="SmallIcons"
			Series:
				layout="ListPosters"
				layout="ListBanners" 
				layout="Filmstrip"
				layout="WideBanners"
			Season:
				layout="List"
				layout="Filmstrip" 
			Episode:
				layout="List"
	
	-->
	
	<!-- Only used for Thumbnail view creation e.g. Filmstrip and WideBanners. Episode Thumbs are the exception -->
	<!-- #TVSeries.SeriesBanner and #TVSeries.SeasonBanner properties dont use the values below, those images will be presented as they are but will be using a delay of 250ms to present image -->
	<!-- Note: Choosing higher quality settings will result in a drop in performance -->
	<graphicsquality import="true">
		<seriesbanners>80</seriesbanners>
		<seriesposters>50</seriesposters>
		<seriescoverflow>80</seriescoverflow> 
		<seasonbanners>80</seasonbanners>
		<seasoncoverflow>90</seasoncoverflow>
		<episodethumbs>90</episodethumbs>
	</graphicsquality>
</settings>
