• 1
  • 67
  • 68
  • 69(current)
  • 70
  • 71
  • 168
OpenELEC Testbuilds for RaspberryPi (Kodi 16.0)
My Pi 2 misbehaves if it doesn't receive around 5.25v, perhaps yours does as well. I have a variable voltage power supply, at around 5.0 volts I begin to see the undervoltage icon and get visual glitches.

Do you ever see the rainbow icon?
No I had no rainbow icon, will try other psu now.
On page 2 of this thread (http://forum.kodi.tv/showthread.php?tid=217170&page=4), an interesting discussion ensues on overclocking. I'm just curious, since OE has improved significantly since, are there any suggested settings for more intensive CPU functions such as watching LiveTV? Popcornmix recommended these settings a while ago, and I just wanted to check in and see if they're still considered ideal:

Quote:arm_freq=1000,
core_freq=500,
sdram_freq=500,
over_voltage=2
New OpenELEC Jarvis build #0904: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.1.6 #1 Fri Sep 4 23:23:10 BST 2015 armv6l GNU/Linux

# vcgencmd version
Sep  2 2015 15:06:26
Copyright (c) 2012 Broadcom
version 65d10bdd7b509391aaf143b30b66246461909f94 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150904232218-#0904-g51eea0c [Build #0904]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (51eea0c6, changelog) and tip of XBMC master (4eb14371, changelog) with the following modifications: Build Highlights:
  1. New videodb schema, v96
Build Details:
  1. OpenELEC:
    • xf86-video-nvidia: update to xf86-video-nvidia-352.41 (b0ebdc4b)
    • libvdpau: update to libvdpau-1.1.1 (40000d6c)
    • libdrm: update to libdrm-2.4.64 (6c48ea6d)
    • xf86-video-intel: update to xf86-video-intel-300319e (4e6274fb)
    • bcm_sta: add patch to fix nullpointer crash with kernel 3.18+ (4df6f892)
    • gdb: update to gdb-7.10 (51eea0c6)
  2. XBMC:
    • Bump minimum libbluray version to 0.7.0 in configure.ac. (PR:7950, 1 commit, 2 files changed)
    • User rating for video items (PR:7561, 6 commits, 23 files changed)
    • [videodatabase] Fix database version after #7561 (PR:7956, 1 commit, 1 file changed)
    • Fix < menu > for Android and linux (PR:7936, 1 commit, 2 files changed)
    • [confluence] remove obsolete windows from visible condition (PR:7958, 1 commit, 1 file changed)
    • [binary addons] Add automatic dependency handling and move RSXS and some Visualizations to addons (PR:5329, 11 commits, 2307 files changed)
    • jsonrpc: fix Audio.Details.Base definition after 59cead53175c51e25d5d73b25e95cbf8d2d309e2 (258ed25c)
    • [videodatabase] fix typo (954ad3f8)
  3. Additional commits/pull requests/changes not yet merged upstream:
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.
First of all, big thanks for the continued development and nightly builts!!!

Quick question: are the current nightlies based on videolibrary version 94, 95 or 96? The wiki is somewhat inconclusive as it states alpha 2 with 94 and aplha 3 with 96. Alpha 3 is not out yet and 95 is skipped?

http://kodi.wiki/view/Database_versions
Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 16 GB DDR3 | 128 GB SSD, 82 TB (9 x 6 TB, 7 x 4 TB)
HTPC 1: Raspberry Pi 2 | HTPC 2: Raspberry Pi 2 | HTPC 3: Raspberry Pi
(2015-09-05, 04:50)steve1977 Wrote: Quick question: are the current nightlies based on videolibrary version 94, 95 or 96? The wiki is somewhat inconclusive as it states alpha 2 with 94 and aplha 3 with 96. Alpha 3 is not out yet and 95 is skipped?

http://kodi.wiki/view/Database_versions

v96, as of #0904 - I usually mention in the release notes whenever there's a schema bump (assuming I notice, of course), as obviously this can throw other clients out of balance if you're using MySQL[1].

v95 lasted only for #0901 and #0902 (there was no #0903 because of a problem that required the introduction of v96 - see end of PR7561 for details).

As such v95 is no longer mentioned in the Wiki because it's already been superseded by v96.

1. Is there any interest in my totally non-standard bleeding-edge OpenELEC Kodi 16 Generic and Nvidia_Legacy x86 builds? I could throw these up whenever there's a schema bump, although support would have to be in a separate thread. They're basically the same as these RPi builds, minus any of the newclock4 commits that are RPi specific (eg. ARM HEVC optimisations) although many other newclock4 fixes/enhancements apply to x86 also.
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.
(2015-09-05, 05:59)Milhouse Wrote: v95 lasted only for #0901 and #0902 (there was no #0903 because of a problem that required the introduction of v96 - see end of PR7561 for details).

As such v95 is no longer mentioned in the Wiki because it's already been superseded by v96.

You mentioned having to drop v95 database to fix a problem with PR7561. Is that something users of these builds need to do, or did the build that made that necessary not get published?
(2015-09-05, 12:31)popcornmix Wrote: You mentioned having to drop v95 database to fix a problem with PR7561. Is that something users of these builds need to do, or did the build that made that necessary not get published?

I withheld the release of #0903 because that build would have required the v95 db to be dropped. However the addition of the v96 bump in #0904 means that users of these builds with a v95 database don't need to drop it, and the migration to v96 will complete successfully.
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 could you please provide working vdr addon?
I want to try if I could solve livetv artefacts with other backend.
(2015-09-05, 16:26)polo_joe Wrote: @Milhouse could you please provide working vdr addon?

Why is the currently available add-on not working - can you give a hint?

Although I can build a new vdr-addon, this is unlikely to be any different to that which is already available - the vdr-addon is quite complex and providing an updated version is not a trivial task.
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.
When trying to install current version I get the following error:
17:54:46 2309.358887 T:1471149056 ERROR: CAddonInstallJob[service.multimedia.vdr-addon]: The dependency on pvr.vdr.vnsi version 1.9.6 could not be satisfied.
(2015-09-05, 17:55)polo_joe Wrote: When trying to install current version I get the following error:
17:54:46 2309.358887 T:1471149056 ERROR: CAddonInstallJob[service.multimedia.vdr-addon]: The dependency on pvr.vdr.vnsi version 1.9.6 could not be satisfied.

Oh right, that. See here for an explanation, and solution - a manual install of the add-on should work.
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.
Thanks, tried vdr, but there are the same artefacts on the same channel.
Are the artifacts like digital fade or something else?
New OpenELEC Jarvis build #0905: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.1.6 #1 Sat Sep 5 21:02:34 BST 2015 armv6l GNU/Linux

# vcgencmd version
Sep  2 2015 15:06:26
Copyright (c) 2012 Broadcom
version 65d10bdd7b509391aaf143b30b66246461909f94 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150905210146-#0905-g51eea0c [Build #0905]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (51eea0c6, changelog) and tip of XBMC master (ccae6f40, changelog) with the following modifications: Build Highlights:
  1. Kodi cosmetics
  2. DCADEC: Display real stream information
Build Details:
  1. XBMC:
    • JSON-RPC: fix defects detected by coverity (PR:7963, 4 commits, 5 files changed)
    • fix language strings after 0997117a659a09e7b1c5bcb110f3526ea16698be (PR:7967, 1 commit, 2 files changed)
    • Fix: Disable unneeded flip of characters for hebrew/arabic languages (PR:7966, 1 commit, 1 file changed)
  2. pvr.wmc:
    • [pvr] Fix Deletion of SeriesTimer (PR:22, 2 commits, 4 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: PR:7969: DCADEC: Display real stream information - don't hide what we know
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.
  • 1
  • 67
  • 68
  • 69(current)
  • 70
  • 71
  • 168

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 16.0)10