Feature Request: Indicator for new episodes (1 Viewer)

fischy667

Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    Like I said, you have to add "facadeview.list+Control.IsVisible(1242)" in your visible part to your "New Serie Image" and you don't need the "this is a test" part. This is only for testing.

    Code:
    <!-- Neue Serien Image Anfang -->
    	<control>
    	  <description>New Serie Image</description>
    	  <posX>19</posX>
    	  <posY>495</posY>
    	  <type>image</type>
    	  <id>0</id>
    	  <width>100</width>
    	  <height>100</height>
    	  <texture>new_series.png</texture>
    	  <visible>string.equals(#TVSeries.Series.HasNewEpisodes,1)+facadeview.list+Control.IsVisible(1242)</visible>
    	  <!-- <colordiffuse>99FFFFFF</colordiffuse> -->
    	</control>
    	<control>
    	  <type>label</type>
    	  <description>Dummy Label for Series Posters</description>
    	  <id>1242</id>
    	  <posX>-50</posX>
    	  <posY>-50</posY>
    	  <label></label>
    	  <visible>false</visible>
    	</control>
    	  <!-- Neue Serien Image Ende -->
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    fyi, ID:1242 is already defined in an import file (TVSeries.Common.Dummy.xml), you don't to define it again just simply reference it in your visibility conditions.
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Thanks fishy, so ltfearme i need only this one with the at+facadeview.list+Control.IsVisible(1242)</visible>...

    <!-- Neue Serien Image Anfang -->
    <control>
    <description>New Serie Image</description>
    <posX>19</posX>
    <posY>495</posY>
    <type>image</type>
    <id>0</id>
    <width>100</width>
    <height>100</height>
    <texture>new_series.png</texture>
    <visible>string.equals(#TVSeries.Series.HasNewEpisodes,1)+facadeview.list+Control.IsVisible(1242)</visible>
    <!-- <colordiffuse>99FFFFFF</colordiffuse> -->
    </control>
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    And you have to import TVSeries.Common.Dummy.xml

    Code:
    <import>TVSeries.Common.Dummy.xml</import>
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Ah yes, i have forgot to add this, there was no import yet.

    EDIT:: :-( The images is always there


    <?xml version="1.0" encoding="utf-8"?>
    <window>
    <controls>
    <import>TVSeries.Common.Dummy.xml</import>
    <control>
    .
    .
    .
    .
    .
    .
    .
    <!-- Neue Serien Image Anfang -->
    <control>
    <description>New Serie Image</description>
    <posX>19</posX>
    <posY>495</posY>
    <type>image</type>
    <id>0</id>
    <width>100</width>
    <height>100</height>
    <texture>new_series.png</texture>
    <visible>string.equals(#TVSeries.Series.HasNewEpisodes,1)+facadeview.list+Control.IsVisible(1242)</visible>
    <!-- <colordiffuse>99FFFFFF</colordiffuse> -->
    </control>
    <!-- Neue Serien Image Ende -->
     
    Last edited:

    Users who are viewing this thread

    Similar threads

    MP1 MP2 Dropping Episodes DE
    Hello everyone, I have the same problem on some series, the last one I found is Law and Order (New York Police judiciaire in French), season 20 only displays the first 3 episodes, I couldn't find any difference in the file names between these first 3 episodes and the following ones except for the episode number of course. By going...
    Hello everyone, I have the same problem on some series, the last one I found is Law and Order (New York Police judiciaire in...
    Hi all, this seems to be a bit of a follow up on an issue I was having a couple of years ago. That issue just seemed to resolve...
    Replies
    3
    Views
    742
    MP1 MP2 [solved] EPG windows DE
    So, with your tips I've deep looking on the config program. And I've found the mapping for HID device. I've make the key config for up and down keys. And it's Work! Really big thanks to you and the team that give this great mediacenter. Cheers ;)
    So, with your tips I've deep looking on the config program. And I've found the mapping for HID device. I've make the key config for...
    Hello, How to scroll the line in the epg windows with titan extended skin? I see the firts 11 channel lines but I cannot get the...
    Replies
    3
    Views
    547
    So not 100% sure if this is a MyTVSeries or FanArt issue, but the episode thumbnails always revert to the series default after restart. If you go to an episode and open the options and pick choose artwork then choose episode thumbnail it shows the correct thumbnail and says it is remote. Click on it and it goes local instantly and...
    So not 100% sure if this is a MyTVSeries or FanArt issue, but the episode thumbnails always revert to the series default after...
    So not 100% sure if this is a MyTVSeries or FanArt issue, but the episode thumbnails always revert to the series default after...
    Replies
    0
    Views
    276
    OK, I found a way to make it work. It seems like MP-TV-series Configuration (and Moving Pictures Configuration) starts as Administrator, and the Administrator do not have yet logged in on the UNC \\192.168.222.247\Public even if the normal user on the PC have done it. So to fix it on the Win 11 HTPC: Created a shortcut to...
    OK, I found a way to make it work. It seems like MP-TV-series Configuration (and Moving Pictures Configuration) starts as...
    Hi! I was running MP1.33 x64 and I was fine and happy since many years, then the hard drive on the HTPC died. But I was able to...
    Replies
    1
    Views
    183
    I had the same issue and found the executable under C:\ProgramData\Team MediaPortal\MediaPortal\skin\Titan\BasicHome.Editor\TitanEditor.exe Only the shortcut was missing.
    I had the same issue and found the executable under C:\ProgramData\Team...
    Hi all, Not a rant, more a sharing of experience (maybe hoping to get some clarification on which wrong turn I took) It has been...
    Replies
    9
    Views
    2K
    Top Bottom