PureVisionHD 1080 (8 Viewers)

framug

Super Moderator
  • Team MediaPortal
  • January 31, 2005
    6,057
    2,132
    South of France
    Home Country
    France France
    OK, thx for information then, it's on (great) catavolt's hands.
    Just one thing (and may be, MP devs will understand why fast responsive is important).
    All my music, my pictures, and all videos I want to keep are on my NAS with RAID 1 mode (as you, not always powered on).
    Then, without my changes for UNCtools in MP, I was not able to test this spectrum stuff.
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,631
    10,655
    Königstein (Taunus)
    Home Country
    Germany Germany
    Hi folks,
    as we release MP 1.23 Final, I just released the new version PureVisionHD 1080 v. 9.4 ::: HERE :::
    Most important changes are:
    • Completely new design and display of Spectrum Analyzer in NowPlaying Music/TuneI
    • Plugin Spectrum Analyzer is now part of the Installer
    • New settings regarding TV Zap OSD
    • New individual splashscreens for HorizonUp and Standard themes
    • New GFX in different areas
    • New separators instead of "|" or "~"
    ...and as always bug fixes and enhancements :D
    Hope you´ll like it ;)
     
    Last edited:

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    6,057
    2,132
    South of France
    Home Country
    France France
    One thing I found (don't know if it's skin or plugin relevant).
    The progress bar inside the red rectangle I drawed doesn't display correctly with the percentage of download.

    zz.png
     

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    6,057
    2,132
    South of France
    Home Country
    France France
    Interested by the respective property issue if it works or not...
    Then, if it's a bug in MP code, maybe can we fix it ?
    Or, if it's too complicated, an animated blue circle (like tv-series plugin or example) could do the trick. ;)

    zz.png

    BTW the spectrumanalyzer plugin in configuration keep crashing... :(
     

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    6,057
    2,132
    South of France
    Home Country
    France France
    You know what ?
    I wanted to test to see where was the problem :

    Code:
    [2019-07-03 15:12:03,476] [Log    ] [MPMain   ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogMenu:2012->MPEIPlugin.GUIMpeiPlugin:801
    [2019-07-03 15:12:03,508] [Log    ] [MPMain   ] [DEBUG] - WindowManager: route MPEIPlugin.GUIMpeiPlugin:801->MediaPortal.Dialogs.GUIDialogProgress:101

    And now, I can't reproduce, (un)fortunately, the progress bar is working fine.
    Really weird :confused:
     

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    6,057
    2,132
    South of France
    Home Country
    France France
    Hello,
    I found something anoying for me because I use basichome and, with StreamedMP editor skin, I could rename all texts needed.
    I think the problem is in the PureVision basichome editor
    It's not easy to explain, that's why you will see 10 thumbnails :

    1/ I modified names of 2 plugins
    Moving Pictures
    zz01.png
    and TV-Series
    zz02.png
    Then, if plugins are listed in MyPlugins :
    zz03.png
    All is OK (I mean modified plugin names) :
    zz04.png
    But if I change with listed in Home :
    zz05.png
    Then, with classic home :
    zz06.png
    it is working :
    zz07.png
    But, with basic home :
    zz08.png
    I don't have the specific name for moving pictures :
    zz09.png
    Nor, with TV-Series :
    zz10.png

    So, is it possible to fix that ?
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,631
    10,655
    Königstein (Taunus)
    Home Country
    Germany Germany
    So, is it possible to fix that ?
    Ofc ;)
    Please do the following:
    Open the file BasicHomeEditorDefines.xml.
    Navigate to the entry Moving Pictures:

    XML:
    <!--     *******************************************************************************************  -->
      <!--     *********************************   MOVING PICTURES VIEWS   *******************************  -->
      <!--     *******************************************************************************************  -->
    
      <!-- Moving Pictures -->
      <define property="true" evaluateNow="true">#.MOVPIC.name:Moving Pictures</define>
      <define property="true" evaluateNow="true">#.MOVPIC.plugin:Moving Pictures</define>
      <define property="true" evaluateNow="true">#.MOVPIC.hyperlink:96742</define>

    Now edit ONLY this line
    XML:
    <define property="true" evaluateNow="true">#.MOVPIC.name:Moving Pictures</define>
    to
    XML:
    <define property="true" evaluateNow="true">#.MOVPIC.name:Films</define>

    Do the same with TVSeries:
    XML:
    <define property="true" evaluateNow="true">#.TVSERIES.name:#(L(1300))</define>
    to
    XML:
    <define property="true" evaluateNow="true">#.TVSERIES.name:Séries Télé</define>

    This way you can change all displayed names (xxxxx.name) of all plugins to your need - but be careful not to touch other entries.
    Close your editor and restart MP. Enjoy ;)
     

    Users who are viewing this thread

    Top Bottom