OpenELEC Testbuilds for RaspberryPi Part 3 (Kodi 14.0)
New OpenELEC Helix build: #1109
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.17.2 #1 PREEMPT Sun Nov 9 21:01:49 GMT 2014 armv6l GNU/Linux

# vcgencmd version
Nov  7 2014 17:01:00
Copyright (c) 2012 Broadcom
version 3bd41a132583ec90e4a0410a4aa631d1e4e2d8ea (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20141109210038-r19595-g6b67931 [Build #1109]

Based on tip of OpenELEC master (6b679312, changelog) and tip of XBMC master (3d9dbc21, changelog) with the following modifications:
  • Includes newclock4 patches
  • Excludes the OpenELEC fernetmenta patches due to conflicts with newclock4
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-3.17.y
  • Excludes the OpenELEC xbmc-001-newclock4 patch in favour of sourcing these and possibly more recent patches directly from newclock4 branch
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Adapted service.openelec.settings to take advantage of PR:5217 [patch details]
  • Includes latest libnfs master (4a58e614)
  • Includes latest libcec master (260df18a)
  • Includes latest xbmc-pvr-addons master (8ea1a428)
  • Includes latest xbmc-addon-xvdr master (328fa653)
  • Includes CONFIG_COREDUMP=y to allow creation of coredumps (see here)
  • Includes additional ffmpeg codecs/muxers enabled for testing/benchmarking purposes (see patch)
  • Includes commits from libcec-2.2.0 (popcornmix)
  • Includes PR:373: Release v1.9.25 (kodi-pvr-addons)
  • Includes PR:374: [pvr.hts] Backported GetPlayingTime from pvr.tvh. (kodi-pvr-addons)
  • Includes PR:5573: webserver: improved caching control (see discussion)
  • Includes PR:5599: filesystem: add COverrideFile/COverrideDirectory to reduce code duplication
  • Includes PR:5625: Fix library clean/scan after #5324 when started from a remote.
  • Includes PR:5629: [PVR] Timeshifting: Fixed EpgInfoTag::[IsActive|WasActive|InTheFuture]
  • Reverted e502b099: Reason: may be responsible for ISO playback issues?
Build Highlights:
  1. Avoid busy spinning when socket timeout is too low
  2. A couple of other fixes which look to be audio/video sync related
  3. Added: PR:5629: [PVR] Timeshifting: Fixed EpgInfoTag::[IsActive|WasActive|InTheFuture]
Build Details:
  1. OpenELEC:
    • sundtek-mediatv: fixed (some) errors (PR:3601, 1 commit, 4 files changed)
    • systemd: machine-id.service has no job after local-fs.target (0d679d52)
    • systemd: move userconfig.service to sysinit.target (c787c452)
    • samba: samba.*.service has no job with local-fs.target (e1015111)
    • debug-shell.service: move to sysinit (c3f89271)
    • kodi-cleanlogs.service: move to sysinit (3235ac4c)
    • linux: add some upstream patches (dbe3ff78)
    • Mesa: update to Mesa-10.3.3 (501e6b14)
    • move vaapi / vdpau support to config/graphic (26bafc06)
    • projects/*/options: rename $AIRTUNES_SUPPORT to $KODI_AIRTUNES_SUPPORT (3e12eb05)
    • projects/*/options: rename $AIRPLAY_SUPPORT to $KODI_AIRPLAY_SUPPORT (e00be7b6)
    • projects/*/options: rename $AFP_SUPPORT to $KODI_AFP_SUPPORT (43120e99)
    • projects/*/options: rename $SSHLIB_SUPPORT to $KODI_SSHLIB_SUPPORT (682d64c0)
    • projects/*/options: rename $UPNP_SUPPORT to $KODI_UPNP_SUPPORT (479bd5c8)
    • projects/*/options: rename $WEBSERVER to $KODI_WEBSERVER_SUPPORT (58ef85be)
    • projects/*/options: rename $MYSQL_SUPPORT to $KODI_MYSQL_SUPPORT (08a6eeb2)
    • projects/*/options: rename $NONFREE_SUPPORT to $KODI_NONFREE_SUPPORT (a0677c63)
    • projects/*/options: rename $DVDCSS_SUPPORT to $KODI_DVDCSS_SUPPORT (fb231f9b)
    • projects/*/options: rename $OPTICAL_DRIVE_SUPPORT to $KODI_OPTICAL_SUPPORT (3b8c9ae0)
    • projects/*/options: rename $BLURAY_SUPPORT to $KODI_BLURAY_SUPPORT (02bd0452)
    • projects/*/options: rename $NFS_SUPPORT to $KODI_NFS_SUPPORT, add option for NFS mount support via the OS (d142051b)
    • projects/*/options: rename $SAMBA_SUPPORT to $KODI_SAMBA_SUPPORT, add option for SAMBA mount support via the OS (45183d93)
    • projects/*/options: rename $AACS_SUPPORT to $BLURAY_AACS_SUPPORT (142ff48a)
    • projects/*/options: rename $BDPLUS_SUPPORT to $BLURAY_BDPLUS_SUPPORT (b79b0292)
    • config/functions: update config overview (0894c68e)
    • debug: call get_graphicdrivers (6fc7e446)
    • add support to create different distributions with the same project configs (a6c92663)
    • plymouth-lite: add support for distro based splash, move default splash to distro folder (e8d1499f)
    • mkimage: say something before doing 'sudo scripts/mkimage' (6b679312)
  2. XBMC:
    • [ios] - get the resolution clamp for > 720p material back in place - the... (PR:5649, 1 commit, 1 file changed)
    • Add missing default icons (PR:5684, 2 commits, 5 files changed)
  3. kodi-pvr-addons:
    • updated .gitignore (4d7a3c48)
    • rebrand: install add-ons to /kodi instead of /xbmc (8ea1a428)
  4. newclock4:
    • New commits in this build:
      • [curl] Avoid busy spinning when socket timeout is too low (dc13320e)
      • [dvdplayer] Allow new timestamp correction code to be disabled with an advancedsetting (1c1d34a8)
      • [dvdplayer] Try resetting the demuxer if audio and video remain out of sync (1ff8c094)
  5. Additional commits/pull requests not yet merged upstream:
    • Added: PR:5629: [PVR] Timeshifting: Fixed EpgInfoTag::[IsActive|WasActive|InTheFuture]
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.


Messages In This Thread
Re: RE: - by Mafarricos - 2014-06-04, 20:21
Live tv issues again - by pootler - 2014-06-04, 23:29
RE: OpenELEC Testbuilds for RaspberryPi Part 3, - by removed151214 - 2014-08-04, 23:38
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-08-19, 00:11
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-08-21, 20:42
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-22, 22:20
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-22, 22:34
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-22, 22:44
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-23, 01:12
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-23, 23:24
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-09-25, 01:38
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-01, 18:12
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-01, 18:26
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-05, 01:07
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-11, 03:48
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-11, 04:06
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by removed151214 - 2014-10-11, 11:29
RE: OpenELEC Testbuilds for RaspberryPi Part 3 - by Milhouse - 2014-11-10, 00:00
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 3 (Kodi 14.0)8