Kodi Community Forum
OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - 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 16.0) (/showthread.php?tid=231092)



RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - DTR81 - 2016-03-13

My Internet Connection is offline atm and i'm getting a popup with this message:
"The internet connection is lost, please check wifi dongle or lan cable"
The Popup cames every 3 second and takes me to OE Settings Menu.
How can i disable this message/notification ?


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2016-03-13

Not sure there is a way, open an issue on the OpenELEC Settings addon github: https://github.com/OpenELEC/service.openelec.settings/issues


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - DTR81 - 2016-03-13

Thanks, i opened an Issue.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - shokoladas - 2016-03-17

(2015-10-27, 21:52)popcornmix Wrote:
(2015-10-27, 21:23)Kendos Wrote: Can I somehow see what the Pi is sending?

Yes, if you ssh in and run "tvservice -s" it will show resolution, frame rate and 3D mode (SBS/TAB/FP).

Let me know if you spot any pattern for when the 3D switching works or doesn't work. This is something I'd very much like to understand.


Hello,
I have RP2 with Latest KODI 17.0 and have problem with 3D. All settings are as suggested but Full HD 3D in frame packed output works only for .ISO files. MKV with 3D.MVC. in file names does't work.
on some files 3D.mkv are played back as 2D(files from kodi sample files). And on some movie files projector recognizes 3D source but picture is messy green messSmile just possible to see some messy frames off the previous 3D movie which was played ok. (.ISO file). Checked "tvservice -s" over SSH. And the Pi is sending the correct signal. Exactly the same output when projector show 3d or not show. Seems RP2 sends frame packed format always ,just sometimes projector does't recognize for some reason.
Can't understand where could be the problem? How to debug?


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - vbat99 - 2016-03-17

Wrong thread.
Kodi pi 17 thread is here
http://forum.kodi.tv/showthread.php?tid=250817


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - abpostelnicu - 2016-03-19

can someone please give me a link to the latest master kodi 16 openelec build? Because at this link http://milhouse.openelec.tv/builds/master/RPi2/ i the build marke with 7 and 8 are all kodi 17 test builds, and the ones marked with 6 are very old, dated last year.

LE: i've seen that these builds are no longer maintained. Wink


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - iophobia - 2016-03-20

Will (OE7) tvheadend-addons from the Milhouse Rpi2 testing branch also work on RPi3 Jarvis builds?


Re: RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2016-03-20

(2016-03-20, 02:16)iophobia Wrote: Will (OE7) tvheadend-addons from the Milhouse Rpi2 testing branch also work on RPi3 Jarvis builds?

Genuinely not sure - try it, let us know how you get on.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - iophobia - 2016-03-20

Disabled automatic updates and tried to install your 4.1-1576-g52ed773 build from beginning of March and also one from a German source (http://build.mycvh.de/Tvh-OE7/) but afterwards in the addon settings it always says 4.0.8 as from the unofficial repo but the server is not reachable at port 9981. Would be nice to know from somebody who got it to work.

By the way, the 4.0.8 from the repo is working, so that's not a problem.

Edit: Tried an older build of yours (*-7.0.3-#1231-milhouse-v4.1-1276-ga27ed2e) and it seems to work. Don't know the reasons though, yet.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - alturismo - 2016-03-28

@Milhouse, could u may give me a hint what config changes are done so u get the "virtual" suspend feature in your releases, when i compile from OE7 master branch they are not there, when i compile from the actual ones (OE8 kodi 17) they are back again,
same like on your previews here ...

for an tip thanks ahead.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2016-03-29

(2016-03-28, 07:33)alturismo Wrote: @Milhouse, could u may give me a hint what config changes are done so u get the "virtual" suspend feature in your releases, when i compile from OE7 master branch they are not there, when i compile from the actual ones (OE8 kodi 17) they are back again,
same like on your previews here ...

for an tip thanks ahead.

Have a look at these, from the newclock5 branch:

https://github.com/popcornmix/xbmc/commit/3bd25ec4d399b0d61d22f28b21a60eeddb7518f5 Added methods SuspendVideoOutput() and ResumeVideoOutput() to CRBP class, which can be used to power down the Raspberry PI's video interface, and restore it at a later point.
https://github.com/popcornmix/xbmc/commit/6ae293b5be350a554757d371177d7c3f8f75c509 PowerManager (and its IPowerSyscall instance) now gets called from CApplication::OnKey() and can process and suppress key presses. This is a requirement to implement a virtual sleep state.
https://github.com/popcornmix/xbmc/commit/9215fc97ea777f30325120e619de5fdac582e30f Added CPowerSyscallVirtualSleep class, which acts as a base class for devices that have no native standby mode, and need to fake it in some way.
https://github.com/popcornmix/xbmc/commit/4de8f7911e6eb1142e79054e28d1a8bc07f93c4d Added power management support for the Raspberry Pi. Since it doesn't support true standby, we fake it by turning video on or off, and ignoring remote inputs during the standby phase.
https://github.com/popcornmix/xbmc/commit/d6ad1184ca3488904e402e117931921e947a52ae [power] hack - don't kill lirc or cec
https://github.com/popcornmix/xbmc/commit/224aa43d96be70de8eddfd9c493e191c4ed8b648 [power] hack - wake on any action
https://github.com/popcornmix/xbmc/commit/8dec54f86da85ac925137bf5a3f3ad315d5fac2d [power] hack - Make suspend toggle suspend state
https://github.com/popcornmix/xbmc/commit/522a68ea17a575668910f4eb7987b93705e5c017 [power] Add back in powerdown and reboot
https://github.com/popcornmix/xbmc/commit/8ca6f3824510dc4f613b04208fcc1c6394dfad68 [rbp] Resume video output on startup
https://github.com/popcornmix/xbmc/commit/4c0ec0fceb4448b28a6a5d51d8262d3bca74fd1b powermanagement: Reduce cpu usage when virtually suspended

I don't include "[power] hack - Make suspend toggle suspend state" in my builds, as it can cause problems with JSON.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - alturismo - 2016-03-29

thanks for pointing to the direction, i ll try to figure ut howto add those for compiling, just started to compile fom source Wink


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2016-04-16

Kodi 16 is now available in the official OpenELEC 7 beta release - closing thread.