Kodi Community Forum
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1 (/showthread.php?tid=211501)



RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-14

Yes, this should now be statically linked by the addons - I'm going to upload a test build in a few hours that should resolve this.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-14

I've uploaded test build #0314x with statically linked libkodiplatform.so: RPi / RPi2

ldd confirms all the addons are finding all of their required libraries.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - ImpreZa - 2015-03-14

Confirmed working on RPi. But stuck on Kodi splash if network is available, even if I deleted TV27.db. If I unplug wifi/ethernet when booting, its working.

Edit: Will upload debug log in a few hours.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-14

Debug log?


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - margro - 2015-03-14

Yep, #0314x fixes the PVR addons. Furthermore, I've specifically tested the MediaPortal PVR addon and it does not crash anymore on opening a Live TV stream, so my crash fix seems to work.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-14

Many thanks @margro.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - alphatech69 - 2015-03-14

When I select liveTV and then add nextpvr, it takes the settings but without downloading the programs, then I reboot and a message comes up with no add-on selected. I repeat the same procedure without success.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-14

(2015-03-14, 22:32)alphatech69 Wrote: When I select liveTV and then add nextpvr, it takes the settings but without downloading the programs, then I reboot and a message comes up with no add-on selected. I repeat the same procedure without success.

Without a debug log and evidence that it's a build-related issue, you're better off seeking support in the nextpvr sub-forum. To the best of my knowledge, all PVR addon build-related issues are now resolved starting with build #0314x.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - alphatech69 - 2015-03-14

I missed to notice the last beta here, I installed it and it recognize the plugin but when I try to play a channel I get the error " NextPVR tuner not longer available"


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-14

NextPVR Support Forum

Edit: If you bothered to supply a debug log, I might have taken a look, but this is not the PVR support thread and I'm only including PVR addons to ensure they get tested from a build and integration point of view - sometimes I think it would make my life a whole lot easier if I just binned the lot of them as this thread is not here to fix every functionality bug in every PVR addon. Please address PVR functionality addon problems in the right place - if they're not crashing, this is not the right place.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - ImpreZa - 2015-03-14

With my RPi 2 its all working great! And I can no longer make it get stuck on the splash on the RPi.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - alphatech69 - 2015-03-14

Milhouse, I had to reboot several times and now is working. I completely understand you may need a log and I completely agreed with you. The reason I posted it here and not in the PVR addon was that it was working in the kodi 5.5 and broke here.

Thanks for your help, very much appreciated.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - zaphod24 - 2015-03-14

Does the PVR plugins being fixed in 0314x include being able to view recordings with MythTV again? I believe there was a similar issue with grouping recordings with WMC that could be worked around by turning off grouping.

**Update**
I went ahead and decided to chance it. The update to version 28 of the TV database didn't hang this time but unfortunately the issue raised in trac ticket 15848 still exists and while LiveTV works recordings cannot be selected or viewed.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-14

That's a bug in Kodi core, I believe, for which you have a ticket open - as and when a fix turns up I'll include it.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - Milhouse - 2015-03-15

New OpenELEC Isengard build #0314: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.19.1 #1 Sat Mar 14 21:07:33 GMT 2015 armv6l GNU/Linux

# vcgencmd version
Mar 10 2015 15:33:55
Copyright (c) 2012 Broadcom
version 015c58030bfa095c209a59c0c19e02d6705a2c24 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150314210642-#0314-g983b54a [Build #0314]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (983b54a1, changelog) and tip of XBMC master (09cb8a2a, changelog) with the following modifications: Build Highlights:
  1. Build addons using static libkodiplatform.so
  2. Reverted newclock4 commit that causes odd menu behaviour in #0313
Build Details:
  1. OpenELEC:
    • mesa: update to mesa-10.5.1 (714ed83b)
    • libX11: update to libX11-1.6.3 (b40bf18e)
    • util-linux: update to util-linux-2.26.1 (9de92f79)
    • Remove the patch that switches handling of some IRQs to CPU1 (983b54a1)
  2. XBMC:
    • renderer: grab corect lock when calling IsGui/VideoLayer (PR:6682, 1 commit, 1 file changed)
    • ffmpeg: fixes for 2.6.0 (PR:6708, 1 commit, 1 file changed)
    • [htsp] remove internal htsp support. (PR:6699, 1 commit, 58 files changed)
    • lib: get rid of copy of libmicrohttpd (PR:6702, 1 commit, 265 files changed)
    • fixed gamepad on windows spamming to logs (PR:6714, 1 commit, 1 file changed)
    • [dxva] Added dxva hevc decoding. (PR:6647, 2 commits, 2 files changed)
    • [depends] binary-addons: fix building only selected addons (PR:6718, 1 commit, 1 file changed)
    • Use $(MAKE) to call make from a Makefile. (PR:6716, 1 commit, 1 file changed)
    • [libraryqueue] refresh listing after doing the work (PR:6720, 1 commit, 2 files changed)
  3. pvr.demo:
    • [debian] fix packaging (PR:3, 3 commits, 5 files changed)
  4. pvr.dvblink:
    • [debian] fix packaging (PR:3, 1 commit, 4 files changed)
  5. pvr.dvbviewer:
    • [debian] fix packaging (PR:2, 1 commit, 4 files changed)
  6. pvr.filmon:
    • [debian] fix packaging (PR:6, 1 commit, 4 files changed)
  7. pvr.mediaportal.tvserver:
    • [debian] fix packaging (PR:3, 1 commit, 4 files changed)
  8. pvr.mythtv:
    • [debian] fix packaging (PR:4, 2 commits, 3 files changed)
  9. pvr.nextpvr:
    • [debian] fix packaging (PR:3, 1 commit, 4 files changed)
  10. pvr.njoy:
    • [debian] fix packaging (PR:2, 1 commit, 4 files changed)
  11. pvr.pctv:
    • [debian] fix packaging (PR:4, 1 commit, 1 file changed)
  12. pvr.vuplus:
    • [debian] fix packaging (PR:2, 1 commit, 1 file changed)
  13. pvr.wmc:
    • [debian] fix packaging (PR:3, 1 commit, 4 files changed)
  14. newclock4:
    • New commits in this build:
      • renderer: cosmetics (5dce0b8d)
      • renderer: drop video frames if neither full-screen nor video control displays them (826fe9f0)
      • test: Add advancedsetting to force 3d mode (5bcf886c)
    • Commits no longer in build:
      • renderer: grab corect lock when calling IsGui/VideoLayer (f32f882f)
  15. Additional commits/pull requests/changes not yet merged upstream: