** Kodi test builds for Raspberry Pi 1 & 2**
Based on the Kodi master Krypton (v17) and popcornmix’s newclock5
Warning
Kodi 17 is currently alpha and there is likely to be a lot of activity in the coming weeks/months.
Before proceeding make sure you have a backup of your Raspberry Pi. As these are test builds there could well be some unexpected problems.
Database upgrades could also be an issue. Please make a backup of the kodi database before installing, especially if you are running a remote MySQL database.
Recent builds (see below for older builds):
16.8-043, 19 March 2016: Based off OSMC commit (7d2f65c) and newclock5 commit (188ff0eeb)
There have been lots of changes as its been a while since the last build. I would advise you, as with all upgrades, to take a backup before you upgrade.
Was having libbluray compile issues. Thanks to @lilldeck for the assistance.
Update libcec library
RPi1:
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:
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
Update libbluray library
For this build you will need to install libbluray version 0.9.2-1
RPi1:
wget http://download.osmc.tv/dev/gmc/armv6l-libbluray-osmc-0.9.2-1.deb -O /tmp/armv6l-libbluray-osmc-0.9.2-1.deb && sudo dpkg -i /tmp/armv6l-libbluray-osmc-0.9.2-1.deb
RPi2:
wget http://download.osmc.tv/dev/gmc/armv7-libbluray-osmc-0.9.2-1.deb -O /tmp/armv7-libbluray-osmc-0.9.2-1.deb && sudo dpkg -i /tmp/armv7-libbluray-osmc-0.9.2-1.deb
To confirm the libbluray version installed:
sudo dpkg -l | grep libbluray-osmc | awk '{ print $3 }'
To confirm the libcec version installed:
sudo dpkg -l | grep libcec-osmc | awk '{ print $3 }'
Build Highlights
- Confluence skin has now been retired and replaced with Estuary. This is now the default skin in the nightlies.
- For current builds DVD playback remains temporarily disabled
- Updated libbluray library
New commits in this build:
Add missing dependencies to cpluff (7c5551ec)
Build addon libs (0d6528a9)
Fix addon installation (74d3d77b)
cmake: Add patches for ffmpeg (188ff0ee)
[VideoPlayer] Fix display time of bluray multi-part titles. (9aba1949)
[DebugInfo] Add cpu usage info. (fa5ddbf5)
fixup! [omxplayer] Add ability to dump out audio/video data for later debugging (09ab0ecd)
mmalrender: Remove control port (5bc1a74a)
[Stereo3D] Added mvc modes. (abcec408)
[VideoPlayer] Fix possible wrong aspect. (5aaab042)
[BaseRenderer] Fix aspect for TAB/SBS (need more testing) (e7be56c3)
ssif: Disable debug (e7bd9fe0)
stereoscopicmanager: remove hardwarebased for rbp (1c80f50d)
Fix Blu-ray playback in menu mode after changes to streamid. (4104f7e3)
Updated commits in this build:
debug: Add mouse pointer logging (2defbda7)
Commits no longer in build:
fixup! [omxplayer] Add ability to dump out audio/video data for later debugging (7d0ec112)
touch panel to display adjustment - support multitouch (345dc334)
[StereoscopicsManager] Added mvc modes. (66735209)
squash: new modes (268e2879)
[BaseRenderer] Fix aspect for TAB/SBS (28ff630)
fixup! 3dbd: keep mvc queue as full as possible (2e380556)
fixup: Fix missing return value (16ca44db)
fixup! wip: fix playback multi-part titles (27a0648c)
fixup: mvc build (02dad4c0)
squash! optimizations for DVDInputStreamBluray (f6b7baff)
- fix channel switch on guide (61ef56b5)
VideoPlayer: fix font for debug screen (44161958)
Revert “VideoPlayer: update selectionstreams when stream parameters changes” (cbf23d29)
VideoPLayer: fix DisplayAfterSeek (3756c27d)
Previous Builds
-
16.8-042, 04 March 2016: Release
-
16.8-041, 03 March 2016: Release
-
16.8-040, 02 March 2016: Release
-
16.8-039, 01 March 2016: Release
-
16.8-038, 29 Feb 2016: Release
-
16.8-037, 28 Feb 2016: Release
-
16.8-036, 24 Feb 2016: Release
-
16.8-035, 23 Feb 2016: Release
-
16.8-034, 22 Feb 2016: Release
-
16.8-033, 21 Feb 2016: Release
-
16.8-032, 19 Feb 2016: Release
-
16.8-031, 18 Feb 2016: Release
-
16.8-030, 16 Feb 2016: Release
-
16.8-029, 15 Feb 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:
wget http://download.osmc.tv/dev/gmc/rbp1-mediacenter-osmc-19032016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
RPi2:
wget http://download.osmc.tv/dev/gmc/rbp2-mediacenter-osmc-19032016.deb -O /tmp/kodi.deb && sudo dpkg -i /tmp/kodi.deb && sudo systemctl start mediacenter
Dependencies
If the install fails with missing dependencies you might need to install some of these:
- armv7-libbluray-osmc
- armv7-libcrossguid-osmc
- armv7-libsqlite-osmc
Example:
sudo apt-get install armv7-libcrossguid-osmc
Version
To confirm which version you are running:
dpkg -l | grep mediacenter-osmc | awk '{ print $3 }'