Posts by tweezer

    I found the issue that was causing the menu to render improperly as per the screenshots. The offending line is 375 in MovieSelection.py of the Movie Planner Mod. Changing self.skinName = ["MovieContextMenu", "Setup"] to self.skinName = "Setup" fixes the issue on my install of OpenViX 5.4.008.

    Thanks Willo3092, I can't wrap my head around it, if I uninstall movie mod the settings the problem fixes itself but obviously the planner looks a mess.


    Hi kiddac, no I don't have enhanced movie center installed and since Willo3092 has it working there must be something wrong on my end but as to what that is I don't know, I installed a fresh 5.4.006 and it still happens.

    Unfortunately it is, as I said the issue occurs after installing Movie Planner Mod 2.0 on OpenVix 5.4 using the ipk hosted here and the version on the OpenVix feeds. In fact it was mentioned by another user just a few posts up, he couldn't see the menu as it doesn't render.

    Thanks worked treat but in Vix 5.4 pressing menu doesn't bring up the menu, after running the IPK changed movie list.


    Seems something has changed in MovieList.py or MovieSelection.py on Openvix 5.4 .


    Before Movie Planner Mod the menu looks fine:


    78c3f619d7.jpg


    After Movie Planner Mod:


    ef02dd87e3a93686.jpg


    It also affects the other skins:


    247761afbfac.jpg

    Hi kiddac, I spotted an issue with the timeshift time remaining display. If the timeshift falls over a minute behind the live broadcast, the osd time just loops back around to minus secs and never reaches minus minutes. So for example at -59 secs it just loops back to -1 secs continuously.


    On the file Slyk18ServicePosition.py I changed line 156 from if e / 60 < length: to if e / 60 < 1: to fix it. It also highlighted the fact that it says -1 mins as opposed to -1 min so there seems to be an issue with the pluralisation code in the ngettext functions.


    Also in my attempts to fix the time issue I noticed an odd occurrence with the timeshift time if I pause it more than once, the time is wrong. For example if I pause it for say 20 seconds, press stop and then pause again the timeshift doesn't start at -1 secs, it seems to add on the previous 20 secs of the last pause and start at -21 secs. I thought maybe it was an issue with my box but I checked all the themes and they work fine with the buffer always starting at 1 sec.

    Hi, I seem to have run into a bug in the timeshift time display underneath the pause/play button. It doesn't display any value if I live pause making it hard to tell when I'm catching up with the live broadcast as the remaining time value is missing. It works fine with other skins and the Slyk Q works too so it seems limited to this particular skin. I've attached a screenshot of the problem.


    Running:

    Slyk 1080 (R19) 2.15

    Shared-components 1.03

    OpenViX 5.3.039


    Thanks


    cd07f.jpg