OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1
(2015-03-14, 03:27)Milhouse Wrote:
  • New commits in this build:
    • only update frametime if we have rendered a frame (453709b2)

This commit seems to account for the odd #0313 menu behaviour reported by @charlieroot in post #1071. With the above commit blacklisted (not included) the menu behaves correctly (submenus and widgets appear normally).

If you add the above commit to an Ubuntu build it's possible to reproduce the exact same odd menu behaviour - use default guisettings.xml (rm guisettings.xml, then start kodi.bin) then disable the RSS ticker to avoid GUI updates which mask the issue.

Restart kodi.bin after disabling the RSS ticker to see the problem: the Movies recently added widget will not appear on startup; wait for it to appear (up to 60 seconds - the widgets automatically appear at 00 seconds past the next minute when a widget JobWorker thread is finally started), then when navigating between Videos and Movies, the menu will no longer "slide" into view, instead it will appear to "jump" or "snap" into view, and there will also be no Video sub-menu.

Edit: The Debug OSD will also mask this problem. <loglevel>1</loglevel> in as.xml will allow the problem to be "seen" while still capturing debug information.

Edit2: Thinking about it, it's probably the clock updating (on the minute) that causes a GUI update and thus for the widget to finally appear.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.


Messages In This Thread
Missing splash video - by Dinos52 - 2015-02-09, 21:02
MVC Support - by woronczak - 2015-03-12, 05:28
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - by Milhouse - 2015-03-14, 04:11
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 112