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) - Milhouse - 2015-07-14

(2015-07-14, 08:39)misa Wrote: When I want to use this, do I have just put <imagescalingalgorithm>bicubic</imagescalingalgorithm> in the advangesettings.xml or do I have to do more?

I think that should do it.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - misa - 2015-07-14

(2015-07-14, 09:39)Milhouse Wrote:
(2015-07-14, 08:39)misa Wrote: When I want to use this, do I have just put <imagescalingalgorithm>bicubic</imagescalingalgorithm> in the advangesettings.xml or do I have to do more?

I think that should do it.

Ok, so no cleaning anything before I put this in the file?


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-07-14

(2015-07-14, 09:41)misa Wrote: Ok, so no cleaning anything before I put this in the file?

Once you add that to as.xml, only new artwork will be cached with the new algorithm.

If you want existing artwork to be cached with the new algorithm you'll need to clear your texture cache - delete Textures13.db and the Thumbnails folder - then allow Kodi to re-cache your artwork (the script in my sig can help do this automatically).


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - doldi - 2015-07-14

Hello,
Fix for missing text in notifications is'nt working on my Pi2.
The Box appears emty on the right lower side with an blu exclamation point ...

[#0713: RPi2] =>
ok, the reason is, that i don't have any working Video Addons - no Internetconnection.

[#0712: RPi2]
All Video AddOns are working fine with this build.

?


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - popcornmix - 2015-07-14

(2015-07-14, 03:47)Milhouse Wrote: [*]New firmware, with 1080i hardware accelerated de-interlace - many thanks @popcornmix (as usual) and Eben!

It does need some overclock. Something like:
Code:
core_freq=400
v3d_freq=400
over_voltage=2
force_turbo=1

You can probably get away without the over_voltage setting which avoids setting the warranty bit. I could still run with core_freq=500, v3d_freq=500, h264_freq=500 without over_voltage.

To confirm you are running the qpu/advanced deinterlacer you can run:
Code:
while : ; do vcdbg malloc |grep -i qpu ; sleep 1 ; done

You should see occasional lines like:
Code:
0x3e5f3160 = malloc(480)  [qpu_malloc]
(which shows the qpu code is running) when set to "Advanced", but not when set to "Auto" when playing 1080i.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - misa - 2015-07-14

Where can I set this up exactly so these settings can bet set as default?

running the qpu/advanced deinterlacer


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - popcornmix - 2015-07-14

(2015-07-14, 13:59)misa Wrote: Where can I set this up exactly so these settings can bet set as default?

running the qpu/advanced deinterlacer

Play a video. Bring up video OSD settings. Make sure "Deinterlace video" is set to "Auto" and "Deinterlace method" is set to "MMAL - Advanced".
Now choose "Set as default for all videos" and you should find any interlaced video you play uses the high quality algorithm.

I recommend adding
Code:
gpu_freq=400
force_turbo=1

which doesn't set your warranty bit (assuming you don't specify over_voltage) and seems to work on most Pi's.
You may be able to set gpu_freq=500 which gives a bit more overhead (e.g. when there are overlays on screen).


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - misa - 2015-07-14

When I put in:

gpu_freq=400

System is freezing and cec is not working anymore


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-07-14

(2015-07-14, 11:34)doldi Wrote: Hello,
Fix for missing text in notifications is'nt working on my Pi2.
The Box appears emty on the right lower side with an blu exclamation point ...

[#0713: RPi2] =>
ok, the reason is, that i don't have any working Video Addons - no Internetconnection.

[#0712: RPi2]
All Video AddOns are working fine with this build.

?

The notification text is working in #0713, at least via the JSON method.

If you don't have a working network connection in #0713 please describe your setup - are you using WiFi or wired? Upload a debug log (wiki). If you're using WiFi, the output from dmesg would also be useful.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-07-14

(2015-07-11, 19:12)MrNice Wrote: Here is the screenshot of the window with "Add music".
http://imgur.com/PbzYemL

The high CPU load in Music > Files (and Video > Files, and quite possibly elsewhere) should be fixed in the next build (PR7504). Thanks for mentioning this, @MrNice. Smile


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - doldi - 2015-07-14

(2015-07-14, 14:31)Milhouse Wrote:
(2015-07-14, 11:34)doldi Wrote: Hello,
Fix for missing text in notifications is'nt working on my Pi2.
The Box appears emty on the right lower side with an blu exclamation point ...

[#0713: RPi2] =>
ok, the reason is, that i don't have any working Video Addons - no Internetconnection.

[#0712: RPi2]
All Video AddOns are working fine with this build.

?

The notification text is working in #0713, at least via the JSON method.

If you don't have a working network connection in #0713 please describe your setup - are you using WiFi or wired? Upload a debug log (wiki). If you're using WiFi, the output from dmesg would also be useful.

Hello again, well i'm wired - after a new update from '#0712 to '#0713 all VideoAddons works.
The notification text is working, if somthing iss missing on the List , for example: no Video from disposition, they all will beshown in the advertising copy notification text.

ok -Your right.

I think, some of my Addon makes Trouble on Start, and this wil be shown with an empty Notification ...

...and this is now my problem ;-)

THX


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-07-14

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

Code:
# uname -a
Linux rpi512 4.1.2 #1 Tue Jul 14 21:15:11 BST 2015 armv6l GNU/Linux

# vcgencmd version
Jul 14 2015 01:21:05
Copyright (c) 2012 Broadcom
version 41afcc6c933c1bc44ebdedc5aaf965b685b604e7 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150714211422-#0714-gdec8e1f [Build #0714]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (dec8e1fe, changelog) and tip of XBMC master (0ab8a08f, changelog) with the following modifications: Build Highlights:
  1. Update RTL8812AU driver
  2. Fix for high CPU load in Music/Video > Files
Build Details:
  1. OpenELEC:
    • RTL8812AU: Update driver with improved 5GHz support (dec8e1fe)
  2. XBMC:
    • [DirectoryNode] add 'All albums' option (PR:7499, 1 commit, 1 file changed)
    • [XBMC][ADDONS] Got rid of boost::totally_ordered from AddonVersion (PR:7498, 1 commit, 2 files changed)
    • Mouse wheel support for X11-less linux distros (openelec) (PR:7478, 2 commits, 2 files changed)
    • [pvr] Show ".." label when displaying children of repeating timers (PR:7501, 1 commit, 2 files changed)
  3. pvr.hts:
    • [debian packaging]: fix library install path (PR:61, 1 commit, 1 file changed)
  4. pvr.vdr.vnsi:
    • [debian] fix library install paths (PR:18, 1 commit, 1 file changed)
  5. newclock4:
    • Commits no longer in build:
      • Mouse wheel support for X11-less linux distros (openelec) (c763c23d)
      • printf call replaced by CLog::Log (ef2030dc)
  6. kernel 4.1.y:
    • New commits in this build:
      • vchiq_arm: Sort out the vmalloc case (042bc608)
      • spidev: Add "spidev" compatible string to silence warning (133b98ee)
  7. Additional commits/pull requests/changes not yet merged upstream:
    • Added: PR:7504: [guilib] fix dirty regions because it evaluates always to true



RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Leopold - 2015-07-15

(2015-07-14, 03:47)Milhouse Wrote: [*]New firmware, with 1080i hardware accelerated de-interlace - many thanks @popcornmix (as usual) and Eben!

It does need some overclock. Something like:
Code:
core_freq=400
v3d_freq=400
over_voltage=2
force_turbo=1

I'm sure a lot of PVR users will be happy that this is being worked on.
It's not working for me yet Sad
Log, screenshot, and example file are here.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - zaphod24 - 2015-07-15

With both 0713 and 071, no overclock and no changing the deinterlacer from the default I have an issue playing the 1080i_h264-2.ts sample file from http://solidrun.maltegrosse.de/~fritsch/

The video never really updates after the first frame or two. I have uploaded the logs to http://sprunge.us/eeYF


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-07-15

(2015-07-15, 01:02)Leopold Wrote: It's not working for me yet Sad
Log, screenshot, and example file are here.

Testing your video with #0714 on RPi2, I tried "Auto" and "MMAL - Advanced" but this hangs Kodi on a frozen frame - it's not garbled like your screenshot however. It does require a reboot of OpenELEC (rather than just a "systemctl restart kodi") otherwise the GPU seems to be messed up. Further attempts to play this video with "Auto"/"MMAL-Advanced" result in an immediate freeze with the first frame visible, although thankfully the GUI is still responding so it's possible to reset deinterlace to "Auto". If I select "On"/"MMAL-Advnaced" while playing the video it will freeze, I restart OpenELEC, then on playing this video again there is no image visible (just a black screen) and again the player is frozen (GUI still responds though).

I also found a sample 1080i video called "PAW Patrol.ts" - I think this video had problems a while ago with changes of frame rate (or was it number of audio channels?) at the advert transitions (although to be honest, I'm not really sure where the adverts end and the programmes start in this video, but that's another matter...).

Anyway with "Auto"/"MMAL - Advanced", the "PAW Patrol.ts" video plays very badly, headache inducing bad (it gave me a headache anyway). The first serious problem appears at about 45 seconds with the Disney Princess (major flickering - it looks like frames shown a few seconds previously are being shown again, alternately with a new frame), and this continues throughout. It doesn't crash, hang or freeze, though. A slightly less serious issue, there's also a bright line that is sometimes visible at the top of the video which I don't think should be there (it comes and goes throughout the video, but is usually there at the start during the monster car race scene).

500MB Dropbox: PAW Patrol.ts