• 1
  • 122
  • 123
  • 124(current)
  • 125
  • 126
  • 146
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)
I've read that insufficient power can cause these problems. Interestingly, I also read that the multicolour square (top right) which appears, is a low power warning. Never heard that before, but been seeing it on my system. Gonna try more power!
Just tried build 322 on a vanilla 6.0.3 image and it installed to full boot. First time I've seen it so will have a nosey before trying the latest build as an update over this one. More reliable power supply, too.
(2016-03-29, 23:59)nick w Wrote: Now i am stuck on the boot logo from Kodi Jarvis
There is/was an PVR add-on issue which caused Kodi to be stuck at the splash screen for a long time. Please wait 5-10 minutes and see if it continues then. If yes, manually disable all enabled PVR client add-ons (yes, they all got enabled due to a bug). This should fix your issue.
(2016-03-30, 01:05)Forage Wrote:
(2016-03-29, 23:59)nick w Wrote: Now i am stuck on the boot logo from Kodi Jarvis
There is/was an PVR add-on issue which caused Kodi to be stuck at the splash screen for a long time. Please wait 5-10 minutes and see if it continues then. If yes, manually disable all enabled PVR client add-ons (yes, they all got enabled due to a bug). This should fix your issue.

How do i disable the pvr add-ons via ssh?

thanks
N
loading 320, switching to confluence skin, disabled all pvr addons. then put 326 on
boom, just scanning my library now

thanks for the replies

N
I left the installs for at least 15 minutes. A couple, I even left over 30 minutes. The occasional reboot back to the Kodi splash screen.
Probably not going to be a build tonight, just hit a regression while testing the new build (not related to addons).
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.
(2016-03-30, 00:22)nick w Wrote: Now i am stuck on the boot logo from Kodi Jarvis

Any ideas?

Read the last few pages of the thread. Addons are pretty messed up in the latest test builds.
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.
(2016-03-30, 01:07)nick w Wrote: How do i disable the pvr add-ons via ssh?

Code:
sqlite3 /storage/.kodi/userdata/Database/Addons22.db "update installed set enabled=0 where addonID like 'pvr.%'"

should do it.
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.
New OpenELEC.tv Krypton build #0329: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.4.6 #1 Wed Mar 30 02:18:46 BST 2016 armv6l GNU/Linux

# vcgencmd version
Mar 24 2016 12:49:34
Copyright (c) 2012 Broadcom
version e16cd015026a8bda22bb50dc30b30ce07f52a202 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20160330021751-#0329-g0026734 [Build #0329]

# vcdbg log msg 2>&1 | grep DTOK
002490.603: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of OpenELEC.tv master (0026734b, changelog) and tip of XBMC master (eceb0d62, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.4.y
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Includes latest bcm2835-driver master (046effa1, ahead +10)
  • Includes latest dcadec master (0e074384, ahead +139)
  • Includes latest kodi-platform master (92583ef9, ahead +2)
  • Includes latest libcec master (6d68d212)
  • Includes latest libnfs master (3c26ce1e, ahead +13)
  • Includes latest p8-platform master (041a8c6c, ahead +1)
  • Includes latest addons: inputstream.mpd (6bd24f3f), peripheral.joystick (76b7c40a, +48), pvr.argustv (45a64b7d, +24), pvr.demo (4bae8215, +20), pvr.dvblink (1b45ce37, +19), pvr.dvbviewer (88eb169c, +21), pvr.filmon (4c4a7a92, +26), pvr.hdhomerun (086420f3, +31), pvr.hts (f03e2513, +63), pvr.iptvsimple (f27ae140, +26), pvr.mediaportal.tvserver (d5efafd2, +51), pvr.mythtv (fadc81e6, +35), pvr.nextpvr (bf8a3435, +26), pvr.njoy (822a593b, +18), pvr.pctv (06a73902, +24), pvr.stalker (d30a2d84, +27), pvr.vbox (0c3ce276, +26), pvr.vdr.vnsi (ff812487, +37), pvr.vuplus (ddf7ce27, +22), pvr.wmc (45114a2a, +31)
  • Includes commits from service.openelec.settings/, ahead +1 (OpenELEC)
  • Include [env] e7cbe9cb: xf86-video-intel: explicitely disable TearFree and TripleBuffer
  • Include [env] ed774729: Intel: Implement Passthrough-Range
  • Include [env] 3a6268c9: VAAPI: Enable EGL
  • Include [env] 98c65e6a: Kodi: Use Limited Range by default
  • Include [env] compare: ffmpeg: Additional Jarvis 2.8.x patches
  • Include [env] patch: Clean Kodi view cache on startup
  • Include [env] patch: Fix OE settings button after Estuary update
  • Include [env] patch: Fix system keyboard patch
  • Include [env] patch: Add extra headers needed by 3D BD MVC
  • Include [env] patch: Add support for dynamic device tree overlays
  • Include [env] patch: Set default volume steps to 20
  • Include [env] patch: Enable game controllers in manifest, add repository.kodi.game
  • Include [env] patch: Bump libbluray - include MVC support
  • Include [env] patch: Enable other binary addons
  • Include [env] patch: Reinstate version check service add-on - avoid black screens on x86?
  • Include [env] patch: Update inputstream.mpd settings
  • Include [env] patch: Install dtoverlay userland
  • Include [env] patch: Enable pvr addons, disable pvr updates
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Binary-Addons: Package inputstream.mpd
  • Include [env] patch: kodi: peripheral.joystick binary addon
  • Include [env] PR:4500: kodi: update to 17.0
  • Include [env] PR:4537: [scripts] Add PKG_SOURCE_NAME for non-standard package tarballs
  • Include [env] PR:4661: stripping changes
  • Revert [env] 46b9b7b3: rtmpdump (Reason: use newclock5 bump)
  • Include [pkg] PR:8645: [video] Add season/TV show artwork to episodes/seasons even if they have their own fanart.
  • Include [pkg] PR:8723: Implement filecache retry logic (breaks Amazon)
  • Include [pkg] PR:8824: videodb: fix smart playlists not honoring "Show empty TV shows" setting.
  • Include [pkg] PR:8922: [guiinfo] extend ranges for listitem properties
  • Include [pkg] PR:9334: [chg] decrease volume steps to 20
  • Include [pkg] PR:9481: [addons] all user pre-installed addons should be enabled
  • Include [pkg] PR:9486: [addons] enable dependencies when enabling addon
Build Highlights:
  1. NOTE: DVD playback remains temporarily disabled
  2. Fix for add-on issues

    If you continue to have problems, delete all Addons*.db database files (might be an idea to make backups first) and restart #0329 - this should hopefully fix Addons22.db for good. Fingers crossed.
    .
  3. Updated inputstream.mpd package - stop distributing libwidevinecdm.so binary as part of the build (distribution is not permitted by the licence)

    For Amazon Prime support, self-installation of libwidevinecdm.so to /storage/decrypters is now possible - the following command will accomplish this (run once per device):
    Code:
    curl -Ls http://nmacleod.com/public/libreelec/getwidevine.sh -o /tmp/getwidevine.sh && sh /tmp/getwidevine.sh

    I'm sure a much fancier button-clicking version will be added in due course.
    .
  4. Reintroduce PR8723 now that Amazon Prime issues appear to have been solved
  5. Reordered kodi-splash to start earlier, you barely have time to read the version number now...
Build Details:
  1. XBMC:
    • [depends/osx/PIL] - ensure that no native libs are linked into pythonmodule-pil (_imaging.so) (PR:9427, 1 commit, 1 file changed)
    • Fix 'ToggleWatched' action after 1f455aea7f97191414ed38e24b481f93135321f3. (PR:9471, 1 commit, 1 file changed)
    • [database] fix old queries not cleared after multiple execute (PR:9458, 1 commit, 1 file changed)
    • [addons] dont call normal enable hooks when checking system addons (PR:9443, 2 commits, 3 files changed)
    • [pvr] - fix segfault in PVRConnectionStateChange (PR:9477, 1 commit, 1 file changed)
    • Improvements to AudioLibrary.GetArtists, GetAlbums and GetSongs (PR:9300, 3 commits, 9 files changed)
    • VideoPlayer - cleanup (PR:9454, 8 commits, 5 files changed)
    • Make cmake required on all platforms (PR:9480, 1 commit, 1 file changed)
    • BinaryAddonCache: ignore disabled addons (PR:9473, 1 commit, 1 file changed)
    • VideoPlayer: shifting negative values to the left is undefined (PR:9478, 1 commit, 1 file changed)
    • [pvr] - fix segfault in epg grid (PR:9472, 1 commit, 2 files changed)
    • [library] Add missing role translations (PR:9482, 2 commits, 8 files changed)
    • [cmake] Switch to msbuild instead of devenv for Windows libs (PR:9476, 1 commit, 2 files changed)
    • [pvr] - fix settings callbacks (PR:9484, 1 commit, 2 files changed)
    • [estuary] skin sync (PR:9488, 1 commit, 47 files changed)
    • [Announcer/iOS]: - move init and deinit of the announce receiver from… (PR:9489, 1 commit, 2 files changed)
    • [addons] fix control enable conditions (PR:9487, 3 commits, 3 files changed)
  2. inputstream.mpd:
    • ready for 1.0.3 (4e4d82b7)
    • added CreateDirectory to decrypter interface (86f3332b)
    • base64 -> hex renaming (21d48130)
    • bump addom version (1.0.1) / cdm folder introduction (220a4027)
    • trim / urldecode added (helpers) (6bd24f3f)
  3. pvr.vdr.vnsi:
    • fix init of atomic bool (PR:68, 1 commit, 1 file changed)
  4. newclock5:
    • Commits no longer in build:
      • Wait for vsync before submitting to mmal when display sync is disabled (929dcae7)
  5. kernel 4.4.y:
    • New commits in this build:
      • copy_from_user: CPU_SW_DOMAIN_PAN compatibility (a160443a)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] patch: Fix OE settings button after Estuary update
    • Updated: [env] patch: Add experimental splash video for RPi
    • Updated: [env] patch: Binary-Addons: Package inputstream.mpd
    • Added: [pkg] PR:8723: Implement filecache retry logic (breaks Amazon)
    • Added: [pkg] PR:9481: [addons] all user pre-installed addons should be enabled
    • Added: [pkg] PR:9486: [addons] enable dependencies when enabling addon
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.
Dear experts,
although I am using Kodi / Openelec for quite some time I am not so clear about the architecture.
At the moment I am seeing errors with non working video-addons (e.g. azdrama) which according to kodi.log are related to missing Python-modules (at least this is my interpretation):

Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named addon.common.addon
or
Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: 'NoneType' object is not iterable

I wonder what is the root-cause if these errors:
- some addons are not compatible with Krypton
- it's a problem with the current alpha-builds
- I am missing other addons which provide these functions
- ...

Any idea?
Thank you!
When did these problems start?

Do you have addon.common.addon installed in your /storage/.kodi/addons folder? If it's not there, the add-on that requires it is incorrectly configured (or maybe just incorrectly installed). If it is there, then it may be marked as disabled (though shouldn't be now, with #0329).

Given the lack of context, the second error just looks like a coding bug (but possibly a result of not expecting dependencies to be missing).
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.
Thank you for your fast reply.
The problems started, when I just moved from the official-version (where these problems did not occur) to the version here (#322++) a few days ago.

There is no 'addon.common.addon' installed in my /storage/.kodi/addons folder, and I could not find this anywhere to download.

Looking forward to install #329 later today!
Thanks!
I suggest you contact the addon author for help with addon.common.addon. Not sure which repository it's in (although I did find a reference to SuperRepo) but it should have installed itself automatically if you installed the addon from a repository, and the addon dependencies are configured correctly.
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.
Milhouse and everyone.
Thanks for help with my update issue.
now all set up and working!

Thanks all
  • 1
  • 122
  • 123
  • 124(current)
  • 125
  • 126
  • 146

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)6