minor issue with active recordings endtime (1 Viewer)

styrsven

Portal Pro
January 6, 2013
115
51
64
Home Country
Sweden Sweden
Actually, I have now switched to a Kodi frontend, argus scheduler, and MP1 server, so it is a little tricky to produce logfiles.

The problem is visible in this post, where I slightly modified the display for better visibility (The error is also visible in the unmodified display.).
https://forum.team-mediaportal.com/threads/improved-recordings-dialog.129931/#post-1134213

In the upper left this code displays the start and end times for the first active recording, but they are the same;

Code:
        <control>
            <id>1</id>
            <type>fadelabel</type>
            <posX>140</posX>
             <posY>212</posY>
            <height>24</height>
            <width>150</width>
                    <font>font8</font>
                    <textcolor>FFffffff</textcolor>
            <label>#latestMediaHandler.tvrecordings.active1.startTime - #latestMediaHandler.tvrecordings.active1.endTime</label>          
            <wrapString> ... </wrapString>
            <visible>!string.equals(#latestMediaHandler.tvrecordings.active1.title,)</visible>
                      <animation effect="fade" time="250">WindowOpen</animation>
                       <animation effect="fade" time="250">WindowClose</animation>
                       <animation effect="slide" time="250" start="-1890,0">WindowOpen</animation>
                       <animation effect="slide" time="250" end="-1890,0">WindowClose</animation>
        </control>

At the bottom of the display the start and end times for the first scheduled recording is displayed with this code:

Code:
        <control Style="InfoValueDetails">
            <id>1</id>
            <type>fadelabel</type>
            <posX>760</posX>
                      <posY>938</posY>
            <font>font6</font>
                    <!--<textcolor>FF666666</textcolor>-->
            <label>(#latestMediaHandler.tvrecordings.scheduled1.startTime - #latestMediaHandler.tvrecordings.scheduled1.endTime)</label>
            <visible>!string.equals(#latestMediaHandler.tvrecordings.scheduled1.title,)</visible>
            <animation effect="fade" time="250">WindowOpen</animation>
                  <animation effect="fade" time="250">WindowClose</animation>
                  <animation effect="slide" time="250" start="-1890,0">WindowOpen</animation>
                  <animation effect="slide" time="250" end="-1890,0">WindowClose</animation>
        </control>

And that is displayed ok.
 

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    16,289
    11,419
    Kyiv
    Home Country
    Ukraine Ukraine
    It is displaying the startTime, not the endTime.
    It shows what gives media portal:
    #latestMediaHandler.tvrecordings.active" + i + ".endTime - rec.EndTime from TvDatabase.Recording :cool:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,289
    11,419
    Kyiv
    Home Country
    Ukraine Ukraine
    Because he said so.
    He said - I have now switched to a Kodi frontend, argus scheduler, and MP1 server, so it is a little tricky to produce logfiles.

    I understand that this error was on a normal TV server, before he switched to Kody and Argus. :D
     

    styrsven

    Portal Pro
    January 6, 2013
    115
    51
    64
    Home Country
    Sweden Sweden
    Just to clarify, when I reported this error I was running a clean MP1 install. I didn't use argus due to the skin support being better when not running Argus.

    If you follow the link in the second post in this thread, you see the error:
    In the top right of the screen you see two currently recording programs. The start time is identical to the stop time.
    At the bottom of the page you see a list of the latest recordings, includng the currently recording programs. There the star time is different from the stop time.
    As far as I understand, this is not a skin issue (I double checked)m and the actual skin file that I used is attached there.
     

    Users who are viewing this thread

    Similar threads

    I think therein lies my problem. I am on 1.6.2.0. So thanks both for your help, I will pause this thread for now and come back to it while I work out what to do next. The problem is we have a family member who relies on MiniDisplay and I don't know if upgrading the set up is going to spoil compatibility with that plug in. The set up...
    I think therein lies my problem. I am on 1.6.2.0. So thanks both for your help, I will pause this thread for now and come back to...
    Good afternoon, Does anybody know of an expression or property I can use within a conditional visibility statement, that detects...
    Replies
    28
    Views
    1K
    MP1 MP2 MP2 - V2.5 Thumbnail issue DE
    Thumbnail issue resolved: I understand that the problems related to the creation of thumbnails are quite common and also happened to me. Here the solution to my problem: MP2/Settings/Media Library/Film Import Settings/FanArt offline caching here it is important to select the location where TV recordings are stored. In my case, the...
    Thumbnail issue resolved: I understand that the problems related to the creation of thumbnails are quite common and also happened...
    There seems to be an issue how MP2 is displaying TV recordings depending on whether the media source is on a local hard drive or a...
    Replies
    1
    Views
    871
    I’d be also interested if the same advantages are feasible for MP2?!
    I’d be also interested if the same advantages are feasible for MP2?!
    Started on: 2022-08-28 last update: 2022-08-28 Summary: Improve EPG speed by adding indices to "program" table Area: TvServer SQL...
    Replies
    2
    Views
    2K
    MP1 MP2 MP2 - V2.5 No Thumbnails for TV recordings DE
    I know, missing thumbnails for TV recordings have been discussed before. But even after tryping to follow possible solutions provided by the forum, the problem persists. In short, I am running MP 2.5 on a Win11 system with the skin blue vision (I also tried WMC but same issue). When recording TV shows no thumbnails are created. I have...
    I know, missing thumbnails for TV recordings have been discussed before. But even after tryping to follow possible solutions...
    I know, missing thumbnails for TV recordings have been discussed before. But even after tryping to follow possible solutions...
    Replies
    0
    Views
    337
    Hi @Greenhorn7, to help narrow this down a bit, I suspect that when the recordings menu entry is missing you are probably also missing menu entries for Videos, Movies, Series and Images too. Can you confirm? Does simply navigating to a different screen then back to home again cause the recordings menu item to show up? Those menu...
    Hi @Greenhorn7, to help narrow this down a bit, I suspect that when the recordings menu entry is missing you are probably also...
    I am running MP 2.5 with WMC skin installed. I noticed that the TV-Recording menue item is not always displaying after wakeup from...
    Replies
    10
    Views
    2K
    Top Bottom