• 1
  • 64
  • 65
  • 66(current)
  • 67
  • 68
  • 111
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1
(2015-03-08, 18:34)f2000 Wrote: Hi,

Im using build #0228 and my only fault is that sometimes the screen dims and doesnt come back properly. I need to either reboot for do something like change skin for it to brighten up again (hope that makes sense)

OpenELEC-RPi.arm-devel-20150228233837-#0228-g6c52ccc

I see there is a new build since then, should i update? Was there something broken in previous builds that this fixes? I was going to use copy this for some friends, wasnt sure if updating was essential or not.

Thanks

Does the screen dim as much as the screen saver does?

Or does it only dim just a little? As described here: link
I have been using OE 5.05 without issue in a multi-room Kodi on Pi setup with SQL server.

I tried #307 as my first dev build and found that it couldn't boot beyond the stationary Kodi logo.

The reason appears to be associated with the SQL login in my advancedsettings file. Removing the advancedsettings permitted it to boot without issue. Limiting the advancedsettings to just the SQL login caused it to hang again.
Are you sure it's not just taking a while to upgrade from v90 db schema to v91? I'm using MySQL without any issue, but the v91 upgrade can take a few minutes depending on the size of your library.

A debug log of your "hang" would provide more information.
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.
I had the same Problem with language of the GUI as @Arabaldo mentioned before. As @Milhouse advised, deleting the guisettings.xml and rebooting fixed the language issue after reconfiguring confluence.
@Milhouse, see https://github.com/xbmc/xbmc/pull/6665

Don't know if it's going in today. If it doesn't, please include it in tonight's build.
Yes. The database upgrade was the issue. After waiting for about 10min, it now appears to boot up without issue.
I just tested #0307b and i have the same issue. Hangs at kodi bootscreen.
Back to #0304 for now.
I want to disable HDMI-CEC because it keeps changing inputs on my AVR. This should be as straightforward as adding "hdmi_ignore_cec=1" to my config.txt file. But when I reboot, I get a black screen after the logo. Checking the logs, I see a number of entries like this:

18:39:26 100.309914 T:1885860928 ERROR: CecLogMessage - Open - vc_cec could not be initialised
18:39:26 100.310120 T:1885860928 ERROR: CecLogMessage - could not open a connection (try 10)
18:39:27 101.310402 T:1885860928 ERROR: CecLogMessage - could not start CEC communications
18:39:27 101.310608 T:1885860928 ERROR: OpenConnection - could not opening a connection to the CEC adapter
18:39:02 76.288147 T:1885860928 ERROR: CecLogMessage - Open - vc_cec could not be initialised
18:39:02 76.291451 T:1885860928 ERROR: CecLogMessage - could not open a connection (try 6)
18:39:03 77.292046 T:1885860928 ERROR: CecLogMessage - RegisterLogicalAddress - vc_cec_set_logical_address(E) returned invalid arg (8)
(2015-03-08, 14:32)Milhouse Wrote:
(2015-03-08, 13:07)Milhouse Wrote: This might be an issue for a short while, as the PVR addons have now been split out from xbmc-pvr-addons into individual repositories and now build differently, which is not yet fully supported by OpenELEC and is causing some breakage. The individual repositories are being updated while the old repository seems to be lagging behind, not sure what's going to happen to the old repository to be honest.

Those with PVR API issues, please test a new build:

#0307b: RPi / RPi2

This build is using the new kodi-pvr repositories for PVR addons.

I enabled PVR Demo, which worked, although it did require a restart of Kodi for the new PVR addon to take effect (ie. appear in the Home menu)

If this build is any good, I'll consider switching to it for future nightly builds.

pvr wmc does not work with #307b. Kodi updates the PVR side but the wmc plugin is not functioning.
wmc uses API 1.9.4

Thanks everyone for the great work.
(2015-03-09, 00:32)FabianE Wrote: I just tested #0307b and i have the same issue. Hangs at kodi bootscreen.
Back to #0304 for now.

Can't help without at least a debug log (wiki).
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-03-09, 04:56)DistantSynAck Wrote: pvr wmc does not work with #307b. Kodi updates the PVR side but the wmc plugin is not functioning.
Looking at the changelog for wmc it looks to be using API 1.9.2

Thanks everyone for the great work.

Thanks to h.udo the next #0308 build (it's running a bit late, for various build-related reasons) should have the up-to-date 1.9.5 PVR clients. Hope to have it on the servers in an hour or so.
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 Isengard build #0308b: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.19.1 #1 Mon Mar 9 06:07:21 GMT 2015 armv6l GNU/Linux

# vcgencmd version
Mar  7 2015 22:05:22
Copyright (c) 2012 Broadcom
version 400628335b46b083ce38f217322ae5bdb492409f (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150309060630-#0308b-g4a1b9f7 [Build #0308b]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (4a1b9f74, changelog) and tip of XBMC master (93a24394, changelog) with the following modifications: Build Highlights:
  1. New firmware
  2. New PVR build system, with bump to ffmpeg 2.6 (thanks, @stefansaraev + @h.udo - this build includes PR:6665)
  3. Updated libcec
  4. Reverted: PR:6635 - does this stop PVR crashing?
  5. Drop support for AFP (Apple Filing Protocol)
  6. Build #0308b: Enable PVR Addons, this time...
Build Details:
  1. Firmware (Mar 7):
    • firmware: dispserve: Allow vsync requests from multiple clients. See: link
    • firmware: hello_fft: Update to version 3. See: link
  2. OpenELEC:
    • New script - scripts/uninstall (PR:3951, 1 commit, 1 file changed)
    • Use neon-vfpv4 fpu on RPi2 (PR:3895, 1 commit, 1 file changed)
    • [WeTek_Play] - more control over the 3 leds (PR:3993, 3 commits, 5 files changed)
    • Mesa: update to Mesa-10.4.6 (5f6ff435)
    • linux: update to linux-3.19.1 (a89c41e6)
    • new package: add package 'Mako' (39023d11)
    • Mesa: rename to package 'mesa', update to mesa-3.5.0 (45b1b02a)
    • linux: implement limited color range for amd dce6+ asics (agd5f) (9a57d80a)
    • new package: add package 'MarkupSafe' (f88fc9e1)
    • Mako: depends on MarkupSafe:host (d9bb65ea)
  3. XBMC:
    • [rbp] update README (PR:6609, 1 commit, 1 file changed)
    • CHG: [droid] refactor wake lock; follow our screensaver (PR:5449, 3 commits, 7 files changed)
    • FIX: [amc] crash if decoder cannot handle a file (PR:6656, 1 commit, 1 file changed)
    • [filesystem] - remove afp (PR:6623, 1 commit, 56 files changed)
    • [ffmpeg] bump to 2.6 (PR:6636, 1 commit, 3 files changed)
    • [AE] pass force resample flag down to resampler (PR:6641, 1 commit, 11 files changed)
    • [audioencoders] add xbmc.audioencoder (PR:6662, 1 commit, 1 file changed)
    • Optimize CFileItem::operator=() (PR:6614, 1 commit, 1 file changed)
    • [CONFLUENCE] get rid of 0.75 effectslowdown (PR:6630, 3 commits, 68 files changed)
    • Index the entire collection's fanart when building the "fanart://Remote%i" strings (for master) (PR:6620, 1 commit, 1 file changed)
    • fixed: all add-ons got duplicated in the addon table (PR:6652, 2 commits, 2 files changed)
    • [pvr] bump xbmc.pvr/addon.xml after 5f76e327 (PR:6661, 1 commit, 1 file changed)
    • [cec] make libCEC a bit more silent (PR:6653, 2 commits, 2 files changed)
    • [settings] Add coded settings button with updateable label (PR:6435, 1 commit, 4 files changed)
    • Fix coverity uninit warnings in dialogs and dvdplayer (PR:6649, 1 commit, 14 files changed)
    • [Confluence] re-locate comments (e7f5a2af)
  4. libcec:
    • changed: some AVRs fail to be powered up by the TV when it powers up. power up the AVR explicitly (588f8f12)
  5. newclock4:
    • New commits in this build:
      • Fixed remote initialization (bc39cab4)
      • Fixed disconnect (46938c18)
      • Cosmetic changes Renamed setUsed to match the other input interfaces (fcf78829)
      • Changed sleep call to AbortableWait (7fa4885c)
      • configure: Add raspberry-pi2 platform (cf54c3eb)
      • squash: ffmpeg hevc remove upstreamed patches (77e808a1)
    • Commits no longer in build:
      • pass force resample flag down to resampler (1626c250)
  6. Additional commits/pull requests/changes not yet merged upstream:

Edit: Updated with #0308b
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.
RPi2 Build #308, all the PVR Addons are missing. VDR XVDR Client shows up in Disabled and thats the only one.
Unable to test. Sad

Build #307b, would not boot past Isengard Splash screen.

Ah crap, they were there for #0307b... Sad

The "prepare for kodi-15" patch isn't enabling any addons... will see if I can upload a new build shortly.
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-03-09, 07:26)wrxtasy Wrote: RPi2 Build #308, all the PVR Addons are missing. VDR XVDR Client shows up in Disabled and thats the only one.
Unable to test. Sad

#0308b uploaded with all PVR clients available - links updated in #0308 release post.
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
  • 64
  • 65
  • 66(current)
  • 67
  • 68
  • 111

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 112