• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 37
v18 OSMC test builds for Leia (Kodi 18)
#1
Tongue 
If you are having issues with updating this is due to the aptly certificate expiring. You will need to download and install the new public cert:
Code:
wget -qO - http://download.osmc.tv/dev/gmc-19/public/pubkey.asc | sudo apt-key add -


With Kodi Krypton now branched, the master is on Leia (v18)

Previous Krypton nightlies can be found here.

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

Based on the Kodi master Leia (v18) and popcornmix's newclock

Warning
Kodi 18 is currently in RC3 and there is likely to be a lot of activity in the coming weeks/months. As these are beta builds expect some issues.

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.


Installing
You need a working system in order to install these test builds. If you do not have OSMC already installed then go to https://osmc.tv/download/ to install the latest stable version.

As the nightlies are now built on Debian Stretch you will first need to upgrade your OS to stretch.

https://discourse.osmc.tv/t/testing-debi...osmc/54294

**Make sure you have a backup. Once the upgrade starts there is no going back.**

Once the upgrade has been completed you will need to also complete the following:

Edit
Code:
 /etc/apt/sources.list



Save and exit file.

Import gpg certificate:
Code:

Finally run update and dist-upgrade to install latest nightly.

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


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

After upgrading to each new nightly chances are good that it will crash once (sad face). Kodi will auto restart and resume again as normal. This is a known issue


Support:
Since we are in alpha there could be a lot of incompatibilities with skins and addons. To resolve these its best taking the issue up with the addon developer.

If you have any issues with OSMC please provide debug logs. Most probems are almost impossible to fix if we don't have the debug logs.

How to submit a useful support request
Quote:https://osmc.tv/wiki/general/how-to-subm...t-request/

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

To confirm which version you are running:
Code:
dpkg -l | grep mediacenter-osmc | awk '{ print $3 }'

Current Build


18.8-23, 12 April 2019


Previous Builds

18.8-22, 10 April 2019
18.8-21, 9 April 2019
18.8-20, 8 April 2019
18.8-19, 6 April 2019
18.8-18, 4 April 2019
18.8-17, 4 April 2019
18.8-16, 3 April 2019
18.8-15, 2 April 2019
18.8-14 Skipped
18.8-13, 30 March 2019
18.8-12, 29 March 2019
18.8-11, 28 March 2019
18.8-10, 27 March 2019
18.8-9, 24 March 2019
18.8-8, 22 March 2019
18.8-7, 21 March 2019
18.8-6, 20 March 2019
18.8-5, 19 March 2019
18.8-4, 18 March 2019
18.8-3, 17 March 2019
18.8-2, 17 March 2019
18.8-1, 15 March 2019
17.8-433, 13 March 2019
17.8-432, 11 March 2019
17.8-431, 10 March 2019
17.8-430, 9 March 2019
17.8-429, 7 March 2019
17.8-428, 4 March 2019
17.8-427, 2 March 2019
17.8-426, 1 March 2019
Reply
#2
17.8-001, 3 Dec 2016: Based off OSMC commit (b9120ae19e) and newclock5 (0222e62e)

Build Highlights:
Kodi 18 alpha 1
Temporarily removed peripheral.joystick due to build error

XBMC:
reset slideshow state on window close (PR:10997, 1 commit, 1 file changed)
FFmpeg: Bump to 3.1.6-Krypton-Beta6 (PR:10992, 1 commit, 1 file changed)
[estuary] sync (PR:11014, 1 commit, 38 files changed)
bump to v18.0 alpha 1 (PR:11015, 1 commit, 2 files changed)
Use DRM as a fallback if not on X11 for VAAPI (PR:10922, 1 commit, 2 files changed)
Quell some warnings (PR:11010, 10 commits, 15 files changed)
use video disptime only in case video is running (PR:11018, 1 commit, 1 file changed)
[cmake] Win-Binary-Addon fixes + Handle "select" as setting type for binary addons (PR:10875, 3 commits, 2 files changed)
[binary-addons/win32] Add support for MSYS/MinGW (PR:10964, 4 commits, 12 files changed)
Fixes and code improvements from game branch (PR:11013, 8 commits, 7 files changed)
[lang][kodi.core] automatic syntax corrections for the en_GB language file (fe8b16fa)

kodi-theme-Estuary:
rem mediamenu width (2a23e7d2)
eventlog positoning (f266c39a)
videoinfo filename tweaks (3391aaad)
rem needless border attributes (4b4d79b3)
rem double userrating for musicinfowall (6ce17fc7)
mediaflag cosmetics (3c5d5e59)
hide corner overlay when no poster available (d4a595f8)
videoosd cleanup (b01ed8ca)
Alignment and cleanup (#144) (d0b8f16b)
sync (f343fe9a)
song info fallback (7e6133b8)
width tweak for pvr timers (94d4a41c)
cleanup (6bc26596)
cleanup (70e94af6)
wip: busyspinner for updating widgets (cd944758)

pvr.vbox:
Fixed yet more Coverity issues (#163) (4bc6f1e1)
Reply
#3
17.8-002, 6 Dec 2016: Based off OSMC commit (b9120ae19e) and newclock5 (0222e62e)

Build Highlights:
Temporarily switch back to stock kodi-theme-Estuary
Added peripheral.joystick back

Build Details:

XBMC:
[cleanup][pvr] get rid of obsolete guide views (PR:10838, 2 commits, 5 files changed)
[guilib] Change System.HasModalDialog to System.HasActiveModalDialog … (PR:10850, 2 commits, 11 files changed)
Inconspicuous fix (PR:11022, 8 commits, 245 files changed)
Mir windowing system for Kodi (PR:10898, 1 commit, 20 files changed)
[PVR] context menu rewrite & major gui actions refactoring (PR:10870, 21 commits, 66 files changed)
Integrate CSettings into CServiceManager/CServiceBroker (PR:10848, 3 commits, 223 files changed)
[cmake] linux: install game headers (PR:11035, 1 commit, 1 file changed)
fixed: do not use move into member variable here (PR:11026, 1 commit, 1 file changed)
[Estouchy] update (PR:11030, 1 commit, 3 files changed)
Revert "This makes the SubtitleDialog remember the last service used,… (PR:11036, 1 commit, 2 files changed)

inputstream.adaptive:
.gitignore adapted (4cfc3a29)

newclock5:
Commits no longer in build:
[hifiberry] Hack: force it to be recognised as IEC958 capable to enable passthrough options (e907db29)
[rbp] [retroplayer] Initial support for mmal renderer (c55fcb77)
Revert "[hifiberry] Hack: force it to be recognised as IEC958 capable to enable passthrough options" (e36ac2a4)
Reply
#4
17.8-003, 7 Dec 2016: Based off OSMC commit (b9120ae19e) and newclock5 (56b9be9)

Build Highlights:
NFS dir symlink fix

Build Details:

XBMC:
[NFS] - in case we resolve a symlink - don't accidently manipulate the original dirent memory (PR:11049, 1 commit, 1 file changed)
[doxygen] improve coding guidelines for header includes (PR:11043, 1 commit, 1 file changed)
FIX: [rar] deadlock with cbr + net vfs (credit notspiff) (PR:10830, 1 commit, 1 file changed)
[PVR] CApplication:TonguelayMedia: Use new PVRGUIActions functionality for playback of PVR channels and recordings. (PR:11052, 1 commit, 6 files changed)

pvr.mythtv:
4.10.1 (PR:79, 2 commits, 5 files changed)
4.11.0 (PR:80, 4 commits, 9 files changed)
Reply
#5
17.8-004, 10 Dec 2016: Based off OSMC commit (b9120ae19e) and newclock5 (8c3dddf0)

Build Highlights:
Update inputstream.adaptive with widevine decryption support
Revert "remove autotools buildsystem"

OSMC:
When building add-ons, ensure that we check the bootstrapped directory for add-ons to build, or we won't find any (afd1f0ef2fa)

XBMC:
[PVR] Fix PVR channel OSD display conditions. (PR:11054, 1 commit, 1 file changed)
allow absolute item focus (PR:11019, 1 commit, 2 files changed)
[PVR][EPG] Feature: gridcontainer orientation (PR:10795, 1 commit, 4 files changed)
FileBrowser: fix multiple item selection (PR:11011, 1 commit, 2 files changed)
BinaryAddonCache: Fix deadlock (PR:11057, 1 commit, 1 file changed)
fixed: tag updates on shoutcast streams with low meta data intervals (PR:11061, 1 commit, 2 files changed)
[python] allow setting the videoinfotag path (PR:11012, 1 commit, 2 files changed)
[cmake] Fix FindXSLT.cmake typo (PR:11071, 1 commit, 1 file changed)
FIX: [droid;dyload] never dyload dependent sytem libs (PR:11059, 1 commit, 1 file changed)
Two game fixes (PR:11069, 2 commits, 3 files changed)

inputstream.adaptive:
version bumb (1.0.1) to force update (a6d8f0cd)
add decrypter library (ce951add)
compile issue in DEBUG (e930b961)
fix provisioning (ca9de740)
add cdm/build (df48d052)
transform all NAL units to ANNEX-B (ab78291b)

peripheral.joystick:
Added buttonmap for PS4 controller (PR:68, 1 commit, 1 file changed)
Added buttonmap for PS4 controller (connected through USB) (PR:69, 1 commit, 1 file changed)
[buttonmaps/keyboard] Add simple configuration for 2048 (53127b1c)

pvr.argustv:
Initial Kodi v18 version. (5ed461b2)

pvr.demo:
Initial Kodi v18 version. (b1ae5cd0)

pvr.dvblink:
Initial Kodi v18 version. (2848f737)

pvr.dvbviewer:
Initial Kodi v18 version. (f5fd3911)

pvr.filmon:
Initial Kodi v18 version. (05f058ec)

pvr.hdhomerun:
Initial Kodi v18 version. (abff86b7)

pvr.hts:
Initial Kodi v18 version. (3fa771b0)

pvr.iptvsimple:
Initial Kodi v18 version. (85866f96)

pvr.mediaportal.tvserver:
Initial Kodi v18 version. (5724cea9)

pvr.mythtv:
5.0.1 (PR:82, 2 commits, 3 files changed)
Initial Kodi v18 version. (47468724)

pvr.nextpvr:
Initial Kodi v18 version. (8963ad70)

pvr.njoy:
Initial Kodi v18 version. (73ff100a)

pvr.pctv:
Initial Kodi v18 version. (a876816b)

pvr.stalker:
Initial Kodi v18 version. (e10a7873)

pvr.vbox:
Initial Kodi v18 version. (7e75ada7)

pvr.vdr.vnsi:
Initial Kodi v18 version. (4d17aaf4)

pvr.vuplus:
Initial Kodi v18 version. (ccacc6d1)

pvr.wmc:
Initial Kodi v18 version. (c4a8c80f)

newclock5:

New commits in this build:
test: Add advancedsetting for AC3 bitrate (83519f91)
testing: Try minimal libass cache size on all devices (8c3dddf0)
Reply
#6
editing /etc/apt/sources.list use this

sudo nano /etc/apt/sources.list

At the bottom of the screen you will see instructions on how to "write out" (save) your edited file (Press Ctrl and "O"), and exit (Ctrl-X). So just make the changes you need, press Ctrl-O to save and click enter then Ctrl-X to exit the editor.

P.S you can not jump from Jarvis to 18 you need to update to Krypton first and for the letter I hmmmm like the name Izlyr !
One HTPC Windows 7 pro 64x running WMC with 2 HDhomeRun on Comcast 6 tuners with MCEbuddy
WD MyCloud 24TB over Netgear network | 6500 movies and 40,000+ TV Show episodes
Reply
#7
Just a reminder that the profile switching issue is still present in the Kodi 17/18 builds.
I can circumvent by restarting Kodi after changing the auto-login profile, but this is becoming a PITA.
NB It seems to be OK on the Milhouse LibreElec v17/18 builds.
Reply
#8
I thought we fixed that..

Back on the list it goes.
Reply
#9
I haven't rerun the various test scenarios like I did when I first hit this a few months back.
But I'm fairly sure the problem relates to the login screen.
I may retry some of the scenarios if I can tear myself away from watching stuff :-}
Reply
#10
Thought we fixed it as well. I'll run a few tests and see if I can replicate the issue.
Reply
#11
17.8-005, 11 Dec 2016: Based off OSMC commit (b9120ae19e) and newclock5 (1523b6bdd)

Build Highlights:
minors

inputstream.adaptive:
use 64bit values for frameduration transformation (e93d9e9d)
Start livestreams 12 secs before now (29e25f31)
Reply
#12
17.8-006, 12 Dec 2016: Based off OSMC commit (b9120ae19e) and newclock5 (1523b6bdd)

Build Highlights:
minors

XBMC:
[cmake/ios] Enable Xcode generator for IOS (PR:10509, 2 commits, 10 files changed)
Fix performace problem with CFileItem::IsGame unnecessarily accessing addon db for PVR content. (PR:11098, 1 commit, 1 file changed)
[gui] return "" instead of "0" for playlist.position in case nothing is playing (PR:11041, 1 commit, 1 file changed)
[addon] remove not needed header comment in CScreenSaver (PR:10972, 1 commit, 1 file changed)
[depends] libass 0.13.4 (PR:11104, 1 commit, 1 file changed)
[gui] add container.actualitems infolabel (PR:10888, 1 commit, 3 files changed)

peripheral.joystick:
Silence error in Kodi log (PR:71, 1 commit, 3 files changed)

pvr.mediaportal.tvserver:
Update to 3.0.1 (PR:54, 6 commits, 10 files changed)

pvr.mythtv:
5.0.2 (PR:84, 4 commits, 6 files changed)
Reply
#13
17.8-007 doesn't appear to be available yet...
Reply
#14
Looks like I made a mess of the version number. 006 is the latest. Will fix in the next version.
Reply
#15
No build since December 13. Any forecast?
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 37

Logout Mark Read Team Forum Stats Members Help
OSMC test builds for Leia (Kodi 18)4