Issues after updating Mediaportal (1 Viewer)

doskabouter

Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,972
    Nuenen
    Home Country
    Netherlands Netherlands
    Hi,

    First off, thanks for maintaining the steady release cycle of mediaportal, always good to see things continuing!.

    However the last 2 updates (1.16 -> 1.17 and 1.17->1.18) did come with some subtle changes regarding (educated guess) the skinengine.
    I've checked the changelogs and there was no hint to changes in it, so I was a bit surprised (although being a developer myself, I don't always create issues for minor improvements etc).

    The issue I had with the update to 1.17 was this one: Title of video is not displayed when choosing a playbackoption · Issue #163 · offbyoneBB/mp-onlinevideos2 · GitHub, where the skinproperty #selecteditem is updated for all occurrences on the screen, I think it's indeed an improvement and I found fixed onlinevideos accordingly.

    But the update from 1.17 to 1.18 is giving me more troubles (as I'm absolutely not familiar with skinning).
    I must say that issue doesn't occur with the default-skins, but only with my old blackglass (GitHub - doskabouter/blackglass: Original Repository of Black Glass Skins for MediaPortal) skin that I'm trying to keep alive, so I'm hoping someone will be helpful enough to nudge me in the right direction.

    The issue is that when in OnlineVideos and choose a video, that when I'm presented with the resolution dialog (in f.e. youtube) the left (hidden) menu is opened on the screen.
    Exiting that dialog will close the left-menu too.
    See screenshots

    resolution.png videolist.png

    I have tried finding the differences between the default skinfiles and the blackglass ones, and also tried fiddling with the expressions used for the visible attributes of the left menu, but I can't get it to work like it used to...

    So if anyone is able to shed some light on this...
     

    CyberSimian

    Test Group
  • Team MediaPortal
  • June 10, 2013
    2,875
    1,804
    Southampton
    Home Country
    United Kingdom United Kingdom
    when I'm presented with the resolution dialog (in f.e. youtube) the left (hidden) menu is opened on the screen.
    I have encountered a similar problem with my "ClassicWide" variant of the "DefaultWide" skin. It works as intended on MP 1.12, but on MP 1.18 I find the following:

    In "Recorded TV", "Recorded Radio", "Videos", when I press the INFO button on the remote control, the context menu appears (correct), but the left side menu also appears (incorrect). The current "DefaultWideHD" on MP 1.18 does not show this behaviour.

    I will have a careful look at what is different between DWHD's xml file and my CW's xml file, but if anyone has a clue as to the cause of this problem, please post details! Thanks.

    -- from CyberSimian in the UK
     

    CyberSimian

    Test Group
  • Team MediaPortal
  • June 10, 2013
    2,875
    1,804
    Southampton
    Home Country
    United Kingdom United Kingdom
    I have tried finding the differences between the default skinfiles and the blackglass ones, and also tried fiddling with the expressions used for the visible attributes of the left menu, but I can't get it to work like it used to
    I have found the problem with my "ClassicWide" skin; your problem may or may not be the same.

    The xml definition of the side menu starts with a control tag that has a type of actiongroup. There is a nested control tag, but preceding that I had these:
    Code:
    <dimColor>ffffffff</dimColor>
    <visible>!Control.HasFocus(50)</visible>

    DWHD is different; it has the following dimcolor tag:
    Code:
    <dimColor>00ffffff</dimColor>

    In addition, the visible tag in DWHD is moved from the control with a type of actiongroup to the subsequent control with a type of group. Making these changes to "ClassicWide" fixes the problem for me. I have not yet tested this enough to know whether there are any unwanted side effects of these changes.

    -- from CyberSimian in the UK
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,972
    Nuenen
    Home Country
    Netherlands Netherlands
    Hm, after some experimenting I see that unwanted appearance is dependent on dimcolor, that is quite a surprise and frankly shouldn't be.
    Can we promote this to a regression-bug?
    Also I see that it's not only onlinevideos which is affected, it's all over the place (f.e. recorded tv)
    I could create a workaround for the unwanted appearances (however since it occurs at various places, it's going to be a lot of work, but more important: in the blackglass skin, the whole screencontents shift to the right as the hidden menu opens, and that behavior I can't disable when opening a dialog
     

    Users who are viewing this thread

    Top Bottom