v17 OSMC test builds for Krypton 17 (continued)
#1
Star 
This is a continuation of http://forum.kodi.tv/showthread.php?tid=254558

For OSMC Kodi 18 builds see http://forum.kodi.tv/showthread.php?tid=298775

The previous Raspberry Pi test builds thread has been closed as we have now moved to using an APT repository. This new system allows you to update test builds more easily and ensures that dependencies of the new builds are satisfied properly.

OSMC Test Builds for Kodi 17 for Raspberry Pi 1 & 2/3

Based on the Kodi master Krypton (v17) and popcornmix's newclock

Warning
Kodi 17 is currently beta 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.


Current Build
16.8-199, 2 Dec 2016: Based off OSMC commit (b9120ae19e) and newclock5 (a1d171ff)

Build Highlights:
Temporarily removed peripheral.joystick due to build error
kodi-binary-addons: inputstream.adaptive replaces inputstream.mpd and inputstream.smoothstream

Previous Builds:

16.8-198, 1 Dec 2016
16.8-197, 30 Nov 2016
16.8-196, 27 Nov 2016
16.8-195, 26 Nov 2016
16.8-194,24 Nov 2016
16.8-193, 23 Nov 2016
16.8-192, 22 Nov 2016
16.8-191, 21 Nov 2016
16.8-190, 19 Nov 2016
16.8-189, 13 Nov 2016
16.8-188, 12 Nov 2016
16.8-187, 11 Nov 2016
16.8-186, 10 Nov 2016
16.8-185, 9 Nov 2016
16.8-184, 8 Nov 2016
16.8-183, 7 Nov 2016
16.8-182, 6 Nov 2016
16.8-181, 3 Nov 2016
16.8-180, 2 Nov 2016
16.8-179, 1 Nov 2016
16.8-178, 31 Oct 2016
16.8-177, 30 Oct 2016
16.8-176, 29 Oct 2016
16.8-175. 23 Oct 2016
16.8-174, 22 Oct 2016
16.8-173, 21 Oct 2016
16.8-172, 19 Oct 2016
16.8-171, 18 Oct 2016
16.8-170, 15 Oct 2016
16.8-169, 14 Oct 2016
16.8-168, 13 Oct 2016
16.8-167, 11 Oct 2016
16.8-166, 10 Oct 2016
16.8-165, 08 Oct 2016
16.8-164. 07 Oct 2016
16.8-163, 06 Oct 2016
16.8-162, 05 Oct 2016
16.8-161, 04 Oct 2016

Archive:
http://kodi.gjmccarthy.co.uk

To get these builds, you will need to add gmc to the Debian repository. This can be by editing /etc/apt/sources.list, and adding the following:

Code:
deb http://download.osmc.tv/dev/gmc ./

To install a test build, run the following command to update the apt cache:

Code:
sudo apt-get update

And then issue the following command to install a test build for Raspberry Pi 2 or 3:

Code:
sudo apt-get install rbp2-mediacenter-osmc

To install a Raspberry Pi 1 or Raspberry Pi Zero build, issue the following command:

Code:
sudo apt-get install rbp1-mediacenter-osmc

You can now update to the latest build when it is published with the following commands:

Code:
sudo apt-get update
sudo apt-get dist-upgrade


To confirm which version you are running:

Code:
dpkg -l | grep mediacenter-osmc | awk '{ print $3 }'
Reply


Messages In This Thread
OSMC test builds for Krypton 17 (continued) - by kl1k - 2016-03-21, 14:44
Logout Mark Read Team Forum Stats Members Help
OSMC test builds for Krypton 17 (continued)6