RED DOT recording state doesn't appear in video fullscreen playing (1 Viewer)

azzuro

Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    Yep, this one is good, i bought this for my parents and my parents in law. ( very small compared to the previous 2 meters antenna )
    but need to put 4G filter on it ( but maybe no need, from your location )
     

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    5,884
    1,956
    South of France
    Home Country
    France France
    Packaging say "5G compliant".
    Also, pre-amp stop 4G.
    It's a long antenna ,1.50 to 2 meters.
    It is needed because :
    • 4G antenna is 50 meters distance from here !!
    • Since 4G update, TNT transmitter level in Pyrenees mountain has been lowered.
     

    Lichloathe

    MP Donator
  • Premium Supporter
  • July 25, 2007
    198
    183
    Home Country
    Australia Australia
    Hi guys, I am currently playing around with the old Apollo skin and thought I'd implement the recording number into Basichome and the OSD's.
    Is it still correct that the recording count does not update while in a fullscreen video (limitation of the TVPlugin)?
    I currently don't use the TV notification option and my setup is multi seat.

    I am using this code in mytvfullscreen.xml.


    <control>
    <description>Current recording count</description>
    <type>label</type>
    <id>1</id>
    <posX>1499</posX>
    <posY>919</posY>
    <width>50</width>
    <label>#latestMediaHandler.tvrecordings.active.count</label>
    <align>center</align>
    <font>font8</font>
    <textcolor>ffffffff</textcolor>
    <visible>plugin.isenabled(Latest Media Handler)+!string.equals(#latestMediaHandler.tvrecordings.active1.title,)+control.isVisible(111)</visible>
    </control>
    <control>
    <description>rec logo</description>
    <type>image</type>
    <id>1</id>
    <posX>1505</posX>
    <posY>897</posY>
    <width>40</width>
    <height>40</height>
    <texture>progrec.png</texture>
    <animation effect="rotate" centre="40,40" delay="0" end="-360" time="2500" loop="true" condition="true">Conditional</animation>
    <visible>plugin.isenabled(Latest Media Handler)+!string.equals(#latestMediaHandler.tvrecordings.active1.title,)+control.isVisible(111)</visible>
    </control>


    Thanks.
     

    Attachments

    • 18-33-58.png
      18-33-58.png
      2.8 MB

    Users who are viewing this thread

    Top Bottom