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,959
    13,420
    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,959
    13,420
    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
    6K
    I was just tinkering with a few settings in the MediaPortal configuration and am happy to have found the cause of the problem. Disabling the option "Single seat setup: force RTSP usage" under "TV/Radio", "Advanced Options" resolved the issue. After I disabled this option, I was able to delete the recordings the first time...
    I was just tinkering with a few settings in the MediaPortal configuration and am happy to have found the cause of the problem...
    Deleting recordings sometimes doesn't work. Neither the 0 button nor the Info/Delete button works. Nothing happens at all with...
    Replies
    6
    Views
    479
    Maybe [News] - MediaPortal 1.33 Pre-Release with new x64 version ready for testing
    Maybe [News] - MediaPortal 1.33 Pre-Release with new x64 version ready for testing
    After a long time I built a new HTPC. Everything went well. Just one problem. I imported the old recordings and can see them in the...
    Replies
    4
    Views
    421
    MP1 MP2 Recording length DE
    If you use "Manual Booking" (left side menu on the "Recording Schedule" panel), you can schedule a recording duration of up to 24 hours. However... That is using the "conventional" TV sources, i.e. a DVB-T tuner, a DVB-S tuner, or an analogue tuner. You stated in your other thread that you are using an IPTV source. Perhaps there is a...
    If you use "Manual Booking" (left side menu on the "Recording Schedule" panel), you can schedule a recording duration of up to 24...
    Is there a limit to recording length? My TVServer recordings all cut off at 3 hours but I can't find a setting anywhere to change...
    Replies
    1
    Views
    219
    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
    2K
    Top Bottom