OSMC Test Builds for Kodi 17
#46
16.8-036, 24 Feb 2016: Based off OSMC commit 6f9a73a and newclock5 commit (dd5573)

Issues
Due to recent changes in the skin xml files some of the dialog buttons no longer work in Amber/OSMC etc skin. For the meantime please Confluence skin which has been updated to reflect the new xml files.

Update libcec library

For this build you will need to install libcec version 3.0.1-14

RPi1:
Code:
wget http://download.osmc.tv/dev/gmc/rbp1-libcec-osmc-3.0.1-14.deb   -O /tmp/rbp1-libcec-osmc-3.0.1-14.deb && sudo dpkg -i /tmp/rbp1-libcec-osmc-3.0.1-14.deb


RPi2:
Code:
wget http://download.osmc.tv/dev/gmc/rbp2-libcec-osmc-3.0.1-14.deb   -O /tmp/rbp2-libcec-osmc-3.0.1-14.deb && sudo dpkg -i /tmp/rbp2-libcec-osmc-3.0.1-14.deb


To confirm the libcec version installed:

Code:
sudo dpkg -l | grep libcec-osmc | awk '{ print $3 }'


newclock5

New commits in this build:

mmal: increase decode buffering a little to help harder MVC files (46e1a68d)
fixup: disable thread_safe_callbacks (b7256ec9)
mmal: Use correct pool destroy functions (ada9f083)


Commits no longer in build:

Revert "temp: Add lock around mmal and omx calls to avoid stalled audio issue" (ff3835a6)
temp: mmal: increase decode buffering a little to help harder MVC files (b7f89717)


Previous Builds
16.8-030, 16 Feb 2016: Release
16.8-030, 16 Feb 2016: Release
16.8-029, 15 Feb 2016: Release
16.8-028, 12 Feb 2016: Release
16.8-027, 9 Feb 2016: Release
16.8-026, 8 Feb 2016: Release
16.8-025, 7 Feb 2016: Release
16.8-024, 6 Feb 2016: Release
16.8-023, 5 Feb 2016: Release
16.8-022, 3 Feb 2016: Release
16.8-021, 2 Feb 2016: Release
16.8-020, 1 Feb 2016: Release
16.8-019, 31 Jan 2016: Release
16.8-018, 29 Jan 2016: Release
16.8-017, 28 Jan 2016: Release
16.8-016, 27 Jan 2016: Release
16.8-015, 25 Jan 2016: Release
16.8-014, 22 Jan 2016: Release
16.8-013, 19 Jan 2016: Release


Installation

Before you install the test build you will need to have a working version of OSMC installed and you should ensure that it is up to date.

To install the test builds:

RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-24022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-24022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

To confirm which version you are running:

Code:
dpkg -l | grep mediacenter-osmc | awk '{ print $3 }'
#47
16.8-032, 19 Feb 2016: Based off OSMC commit b82ea70 and newclock5 commit (ada9f083)

newclock5

New commits in this build:

mmal: increase decode buffering a little to help harder MVC files (46e1a68d)
fixup: disable thread_safe_callbacks (b7256ec9)
mmal: Use correct pool destroy functions (ada9f083)


Commits no longer in build:

Revert "temp: Add lock around mmal and omx calls to avoid stalled audio issue" (ff3835a6)
temp: mmal: increase decode buffering a little to help harder MVC files (b7f89717)

RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-19022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-19022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#48
16.8-033, 21 Feb 2016: Based off OSMC commit 72f88bb and newclock5 commit (047b4a7)

newclock5

New commits in this build:

SinkPi: Correct setting of passthrough flag (c9f99e25)
VideoPlayer: drop useless interface ISeekable (3b519e98)
VideoPlayer: rename DVDInputStream::ISeekTime to DVDInputStream::IPosTime (e43ba20f)
VideoPlayer: use function to get interfaces of inputstreams (400ba351)
mmal: move towards common class (ac05199a)
Revert "mmal: move towards common class" (047b4a70)

RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-21022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-21022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#49
16.8-033, 21 Feb 2016: Based off OSMC commit 72f88bb and newclock5 commit (047b4a7)

newclock5

New commits in this build:

VideoPlayer: drop incorrect error message (158d1789)
AE: fix re-mappng issue (e487a1aa)


Commits no longer in build:

mmal: Include mmal renderer logging in video category (adcff19c)
mmal: increase decode buffering a little to help harder MVC files (125bb30d)
mmal: Use correct pool destroy functions (459a3949)
SinkPi: Correct setting of passthrough flag (c9f99e25)
mmal: move towards common class (ac05199a)
Revert "mmal: move towards common class" (047b4a70)


RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-22022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-22022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#50
16.8-036, 24 Feb 2016: Based off OSMC commit 6f9a73a and newclock5 commit (dd5573)

newclock5

New commits in this build:

mmal: increase decode buffering a little to help harder MVC files (46e1a68d)
fixup: disable thread_safe_callbacks (b7256ec9)
mmal: Use correct pool destroy functions (ada9f083)


Commits no longer in build:

Revert "temp: Add lock around mmal and omx calls to avoid stalled audio issue" (ff3835a6)
temp: mmal: increase decode buffering a little to help harder MVC files (b7f89717)


RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-24022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-24022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#51
16.8-035, 23 Feb 2016: Based off OSMC commit e8c4355 and newclock5 commit (dd5573)


newclock5

New commits in this build:

VideoPlayer: some cleanup in audio player (212fb7d1)
VideoPlayer: fix comskip (58c8615c)
mmal: Handle software and hardware decode with common renderer code (dd55734d)


Commits no longer in build:

fixup: disable thread_safe_callbacks (98c26f9c)
VideoPlayer: drop useless interface ISeekable (ed0bce2b)
VideoPlayer: rename DVDInputStream::ISeekTime to DVDInputStream::IPosTime (b4198f78)
VideoPlayer: use function to get interfaces of inputstreams (c706e03b)
AE: fix re-mappng issue (e487a1aa)


RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-24022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-24022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#52
16.8-037, 28 Feb 2016: Based off OSMC commit 90e7a71 and newclock5 commit (c272a22)

newclock5

New commits in this build:

changed: Ignore chapters for large step if there's only one (c272a229)


Commits no longer in build:

cmake: Add libs vcsm and containers (1a11bd6b)


RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-28022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-28022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#53
16.8-038, 29 Feb 2016: Based off OSMC commit c193405 and newclock5 commit (61a2053)

newclock5

New commits in this build:
squash dropping (c928cc53)
MMAL: Remove support for YUV and make the MMAL format more general (a24e2bf2)
MMAL: Add zero copy accelerated interface to ffmpeg (1065f701)

Commits no longer in build:
[network] Fix CZeroconfBrowserAvahi::doRemoveServiceType map iterator usage (8be2af26)
[cmake] fix libdvd after move to depends (824ca7e0)
[cmake] openssl is an optional dep (089fdd37)
[cmake] fix mmal (b7331487)
[gui] change CGUIEditControl to use CVariant (2ab4fad6)
[addons] remove 'visualization-library'. unused (0a1fc480)
[addons] remove 'userdirs' feature. unused (181d1ce5)
[addons] remove repository plugin hooks. unused and broken (7fd6454b)
VideoPlayer: drop incorrect error message (e5c9194a)
VideoPlayer: make video abort faster on flush (b37c6e41)
VideoPlayer: some cleanup in audio player (91499d8b)
VideoPlayer: fix comskip (7a1636d2)
OMXVideoPlayer: make video abort faster on flush (479b92ad)
[PVR] PVRManager::Cleanup - do not destruct addons with pvr manager mutex locked (ac0640b2)
[python] - fix WindowXML().setProperty() (4bbc6550)
[cmake] Drop unused FindMpeg2 module (5d9fa5c5)
[cmake] Build kodi.bin for android (b3e3a643)
move jsonrpc code out of AddonProps (abc71dfe)
[addons] don't return empty repository on failure. regression from 78096f42db (73cf7ed9)
cleanup CScraper constructors (26f42f66)
[addons] remove unnecessary database access on opening info dialog (0756e1a8)
[addons] cleanup and cosmetics (e50cdd8b)
[database] dont attempt to drop automatically created indices when clearing analytics (2578bab1)
rbp: Add zero copy interface to ffmpeg for software decode (1a57190d)

RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-29022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-29022016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#54
16.8-039, 01 March 2016: Based off OSMC commit 92f47ce27e3 and newclock5 commit (4cdff06)


newclock5

Commits no longer in build:
squash dropping (c928cc53)
squash me (c3328bb7)

Additional commits/pull requests/changes not yet merged upstream:
Exclude [env] Incompatible with libcec 3.1.0, not required (libcec-03-amlogic-support.patch:)
Added: [pkg] Implement filecache retry logic (PR:8723:)
Added: [pkg] Fix out of memory crash in CArchive (PR:9225:)

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-01032016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-01032016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#55
16.8-040, 02 March 2016: Based off OSMC commit (92f47ce27e3) and newclock5 commit (35c626ced13)

Build Highlights

This build includes a fix for a crash issue occurring 038 and 039 (FATAL error on service.xbmc.versioncheck)

**NOTE: For current builds DVD playback remains temporarily disabled**

newclock5

New commits in this build:
fixup! temp: Add lock around mmal and omx calls to avoid stalled audio issue (35c626ce)


Commits no longer in build:
changed: Ignore chapters for large step if there's only one (60bf5ee5)
VideoPlayer: some cleanup for dropping video frames (4cdff068)


RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-02032016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-02032016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#56
16.8-041, 03 March 2016: Based off OSMC commit (92f47ce27e3) and newclock5 commit (6dcbf2af)

newclock5

New commits in this build:

fixup! rbp: Support zero copy interface with hevc acceleration (1c7b53c3)
MMALFFPEG: Avoid crash with 10-bit video (6dcbf2af)

Commits no longer in build:
confluence: Remove media-overlay.jpg for when video is backgrounded (b8f7aadf)
fixup! temp: Add lock around mmal and omx calls to avoid stalled audio issue (35c626ce)

RPi1:

Code:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-03032016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter

RPi2:

Code:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-03032016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
#57
Has there been any testing or feedback of these builds on the RPi3?
#58
Hi,
I have a quick question on OSMC build for RPi 2 (and 3).
Are you exploiting VDSO support for gettimeofday() in Kodi?
Probably x86 version has enough computing power, but I think we could get benefit by using VDSO.

Regards,
Claudio
#59
@mcaron1234 I can confirm rbp2-mediacenter-osmc-04032016.deb runs on the Pi3

I was also wondering why dvd playback is temporarily disabled ?
#60
Is OSMC's stock skin now working w/latest builds? It wasn't w/3.0.1-14.
[H]i-[d]eft [M]edia [K]een [V]ideosaurus
My HT

Logout Mark Read Team Forum Stats Members Help
OSMC Test Builds for Kodi 172