LatestMediaHandler v1.6.1.0 (1 Viewer)

Status
Not open for further replies.

cul8er

Retired Team Member
  • Premium Supporter
  • August 31, 2006
    2,159
    2,679
    Home Country
    Sweden Sweden
    Hi,

    Thanks for the kind words.

    I really appreciate all the help I get from you and the community (like bug reports, testing and feedback).

    best regards
    cul8er
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Men your support is awesome, i read the forum because i will add the new recording feature too, and you are so quick, AWESOME. Thank you very much for you great work, support and bug fixing. Thank you:)
     

    Lehmden

    Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,553
    3,934
    Lehmden
    Home Country
    Germany Germany
    Hi.
    I've tired 1.6.0.8 but it shows only schedules that has no Episodes information. Here you can see my recent schedules:
    lhm1.jpg


    That's what is shown with LMH 1.6.0.8:
    lhm2.jpg


    And here you can see which shedule is shown on BasicHome instead:
    lhm3.jpg


    The shown schedule is from January 19th also I have lots of them today and tomorrow. But this is the first without something like (Season.Episode Episode Titel)...
    My Sys Specs are uptodate and I'm using MSSQL Database on Singleseat environment.
     

    cul8er

    Retired Team Member
  • Premium Supporter
  • August 31, 2006
    2,159
    2,679
    Home Country
    Sweden Sweden
    Hi,

    Are you using MP TV, Argus Tv or 4TR?

    cheers
    cul8er
     

    cul8er

    Retired Team Member
  • Premium Supporter
  • August 31, 2006
    2,159
    2,679
    Home Country
    Sweden Sweden
    Can you please turn off the "Series" option in the tv scheduled section, and take a new screenshot so I can see what it looks like.

    Thanks.

    cheers
    cul8er
     

    cul8er

    Retired Team Member
  • Premium Supporter
  • August 31, 2006
    2,159
    2,679
    Home Country
    Sweden Sweden
    Please also include the xml you are using for basichome.

    cheers
    cul8er
     

    Lehmden

    Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,553
    3,934
    Lehmden
    Home Country
    Germany Germany
    Hi.
    Do you need the whole Basic Home or only the imported xml where this entry is made? This is the relevant part, I think:
    Code:
    	<!-- ******************************************************************************************* -->
    	<!-- ************************* RECENTLY ADDED - Active Recordings ****************************** -->
    	<!-- ******************************************************************************************* -->
    			<control>
    			  <description>Active Recordings</description>
    			  <type>label</type>
    			  <id>0</id>
    			  <posX>5</posX>
    			  <posY>80</posY>
    		  <font>font10</font>
    		  <align>left</align>
    		  <textcolor>fff5deb3</textcolor>
    			  <label>Aktuelle/Geplante Aufnahmen</label>
    			  <visible>plugin.isenabled(Latest Media Handler)</visible>
    			</control>
     
    	<control>
    	  <description>Logo</description>
    	  <type>image</type>
    	  <id>0</id>
    	  <posX>10</posX>
    	  <posY>120</posY>
    	  <width>50</width>
    	  <height>50</height>
    	  <texture>c:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\tv\logos\#latestMediaHandler.tvrecordings.scheduled1.channel.png</texture>
    	  <colordiffuse>ffffffff</colordiffuse>
    		  <visible>plugin.isenabled(Latest Media Handler)+string.equals(#latestMediaHandler.tvrecordings.active1.title,)</visible>
    	</control>
    	<control>
    	  <description>Logo</description>
    	  <type>image</type>
    	  <id>0</id>
    	  <posX>10</posX>
    	  <posY>120</posY>
    	  <width>50</width>
    	  <height>50</height>
    	  <texture>c:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\tv\logos\#latestMediaHandler.tvrecordings.active1.channel.png</texture>
    	  <colordiffuse>ffffffff</colordiffuse>
    		  <visible>plugin.isenabled(Latest Media Handler)+!string.equals(#latestMediaHandler.tvrecordings.active1.title,)</visible>
    	</control>
     
    		<control>
    			  <description>Active Recordings</description>
    			  <type>label</type>
    			  <id>0</id>
    			  <posX>50</posX>
    			  <posY>150</posY>
    		  <font>font9</font>
    		  <align>left</align>
    		  <textcolor>fff5deb3</textcolor>
    			  <label>#latestMediaHandler.tvrecordings.active1.title</label>
    			  <visible>plugin.isenabled(Latest Media Handler)+!string.equals(#latestMediaHandler.tvrecordings.active1.title,)</visible>
    			</control>
    			<control>
    			  <description>Active Recordings</description>
    			  <type>label</type>
    			  <id>0</id>
    			  <posX>70</posX>
    			  <posY>120</posY>
    		  <font>font9</font>
    		  <align>left</align>
    		  <textcolor>fff5deb3</textcolor>
    			  <label>#latestMediaHandler.tvrecordings.scheduled1.title</label>
    			  <visible>plugin.isenabled(Latest Media Handler)+string.equals(#latestMediaHandler.tvrecordings.active1.title,)</visible>
    			</control>
    			<control>
    			  <description>Active Recordings</description>
    			  <type>label</type>
    			  <id>0</id>
    			  <posX>70</posX>
    			  <posY>140</posY>
    		  <font>font9</font>
    		  <align>left</align>
    		  <textcolor>fff5deb3</textcolor>
    			  <label>#latestMediaHandler.tvrecordings.active1.startTime - #latestMediaHandler.tvrecordings.active11.endTime</label>
    			  <visible>plugin.isenabled(Latest Media Handler)+!string.equals(#latestMediaHandler.tvrecordings.active1.title,)</visible>
    			</control>
    			<control>
    			  <description>Active Recordings</description>
    			  <type>label</type>
    			  <id>0</id>
    			  <posX>70</posX>
    			  <posY>140</posY>
    		  <font>font9</font>
    		  <align>left</align>
    		  <textcolor>fff5deb3</textcolor>
    			  <label>#latestMediaHandler.tvrecordings.scheduled1.startTime - #latestMediaHandler.tvrecordings.scheduled1.endTime</label>
    			  <visible>plugin.isenabled(Latest Media Handler)+string.equals(#latestMediaHandler.tvrecordings.active1.title,)</visible>
    			</control>
     

    cul8er

    Retired Team Member
  • Premium Supporter
  • August 31, 2006
    2,159
    2,679
    Home Country
    Sweden Sweden
    Hi,

    I'm unable to reproduce this. Have tried to make some changes. Can you please test the attached version?

    cheers
    cul8er
     

    Attachments

    • LatestMediaHandler.rar
      188.8 KB
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom