New MP1 skin test (2 Viewers)

wizard123

Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,523
    2,715
    Home Country
    United Kingdom United Kingdom
    Just added updated installer to first post, bugfixes like navigation mentioned earlier and CDArt in music now playing/Radiotime support.
    CDArt works based on the location being \Thumbs\CDArt\Music as i have been unable to find if there is a property for this instead. @ajs

    Navigation should be ok now when pressing up. If you do have LMH and use myvideos you may not be able to navigate up to latest myvideos on first start ( waiting for ajs to get back to me on the property not being available early enough. As far as i'm aware only myvids is affected.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,959
    13,420
    Kyiv
    Home Country
    Ukraine Ukraine
    How long does it take for #latestMediaHandler.myvideo.latest.enabled to be available on MP start ?
    Just as soon as the LMH plug-in start.
    #latestMediaHandler.myvideo.latest.enabled is not available early enough so the expressions mark navigation as unavailable until i go into another screen and then back again.
    This is not true. In the Titan, once a property becomes true, a window appears with the latest movies. Tested more than once. No need to move anywhere.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,959
    13,420
    Kyiv
    Home Country
    Ukraine Ukraine
    Because of the way all the expressions tie together with integers and strings returning from each other, when translated strings are returned the results are false when they should be true.
    To get round the issue custom names were implemented so it's largely irrelevant because you just configure them to be whatever you like.
    FAFL! :cool::whistle::coffee: Or how to spell it this acronym?
    Worked! :sneaky::whistle::coffee:
    upload_2016-11-10_18-42-2.png
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,523
    2,715
    Home Country
    United Kingdom United Kingdom
    How long does it take for #latestMediaHandler.myvideo.latest.enabled to be available on MP start ?
    Just as soon as the LMH plug-in start.
    #latestMediaHandler.myvideo.latest.enabled is not available early enough so the expressions mark navigation as unavailable until i go into another screen and then back again.
    This is not true. In the Titan, once a property becomes true, a window appears with the latest movies. Tested more than once. No need to move anywhere.
    It is true all the latest use the same expressions i have added for navigation but myvideo is the only one it does not set correctly for, myvideo one does not update to correct one until leave home then go back again.
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,523
    2,715
    Home Country
    United Kingdom United Kingdom
    How long does it take for #latestMediaHandler.myvideo.latest.enabled to be available on MP start ?
    Just as soon as the LMH plug-in start.
    #latestMediaHandler.myvideo.latest.enabled is not available early enough so the expressions mark navigation as unavailable until i go into another screen and then back again.
    This is not true. In the Titan, once a property becomes true, a window appears with the latest movies. Tested more than once. No need to move anywhere.
    It is true all the latest use the same expressions i have added for navigation but myvideo is the only one it does not set correctly for, myvideo one does not update to correct one until leave home then go back again.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,959
    13,420
    Kyiv
    Home Country
    Ukraine Ukraine
    It is true all the latest use the same expressions i have added for navigation but myvideo is the only one it does not set correctly for, myvideo one does not update to correct one until leave home then go back again.
    All the properties are updated the same way. I can add debug output for this property and you can see. Add?
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,523
    2,715
    Home Country
    United Kingdom United Kingdom
    It is true all the latest use the same expressions i have added for navigation but myvideo is the only one it does not set correctly for, myvideo one does not update to correct one until leave home then go back again.
    All the properties are updated the same way. I can add debug output for this property and you can see. Add?
    Sure please test, you can also see for yourself in the lastest update to see if you get the same problem.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,959
    13,420
    Kyiv
    Home Country
    Ukraine Ukraine
    I add block to Basic Home:
    Code:
        <control>
          <description>current temp label</description>
          <type>label</type>
          <id>0</id>
          <posX>10</posX>
          <posY>10</posY>
          <height>71</height>
          <align>left</align>
          <label>latestMediaHandler.myvideo.latest.enabled [#latestMediaHandler.myvideo.latest.enabled] #skin.page3navright #skin.page3navleft</label>
          <font>font10</font>
          <textcolor>ffffffff</textcolor>
          <visible>true</visible>
        </control>
    After start:
    upload_2016-11-10_19-22-42.png
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,959
    13,420
    Kyiv
    Home Country
    Ukraine Ukraine
    Whether the update process in progress can be found on the property: #latestMediaHandler.scanned - true or false
     

    Users who are viewing this thread

    Top Bottom