minor issue with active recordings endtime (1 Viewer)

styrsven

Portal Pro
January 6, 2013
94
73
65
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
    15,806
    13,143
    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
    15,806
    13,143
    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
    94
    73
    65
    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
    5K
    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
    1K
    It is present, but not with that name. It is called Scheduler, viz: Interesting. I had never noticed that when the "command" is "ACTION", the "cmdproperty" is the actual window id, but it makes sense that it is. Try this for yourself. First backup your working profile for the remote, then in the "Mapping" panel make a change to...
    It is present, but not with that name. It is called Scheduler, viz: Interesting. I had never noticed that when the "command" is...
    I would like to be able to go directly to the Scheduled recordings window without having to first go to the home menu. I saw this...
    Replies
    1
    Views
    1K
    MP1 MP2 MP2 - V2.3 EPG has stopped DE
    The only configuration that is certain to work is when the MP client and MP server are from the same release. It is sometimes possible to use MP clients from a release that is different to the MP server, but whether it works depends on the specific changes that were made between the two releases. -- from CyberSimian in the UK
    The only configuration that is certain to work is when the MP client and MP server are from the same release. It is sometimes...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Replies
    10
    Views
    4K
    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
    Top Bottom