Latest Media Handler v2.4.X.000 (2 Viewers)

D3ltoroxp

MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    hm, maybe a problem with series db ? It works here fine to, until yesterday. I only changed only this one to this one and now it works not right.

    EDIT;;

    I have delet my tv series db and add after this a new path, so there many new episodes now, but on basic home the latest is empty.

    The log say's ::

    05-Aug-2016 08:44:15 Debug [LatestTVSeriesHandle]: Updating Latest Media Info: TVSeries: Has new: false

    EDIT 2:.

    I start Mepo again, and now it seems to work fine.(maybe this was an defect tvseries db ?) Only the rating is not working, i see always 0 stars, only when i set it up tu newest episodes i see rating stars. With newewst seasons not.

    And another quest, when i select newest episoes, is there a way i can have cover and not episode thumb ? Like this one with newest seasons ?
     

    Attachments

    • Screenshot (91).png
      Screenshot (91).png
      257.2 KB
    • Screenshot (90).png
      Screenshot (90).png
      255.5 KB
    • Screenshot (92).png
      Screenshot (92).png
      3.8 MB
    • Screenshot (93).png
      Screenshot (93).png
      2.7 MB
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,617
    10,545
    Kyiv
    Home Country
    Ukraine Ukraine
    Rating in TV Series db for Season present? Or 0?



    WBR, ajs
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,617
    10,545
    Kyiv
    Home Country
    Ukraine Ukraine
    Try
    #latestMediaHandler.tvseries.latest[1,2,3,4].thumb #latestMediaHandler.tvseries.latest[1,2,3,4].serieThumb

    WBR, ajs
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Rating in TV Series db for Season present? Or 0?
    No it seems not so, that there was a season rating. So than its right,that there is no rating.

    #latestMediaHandler.tvseries.latest[1,2,3,4].thumb #latestMediaHandler.tvseries.latest[1,2,3,4].serieThumb

    This is not what i mean. This are things i can change like i will but i cant change things under 919199940 - Facade control. This was automaticly changed when i change the setting under lmh config to newest episodes / seasons / series. Then unfortunately I have no influence.

    So my wish was the following style. For better understading plz look at my screen
    This screen is shown when i setup the lmh config to newest seasons, then all is changing in the view, when i select newest episodes, then the following changes fanart to thumb, series cover to episode thumb, what can i do that i stop this 2 changes ?

    I need a combination from newest season, include series cover and series fanart and newest epsiodes include epsiode plot and episode rating.

    Is there a way to have this ?
     

    Attachments

    • Screenshot (94).png
      Screenshot (94).png
      2.5 MB
    • Screenshot (96).png
      Screenshot (96).png
      3.2 MB
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,617
    10,545
    Kyiv
    Home Country
    Ukraine Ukraine
    For facade:
    IconImage = if Seasons then Thumb else ThumbSeries
    IconImageBig = if Seasons then Thumb else ThumbSeries
    ThumbnailImage = if Series then ThumbSeries else Thumb
    And selected:
    #latestMediaHandler.tvseries.selected.thumb #latestMediaHandler.tvseries.selected.serieThumb #latestMediaHandler.tvseries.selected.serieName #latestMediaHandler.tvseries.selected.seasonIndex #latestMediaHandler.tvseries.selected.episodeName #latestMediaHandler.tvseries.selected.episodeIndex #latestMediaHandler.tvseries.selected.dateAdded #latestMediaHandler.tvseries.selected.genre #latestMediaHandler.tvseries.selected.rating #latestMediaHandler.tvseries.selected.roundedRating #latestMediaHandler.tvseries.selected.classification #latestMediaHandler.tvseries.selected.runtime #latestMediaHandler.tvseries.selected.firstAired #latestMediaHandler.tvseries.selected.plot #latestMediaHandler.tvseries.selected.plotoutline #latestMediaHandler.tvseries.selected.new #latestMediaHandler.tvseries.selected.fanart1 #latestMediaHandler.tvseries.selected.fanart2 #latestMediaHandler.tvseries.selected.showfanart1 #latestMediaHandler.tvseries.selected.showfanart2

    WBR, ajs
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    I have all of this infos from here
    The prolem is, when i change the setting in lmh then its changing what i see in basic home.

    This is my xml file

    XML:
    <?xml version="1.0" encoding="utf-8"?>
    <window>
    <controls>
    <control>
    <description>GROUP: RecentlyAdded Series</description>
    <type>group</type>
    <dimColor>0xffffffff</dimColor>
    <visible>control.isvisible(3000)+string.equals(#latestMediaHandler.movingpicture.latest.enabled,true)</visible>
    <animation effect="fade" start="0" end="100" time="500" reversible="false" delay="400">Visible</animation>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <control>
    <description>Selected Serie Name</description>
    <type>fadelabel</type>
    <id>0</id>
    <posX>442</posX>
    <posY>774</posY>
    <width>550</width>
    <align>left</align>
    <label>#latestMediaHandler.tvseries.selected.serieName</label>
    <font>fontB12</font>
    <scrollStartDelaySec>10</scrollStartDelaySec>
    <visible>control.isvisible(3000)</visible>
    </control>
    <control>
    <description>Selected Serie Season/Episode</description>
    <type>fadelabel</type>
    <id>0</id>
    <posX>442</posX>
    <posY>807</posY>
    <width>353</width>
    <align>left</align>
    <label>S#latestMediaHandler.tvseries.selected.seasonIndexE#latestMediaHandler.tvseries.selected.episodeIndex - #latestMediaHandler.tvseries.selected.episodeName</label>
    <font>fontB10</font>
    <scrollStartDelaySec>10</scrollStartDelaySec>
    <visible>control.isvisible(3000)</visible>
    </control>
    <control>
    <description>Selected Series Plot</description>
    <type>textboxscrollup</type>
    <id>0</id>
    <posX>450</posX>
    <posY>829</posY>
    <width>800</width>
    <height>150</height>
    <label>#latestMediaHandler.tvseries.selected.plotoutline</label>
    <font>TitanLight10</font>
    <lineSpacing>0.92</lineSpacing>
    <visible>control.isvisible(3000)</visible>
    </control>
    </control>
    <control>
    <description>Background</description>
    <type>image</type>
    <id>0</id>
    <posX>435</posX>
    <posY>181</posY>
    <width>1049</width>
    <height>590</height>
    <texture>#latestMediaHandler.tvseries.latest1.fanart</texture>
    <shouldCache>true</shouldCache>
    <animation effect="fade" start="0" end="100" time="500" reversible="false" delay="400">Visible</animation>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <visible>control.isvisible(3000)</visible>
    </control>
    <control>
    <description>Background</description>
    <type>image</type>
    <id>0</id>
    <posX>435</posX>
    <posY>181</posY>
    <width>1049</width>
    <height>590</height>
    <texture>#latestMediaHandler.tvseries.selected.fanart1</texture>
    <shouldCache>true</shouldCache>
    <animation effect="fade" start="0" end="100" time="500" reversible="false" delay="400">Visible</animation>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <visible>control.isvisible(3000)</visible>
    </control>
    <control>
    <description>Background</description>
    <type>image</type>
    <id>0</id>
    <posX>435</posX>
    <posY>181</posY>
    <width>1049</width>
    <height>590</height>
    <texture>#latestMediaHandler.tvseries.selected.fanart2</texture>
    <shouldCache>true</shouldCache>
    <animation effect="fade" start="0" end="100" time="500" reversible="false" delay="400">Visible</animation>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <visible>control.isvisible(3000)</visible>
    </control>
    <control>
    <description>Icon</description>
    <type>image</type>
    <id>3000</id>
    <posX>443</posX>
    <posY>187</posY>
    <width>58</width>
    <height>50</height>
    <texture>icon_series.png</texture>
    <animation effect="fade" start="0" end="100" time="500" reversible="false" delay="400">Visible</animation>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <visible>string.equals(#skin.enable.latest.Series,true) + string.equals(#latestMediaHandler.tvseries.latest.enabled,true) + plugin.isenabled(MP-TV Series) + control.HasFocus(7) | control.HasFocus(919199940) | control.HasFocus(1400) | control.HasFocus(1401) | control.HasFocus(1402) | control.HasFocus(1403) | control.HasFocus(1404)</visible>
    </control>
    <control>
    <description>Frame_Background</description>
    <type>image</type>
    <id>0</id>
    <posX>358</posX>
    <posY>113</posY>
    <width>1204</width>
    <height>950</height>
    <shouldCache>true</shouldCache>
    <texture>big_overlay_basichome.png</texture>
    <animation effect="fade" start="0" end="100" time="500" reversible="false" delay="400">Visible</animation>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <visible>control.isvisible(3000)</visible>
    </control>
    <control>
    <type>imagelist</type>
    <id>0</id>
    <posX>1338</posX>
    <posY>774</posY>
    <width>169</width>
    <height>29</height>
    <textureWidth>28</textureWidth>
    <textureHeight>27</textureHeight>
    <subitems>
    <subitem>starblue.png</subitem>
    <subitem>starwhite.png</subitem>
    </subitems>
    <orientation>horizontal</orientation>
    <align>left</align>
    <imagesToDraw>5</imagesToDraw>
    <percentage>#latestMediaHandler.tvseries.selected.roundedRating</percentage>
    <visible>control.isvisible(3000)</visible>
    <animation effect="fade" start="0" end="100" time="500" reversible="false" delay="400">Visible</animation>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    </control>
    </controls>
    </window>

    And maybe we can have
    #latestMediaHandler.tvrecordings.selected.channellogo1
    #latestMediaHandler.tvrecordings.selected.channellogo2

    EDIT ::

    And from where comes the fanart ?

    #latestMediaHandler.tvrecordings.selected.fanart1
    #latestMediaHandler.tvrecordings.selected.fanart2
    #latestMediaHandler.tvrecordings.selected.showfanart1
    #latestMediaHandler.tvrecordings.selected.showfanart2

    When i use this there no images, only #latestMediaHandler.tvrecordings.selected.thumb works.
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,617
    10,545
    Kyiv
    Home Country
    Ukraine Ukraine
    change settings, change the display. All right.

    WBR, ajs
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,617
    10,545
    Kyiv
    Home Country
    Ukraine Ukraine
    Channellogo1…2, where to get?

    WBR, ajs
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,617
    10,545
    Kyiv
    Home Country
    Ukraine Ukraine
    Fanart empty = no fanart

    WBR, ajs
     

    Users who are viewing this thread

    Top Bottom