Mediainfo logos for HEVC/x265 (1 Viewer)

Collective

Portal Pro
July 13, 2008
104
55
Home Country
Australia Australia
Ok, I finally have it working in filmstrip view!! :D

Using your example code I put this into movingpictures.default.filmstripview.mediainfo.xml

Code:
    <control>
      <description>HEVC Codec</description>
      <type>image</type>
      <id>0</id>
      <posX>1657</posX>
      <posY>216</posY>
      <width>150</width>
      <height>48</height>
      <texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Video\HEVC.png</texture>
      <visible>control.isvisible(50)+facadeview.filmstrip+string.contains(#MovingPictures.LocalMedia.videocodec,hevc)</visible>
      <animation effect="fade" time="250" delay="0">WindowClose</animation>
    </control>

This seems to be working now in filmstrip view. Did I mess anything up? or is this code ok?
 

BLACKADDER1

Portal Member
August 6, 2012
8
2
Home Country
United Kingdom United Kingdom
here is the config file you wanted
P.S. i don't have a file called movingpictures.common.details.mediainfo.xml
 

Attachments

  • Presentation1.jpg
    Presentation1.jpg
    139.3 KB

Collective

Portal Pro
July 13, 2008
104
55
Home Country
Australia Australia
C:\ProgramData\Team MediaPortal\MediaPortal\skin\StreamedMP\movingpictures.common.details.mediainfo.xml
 

BLACKADDER1

Portal Member
August 6, 2012
8
2
Home Country
United Kingdom United Kingdom
I have no joy could you upload a small zip file of the changes you have made please
i am using the titan skin on list view thankyou
 

Collective

Portal Pro
July 13, 2008
104
55
Home Country
Australia Australia
:rolleyes:
well, this is in the StreamedMP skin part of the forum. If you're not using Streamed MP, then you won't have those files and they won't work in titan

I don't use titan, but at a guess I'd try C:\ProgramData\Team MediaPortal\MediaPortal\skin\Titan\movingpictures.mediainfo.xml
I know nothing about coding, but just by looking at the code change that was suggested I managed to get mine working. Going by the same idea, I'd suggest adding this under the listview video codec section

Code:
  </control>
    <control Style="MediaLogos">
      <description>HEVC codec</description>
    <type>image</type>
    <id>0</id>
        <posX>740</posX>
        <posY>890</posY>
    <width>92</width>
    <height>60</height>
    <texture>Logos\video\HEVC.png</texture>
    <keepaspectratio>yes</keepaspectratio>
         <visible>facadeview.list+Control.IsVisible(50)+string.contains(#MovingPictures.LocalMedia.videocodec,hevc)</visible>
      <animation effect="fade" time="250">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
  </control>

No idea if it works, but that's what I would try. It's a place to start
 

Rick164

MP Donator
  • Premium Supporter
  • January 7, 2006
    1,335
    1,005
    Home Country
    Netherlands Netherlands
    Attached is one for the textual logo users, matched font as best as possible to H.264 and came out pretty well.
    For MP-TVseries fixed the 2160p textual logo in below xml as that was missing (linked to non-existent graphical).

    Place attached HEVC.png in this folder and use modified XML files below:

    <Mediaportal root skin folder>\StreamedMP\Logos\MediaInfo\Textual\Video\

    Complete XML changes:

    Moving pictures (detail view)

    movingpictures.common.details.mediainfo.xml:

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- MediaInfo Logos (Details View)-->
    <window>
      <controls>
        <!-- Video Resolutions / Aspect Ratio -->
        <control>
          <description>720p, 1080i, 1080p</description>
          <type>image</type>
          <id>9796</id>
          <posX>540</posX>
          <posY>997</posY>
          <width>150</width>
          <height>48</height>
          <texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Video\#MovingPictures.LocalMedia.videoresolution.png</texture>
          <visible>!control.isvisible(50)+!control.isvisible(51)+!control.hasfocus(667)</visible>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
        </control>
        <control>
          <description>SD/HD Fullscreen/Widescreen</description>
          <type>image</type>
          <id>0</id>
          <posX>540</posX>
          <posY>997</posY>
          <width>150</width>
          <height>48</height>
          <texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Video\#MovingPictures.LocalMedia.videoresolution #MovingPictures.LocalMedia.videoaspectratio.png</texture>
          <visible>!control.isvisible(50)+!control.isvisible(51)+!Control.HasThumb(9796)+!control.hasfocus(667)</visible>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
        </control>
        <!-- Video Codecs -->
        <control>
          <description>Video Codecs</description>
          <type>image</type>
          <id>0</id>
          <posX>690</posX>
          <posY>997</posY>
          <width>150</width>
          <height>48</height>
          <texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Video\#MovingPictures.LocalMedia.videocodec.png</texture>
          <visible>!control.isvisible(50)+!control.isvisible(51)+!control.hasfocus(667)</visible>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
        </control>
        <!-- Audio Channels / Codecs-->
        <control>
          <description>Audio Codecs / Channels</description>
          <type>image</type>
          <id>9797</id>
          <posX>840</posX>
          <posY>997</posY>
          <width>150</width>
          <height>48</height>
          <texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Audio\#MovingPictures.LocalMedia.audiocodec #MovingPictures.LocalMedia.audiochannels.png</texture>
          <visible>!control.isvisible(50)+!control.isvisible(51)+!control.hasfocus(667)</visible>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
        </control>
        <control>
          <description>Audio Codecs - Unknown number of channels</description>
          <type>image</type>
          <id>0</id>
          <posX>840</posX>
          <posY>997</posY>
          <width>150</width>
          <height>48</height>
          <texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Audio\#MovingPictures.LocalMedia.audiocodec.png</texture>
          <visible>!control.isvisible(50)+!control.isvisible(51)+!Control.HasThumb(9797)+!control.hasfocus(667)</visible>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
        </control>
        <!-- Subtitles -->
        <control>
          <description>Subtitles</description>
          <type>image</type>
          <id>9798</id>
          <posX>990</posX>
          <posY>997</posY>
          <width>150</width>
          <height>48</height>
          <texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Misc\#MovingPictures.LocalMedia.Subtitles.png</texture>
          <visible>!control.isvisible(50)+!control.isvisible(51)+!control.hasfocus(667)</visible>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
        </control>
        <!-- Video Format -->
        <control>
          <description>Video Format</description>
          <type>image</type>
          <id>78</id>
          <posX>990</posX>
          <posY>997</posY>
          <width>150</width>
          <height>48</height>
          <texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Misc\#MovingPictures.LocalMedia.videoformat.png</texture>
          <visible>!control.isvisible(50)+!control.isvisible(51)+!Control.HasThumb(9798)+!control.hasfocus(667)</visible>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
        </control>
        <control>
          <description>Video Format</description>
          <type>image</type>
          <id>78</id>
          <posX>1140</posX>
          <posY>997</posY>
          <width>150</width>
          <height>48</height>
          <texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Misc\#MovingPictures.LocalMedia.videoformat.png</texture>
          <visible>!control.isvisible(50)+!control.isvisible(51)+Control.HasThumb(9798)+!control.hasfocus(667)</visible>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
        </control>
        <!-- Video custom formats -->
        <control>
          <description>HEVC Codec</description>
          <type>image</type>
          <id>0</id>
          <posX>690</posX>
          <posY>997</posY>
          <width>150</width>
          <height>48</height>
          <texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Video\HEVC.png</texture>
          <visible>!control.isvisible(50)+!control.isvisible(51)+!control.hasfocus(667)+string.contains(#MovingPictures.LocalMedia.videocodec,hevc)</visible>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
        </control>
      </controls>
    </window>
    <!--Checksum:fa750755481b66e59f5c1674f4530406-->

    Preview:

    mepo_mpictures_hevc.PNG




    MP-TVseries

    TVSeries.SkinSettings.xml

    Code:
    <?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.
        -->
      <!-- version may be useful for logging purposes and/or future upgrades -->
      <version>1.5.0.0</version>
      <!-- Skin 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>668</posx>
          <posy>-5</posy>
        </widebanners>
        <posters>
          <posx>580</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="true" />
        <series use="true" />
        <season use="true" />
        <!--<custom use="false"><![CDATA[skin\StreamedMP\Media\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>
      <!--
            Possible Layout Types supported by the plugin, the defined layout will be what is loaded by default for the corresponding view:
     
                Groups:
                    layout="List"
                    layout="SmallIcons" <not supported>
                Series:
                    layout="ListPosters"
                    layout="ListBanners"
                    layout="Filmstrip"
                    layout="WideBanners"
            layout="Coverflow"
                Season:
                    layout="List"
                    layout="Filmstrip"
            layout="Coverflow"
                Episode:
                    layout="List"
         
            Notes:
            item1 = <text3> (left aligned)
            item3 = <text2> (right aligned)
        -->
      <layouts>
        <group List="true" SmallIcons="false" />
        <series ListPosters="true" ListBanners="true" 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>SeriesWatchedAndUnWatched</item1>
          <item2><![CDATA[<Series.Pretty_Name>]]></item2>
          <item3>SMALLSPACE</item3>
        </series>
        <season layout="List">
          <item1>SeasonWatchedAndUnWatched</item1>
          <item2><![CDATA[Season <Season.SeasonIndex>]]></item2>
          <item3>SMALLSPACE</item3>
        </season>
        <episode>
          <item1><![CDATA[<Episode.FirstAired>]]></item1>
          <item2><![CDATA[<Episode.EpisodeIndex>: <Episode.LocalEpisodeName>]]></item2>
          <item3>SMALLSPACE</item3>
        </episode>
      </views>
      <formatting import="true"><![CDATA[<Enabled>1<Format><Episode.DataPanelLine2Key><FormatAs>Trans(Runtime)
    <Enabled>1<Format><Episode.DataPanelLine2Value><FormatAs><Episode.PrettyLocalPlaytime>
    <Enabled>1<Format><Episode.DataPanelLine3Key><FormatAs>Trans(Rating)
    <Enabled>1<Format><Episode.DataPanelLine30Value><FormatAs>Eval(Round(<Episode.Rating>*10)/10)
    <Enabled>1<Format><Episode.DataPanelLine31Value><FormatAs>Eval(Round(<Episode.Rating>*10)/10) / 10
    <Enabled>1<Format><Episode.DataPanelLine32Value><FormatAs>(Trans(Rated): <Episode.myRating>)
    <Enabled>1<Format><Episode.DataPanelLine33Value><FormatAs>(<Episode.RatingCount> Trans(Votes), Trans(Rated): <Episode.myRating>)
    <Enabled>1<Format><Episode.DataPanelLine34Value><FormatAs>(<Episode.RatingCount> Trans(Votes))
    <Enabled>1<Format><Episode.DataPanelLine4Key><FormatAs>Trans(Director)
    <Enabled>1<Format><Episode.DataPanelLine4Value><FormatAs><Episode.Director>
    <Enabled>1<Format><Episode.DataPanelLine5Key><FormatAs>Trans(Writer)
    <Enabled>1<Format><Episode.DataPanelLine5Value><FormatAs><Episode.Writer>
    <Enabled>1<Format><Episode.SeasonLabel><FormatAs>Season <Episode.SeasonIndex>
    <Enabled>1<Format><Episode.SeriesName><FormatAs><Series.Pretty_Name>
    <Enabled>1<Format><Episode.SeasonLabel><FormatAs>Season <Episode.SeasonIndex>
    <Enabled>1<Format><Season.SeasonLabel><FormatAs>Season <Season.SeasonIndex>
    <Enabled>1<Format><Season.SeasonTitle><FormatAs><Series.Pretty_Name>Season <Season.SeasonIndex>
    <Enabled>1<Format><Series.DataPanelLine1Key><FormatAs>Trans(Genre)
    <Enabled>1<Format><Series.DataPanelLine1Value><FormatAs><Series.Genre>
    <Enabled>1<Format><Series.DataPanelLine2Key><FormatAs>Trans(FirstAired)
    <Enabled>1<Format><Series.DataPanelLine2Value><FormatAs><Series.FirstAired> (Trans(AiredStatus<Series.Status>))
    <Enabled>1<Format><Series.DataPanelLine3Key><FormatAs>Trans(Runtime)
    <Enabled>1<Format><Series.DataPanelLine3Value><FormatAs><Series.Runtime> Trans(Minutes)
    <Enabled>1<Format><Series.DataPanelLine4Key><FormatAs>Trans(Rating)
    <Enabled>1<Format><Series.DataPanelLine40Value><FormatAs>Eval(Round(<Series.Rating>*10)/10)
    <Enabled>1<Format><Series.DataPanelLine41Value><FormatAs>Eval(Round(<Series.Rating>*10)/10) / 10
    <Enabled>1<Format><Series.DataPanelLine42Value><FormatAs>(Trans(Rated): <Series.myRating>)
    <Enabled>1<Format><Series.DataPanelLine43Value><FormatAs>(<Series.RatingCount> Trans(Votes), Trans(Rated): <Series.myRating>)
    <Enabled>1<Format><Series.DataPanelLine44Value><FormatAs>(<Series.RatingCount> Trans(Votes))
    <Enabled>1<Format><Series.DataPanelLine5Key><FormatAs>Trans(Network)
    <Enabled>1<Format><Series.DataPanelLine5Value><FormatAs><Series.Network>
    <Enabled>1<Format><Series.DataPanelLine6Value><FormatAs>Eval(<Series.EpisodeCount>-<Series.EpisodesUnWatched>) Trans(Watched)
    <Enabled>1<Format><Series.DataPanelLine7Value><FormatAs><Series.EpisodesUnWatched> Trans(Unwatched)
    <Enabled>1<Format><Series.DataPanelLine8Key><FormatAs>Trans(Episodes)
    <Enabled>1<Format><Series.DataPanelLine8Value><FormatAs><Series.EpisodeCount> Trans(Episodes), <Series.EpisodesUnWatched> Trans(Unwatched)
    <Enabled>1<Format><Series.FiveStarPath><FormatAs>starEval(Round(<Series.Rating>)).png
    <Enabled>1<Format>star.png<FormatAs>star0.png
    <Enabled>1<Format>SeriesUnWatched<FormatAs><Series.EpisodesUnWatched>
    <Enabled>1<Format>SeriesWatchedAndUnWatched<FormatAs>Eval(PrettyNumber100(<Series.EpisodesUnWatched>))       Eval(PrettyNumber100(<Series.EpisodeCount>-<Series.EpisodesUnWatched>))
    <Enabled>1<Format>SeriesTotalEpisodes<FormatAs><Series.EpisodeCount> Episodes
    <Enabled>1<Format>SeasonUnWatched<FormatAs>Eval(PrettyNumber10(<Season.EpisodesUnWatched>))
    <Enabled>1<Format>SeasonWatchedAndUnWatched<FormatAs>Eval(PrettyNumber10(<Season.EpisodesUnWatched>))        Eval(PrettyNumber10(<Season.EpisodeCount>-<Season.EpisodesUnWatched>))
    <Enabled>1<Format>SeasonTotalEpisodes<FormatAs><Season.EpisodeCount> Trans(Episodes)
    <Enabled>1<Format>SMALLSPACE<FormatAs>
    <Enabled>1<Format>LARGESPACE<FormatAs>                                 
    <Enabled>1<Format>SeriesAirsDay<FormatAs><Series.AirsDay>]]></formatting>
      <logos import="true"><![CDATA[skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\SD Fullscreen.png;-;<Episode.videoWidth>;-;<;-;960;-;AND;-;<Episode.VideoAspectRatio>;-;<;-;1.5;-;AND;-;<Episode.VideoAspectRatio>;-;>;-;1.2;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\SD Widescreen.png;-;<Episode.videoWidth>;-;<;-;960;-;AND;-;<Episode.VideoAspectRatio>;-;<;-;1.9;-;AND;-;<Episode.VideoAspectRatio>;-;>=;-;1.5;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\SD 540P.png;-;<Episode.videoWidth>;-;=;-;960;-;AND;-;<Episode.videoHeight>;-;<=;-;600;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\720P.png;-;<Episode.videoWidth>;-;=;-;1280;-;OR;-;<Episode.videoHeight>;-;=;-;720;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\1080P.png;-;<Episode.videoWidth>;-;=;-;1920;-;OR;-;<Episode.videoHeight>;-;=;-;1080;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\2160P.png;-;<Episode.videoWidth>;-;=;-;3840;-;OR;-;<Episode.videoHeight>;-;=;-;2160;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\HEVC.png;-;<Episode.VideoFormat>;-;=;-;HEVC;-;OR;-;<Episode.VideoCodec>;-;=;-;hev1;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\H264.png;-;<Episode.VideoFormat>;-;=;-;AVC;-;OR;-;<Episode.VideoCodec>;-;=;-;h264;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\MP2V.png;-;<Episode.VideoFormat>;-;=;-;MPEG Video;-;AND;-;<Episode.VideoFormatProfile>;-;contains;-;Main;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\DIVX.png;-;<Episode.VideoCodec>;-;contains;-;DIVX;-;OR;-;<Episode.VideoCodec>;-;contains;-;DX50;-;OR;-;<Episode.VideoCodec>;-;contains;-;DIV3;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\XVID.png;-;<Episode.VideoCodec>;-;contains;-;XVID;-;OR;-;<Episode.VideoCodec>;-;contains;-;MPG4;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\VC-1.png;-;<Episode.VideoFormat>;-;contains;-;VC-1;-;OR;-;<Episode.VideoCodec>;-;contains;-;VC1;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\WMV.png;-;<Episode.VideoCodec>;-;contains;-;WMV;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\VP6.png;-;<Episode.VideoFormat>;-;=;-;VP6;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Video\REAL.png;-;<Episode.VideoCodec>;-;contains;-;REAL;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\AC3 Stereo.png;-;<Episode.AudioFormat>;-;=;-;AC-3;-;AND;-;<Episode.AudioChannels>;-;=;-;2;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\AC3 5.1.png;-;<Episode.AudioFormat>;-;=;-;AC-3;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\AC3+ 5.1.png;-;<Episode.AudioFormat>;-;=;-;E-AC-3;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\AC3+ 7.1.png;-;<Episode.AudioFormat>;-;=;-;E-AC-3;-;AND;-;<Episode.AudioChannels>;-;=;-;8;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\DTS 5.1.png;-;<Episode.AudioFormat>;-;=;-;DTS;-;AND;-;<Episode.AudioFormatProfile>;-;=;-;-1;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\DTS 7.png;-;<Episode.AudioFormat>;-;=;-;DTS;-;AND;-;<Episode.AudioFormatProfile>;-;=;-;-1;-;AND;-;<Episode.AudioChannels>;-;=;-;7;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\DTS 7.1.png;-;<Episode.AudioFormat>;-;=;-;DTS;-;AND;-;<Episode.AudioFormatProfile>;-;=;-;-1;-;AND;-;<Episode.AudioChannels>;-;=;-;8;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\DTS MA 5.1.png;-;<Episode.AudioFormat>;-;=;-;DTS;-;AND;-;<Episode.AudioFormatProfile>;-;=;-;MA;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\DTS MA 7.png;-;<Episode.AudioFormat>;-;=;-;DTS;-;AND;-;<Episode.AudioFormatProfile>;-;=;-;MA;-;AND;-;<Episode.AudioChannels>;-;=;-;7;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\DTS MA 7.1.png;-;<Episode.AudioFormat>;-;=;-;DTS;-;AND;-;<Episode.AudioFormatProfile>;-;=;-;MA;-;AND;-;<Episode.AudioChannels>;-;=;-;8;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\DTS HRA 5.1.png;-;<Episode.AudioFormat>;-;=;-;DTS;-;AND;-;<Episode.AudioFormatProfile>;-;=;-;HRA;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\DTS HRA 7.png;-;<Episode.AudioFormat>;-;=;-;DTS;-;AND;-;<Episode.AudioFormatProfile>;-;=;-;HRA;-;AND;-;<Episode.AudioChannels>;-;=;-;7;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\DTS HRA 7.1.png;-;<Episode.AudioFormat>;-;=;-;DTS;-;AND;-;<Episode.AudioFormatProfile>;-;=;-;HRA;-;AND;-;<Episode.AudioChannels>;-;=;-;8;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\TrueHD 5.1.png;-;<Episode.AudioFormatProfile>;-;contains;-;TrueHD;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\TrueHD 7.1.png;-;<Episode.AudioFormatProfile>;-;contains;-;TrueHD;-;AND;-;<Episode.AudioChannels>;-;contains;-;8;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\FLAC Stereo.png;-;<Episode.AudioFormat>;-;contains;-;FLAC;-;AND;-;<Episode.AudioChannels>;-;=;-;2;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\FLAC 5.1.png;-;<Episode.AudioFormat>;-;contains;-;FLAC;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\FLAC 7.1.png;-;<Episode.AudioFormat>;-;contains;-;FLAC;-;AND;-;<Episode.AudioChannels>;-;=;-;8;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\MP3 Stereo.png;-;<Episode.AudioFormat>;-;=;-;MPEG Audio;-;AND;-;<Episode.AudioChannels>;-;=;-;2;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\MP3 5.1.png;-;<Episode.AudioFormat>;-;=;-;MPEG Audio;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\AAC Stereo.png;-;<Episode.AudioFormat>;-;=;-;AAC;-;AND;-;<Episode.AudioChannels>;-;=;-;2;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\AAC 5.1.png;-;<Episode.AudioFormat>;-;=;-;AAC;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\VORBIS.png;-;<Episode.AudioFormat>;-;=;-;VORBIS;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\WMA Stereo.png;-;<Episode.AudioFormat>;-;=;-;WMA;-;AND;-;<Episode.AudioChannels>;-;=;-;2;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\WMA 5.1.png;-;<Episode.AudioFormat>;-;=;-;WMA;-;AND;-;<Episode.AudioChannels>;-;=;-;6;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Audio\REAL.png;-;<Episode.AudioFormat>;-;contains;-;REAL;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Misc\MULTIAUDIO.png;-;<Episode.AudioTracks>;-;>;-;1;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Misc\DVD.png;-;<Episode.EpisodeFilename>;-;contains;-;DVD;-;AND;-;<Episode.EpisodeFilename>;-;!contains;-;HDDVD;-;AND;-;<Episode.EpisodeFilename>;-;!contains;-;HD-DVD;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Misc\HDTV.png;-;<Episode.EpisodeFilename>;-;contains;-;HDTV;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Misc\HDDVD.png;-;<Episode.EpisodeFilename>;-;contains;-;HDDVD;-;OR;-;<Episode.EpisodeFilename>;-;contains;-;HD-DVD;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Misc\BLURAY.png;-;<Episode.EpisodeFilename>;-;contains;-;BLURAY;-;OR;-;<Episode.EpisodeFilename>;-;contains;-;BLU-RAY;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Misc\WEB-DL.png;-;<Episode.EpisodeFilename>;-;contains;-;WEBDL;-;OR;-;<Episode.EpisodeFilename>;-;contains;-;WEB-DL;-;OR;-;<Episode.EpisodeFilename>;-;contains;-;ITUNES;-;<Restrict:Episode>
    skin\StreamedMP\Media\Logos\MediaInfo\Textual\Misc\SUBTITLES.png;-;<Episode.AvailableSubtitles>;-;=;-;1;-;OR;-;<Episode.EpisodeFilename>;-;contains;-;subbed.;-;AND;-;;-;=;-;;-;]]></logos>
      <!-- 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, the image will be presented as they are but will be using a delay of 250ms to present image -->
      <!-- Should use highest of both Default/Fanart tvseries xmls (let setup handle this), the settings below are for optimal performance without too much loss to visual quality -->
      <graphicsquality import="true">
        <seriesbanners>60</seriesbanners>
        <seriesposters>20</seriesposters>
        <seriescoverflow>40</seriescoverflow>
        <!-- 20% for Default, 35% for Fanart style-->
        <seasonbanners>75</seasonbanners>
        <seasoncoverflow>90</seasoncoverflow>
        <episodethumbs>90</episodethumbs>
      </graphicsquality>
    </settings>
    <!--Checksum:2ccf6506e5b389011ef0b657e8f5b26a-->

    Preview:

    mepo_mp-tvseries_hevc.PNG
     

    Attachments

    • HEVC.png
      HEVC.png
      16 KB
    Last edited:

    Users who are viewing this thread

    Top Bottom