[TESTING] Kodi 18 (Leia) builds for Raspberry Pi

17.8-143, 9 Dec 2017: Based off OSMC commit (833a66a4) and newclock5 (00f4c69)

vfs.libarchive:
added: multi-volume support (PR:11, 1 commit, 2 files changed)

Includes latest addons: inputstream.adaptive (d2081b2), inputstream.rtmp (c772497), peripheral.joystick (33b43ce), pvr.argustv (1a48789), pvr.demo (94c4817), pvr.dvblink (816f90c), pvr.dvbviewer (6129441), pvr.filmon (2dee2ca), pvr.hdhomerun (3af3e91), pvr.hts (67fe2df), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (6c35e88), pvr.mythtv (8f214cd), pvr.nextpvr (938bb48), pvr.njoy (4a5efef), pvr.octonet (c4af00a), pvr.pctv (6484615), pvr.stalker (44025a1), pvr.teleboy (e431126), pvr.vbox (619c32b), pvr.vdr.vnsi (0ec3e77), pvr.vuplus (7ea6b21), pvr.wmc (55e701b), pvr.zattoo (23d9993), vfs.libarchive (568a2a1)

The XBMC changes you mention in the changelogs here seem to be a bit confusing for me. As far as I understand your builds 17.8-139 to 17.8-143 are based on newclock5-00f4c69, which is based on xbmc-1e9d6ba (for all of those builds).

So, within your rbpi-builds 17.8-139 to 17.8-143 there shouldnā€™t be differences from XBMC, right?

As a consequence the quoted XBMC-changes are not part of this build 17.8-143?

Good catch. All builds are based on newclock5. Iā€™ve updated the above, so the past new builds there have only been addon changes.

1 Like

Hi guys, I upgraded my Pi1 to stretch using the instructions in the opening post, ive installed the latest nightly, and every went relatively smoothly however I have an issue when I have my loopback audio device selected, I use this device to serve audio to my airplay speakerā€¦I just get the sad face when playback should startā€¦before playback starts im getting all the gui sounds through my airplay speaker so I presume thats all set up and working, ive tried different files with different audio codecs and the result is always the same.
Ive had this setup working fine on OSMC for a couple of years now so im not sure if the upgrade to stretch is what caused it.

Obviously im aware that this setup isnā€™t exactly default, just hoping someone might be able to point me in the right direction or maybe suggest a workaround.
Cheers.

https://paste.osmc.tv/negeqexiko

Alright I just updated my rasp pi3 to the latest version

But now I am getting sad osmc face :slight_smile:

Log: https://paste.osmc.tv/yumanujega

My sudo apt-get update looks like this :slight_smile:

osmc@OfficeTV:~/.kodi/addons/packages$ sudo apt-get update
Ign:1 Index of /debian stretch InRelease
Hit:3 http://security.debian.org stretch/updates InRelease
Hit:4 Index of /debian stretch-updates InRelease
Hit:6 Index of /debian stretch Release
Ign:2 http://ftp.fau.de/osmc/osmc/download/dev/gmc-187 gmc-18 InRelease
Get:5 Index of /osmc/osmc/apt stretch-devel InRelease [4697 B]
Err:7 http://ftp.fau.de/osmc/osmc/download/dev/gmc-187 gmc-18 Release
404 Not Found
Get:9 Index of /osmc/osmc/apt stretch-devel/main armhf Packages.diff/Index [2023 B]
Get:10 Index of /osmc/osmc/apt stretch-devel/main armhf Packages [22.6 kB]
Reading package listsā€¦ Done
E: The repository ā€˜http://download.osmc.tv/dev/gmc-187 gmc-18 Releaseā€™ does not have a Release file.
N: Updating from such a repository canā€™t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
osmc@OfficeTV:~/.kodi/addons/packages$

my sourcelist

osmc@OfficeTV:~/.kodi/addons/packages$ sudo nano /etc/apt/sources.list
GNU nano 2.7.4 File: /etc/apt/sources.list

deb Index of /debian stretch main contrib non-free

deb Index of /debian stretch-updates main contrib non-free

deb http://security.debian.org/ stretch/updates main contrib non-free

#deb http://apt.osmc.tv stretch main

deb http://apt.osmc.tv stretch-devel main

deb http://download.osmc.tv/dev/gmc-187 gmc-18 main

What am I missing here?? :slight_smile:

Hi. your sources.list file is not compatible with instructions from gmcā€™s first post. Check that post again and fix your file.

Edit: and uncomment this:

#deb http://apt.osmc.tv stretch main

Is this better

deb Index of /debian stretch main contrib non-free

deb Index of /debian stretch-updates main contrib non-free

deb http://security.debian.org/ stretch/updates main contrib non-free

deb http://apt.osmc.tv stretch main

deb http://apt.osmc.tv stretch-devel main

#deb http://download.osmc.tv/dev/gmc-187 ./

deb http://download.osmc.tv/dev/gmc-187 gmc-18 main

Or am I missing stuff here??

Where did you get ā€œgmc-187ā€ from?

The Stretch upgrade should have already commented out (Make sure this is the case)

deb http://download.osmc.tv/dev/gmc-187 ./

Then add

deb http://download.osmc.tv/dev/gmc-187 gmc-18 main

Save and exit file.

Import gpg certificate:

There is no gmc-187 text in first post. Itā€™s gmc-18.

Hehe niceā€¦ Just chrome when copy it toke the 7 with itā€¦ :slight_smile:

Thanks

17.8-144, 13 Dec 2017: Based off OSMC commit (bc7d861cf27) and newclock5 (195064)

XBMC
[videoplayer][PVR] Make next/previous chapter work for PVR recordings (PR:13164, 1 commit, 1 file changed)
X11 fixes (PR:13161, 3 commits, 5 files changed)
added: action to toggle between monospaced and variable spaced font in text viewer dialog (PR:13097, 1 commit, 5 files changed)
added: ability to update info tag for currently playing item from python (PR:13124, 1 commit, 2 files changed)
AESinkALSA: change name to ALSA (PR:13170, 1 commit, 1 file changed)
AE: drop null sink (PR:13169, 1 commit, 4 files changed)
fix typo (VAApi()->VAApi()) and function signature of VAAPIRegister (PR:13173, 1 commit, 1 file changed)

pvr.hdhomerun
code cleanup (PR:69, 17 commits, 8 files changed)

Includes latest addons: inputstream.adaptive (d2081b2), inputstream.rtmp (c772497), peripheral.joystick (33b43ce), pvr.argustv (1a48789), pvr.demo (aaf7654, +1), pvr.dvblink (816f90c), pvr.dvbviewer (6129441), pvr.filmon (2dee2ca), pvr.hdhomerun (63dfccb, +17), pvr.hts (67fe2df), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (6c35e88), pvr.mythtv (8f214cd), pvr.nextpvr (938bb48), pvr.njoy (4a5efef), pvr.octonet (c4af00a), pvr.pctv (6484615), pvr.stalker (44025a1), pvr.teleboy (e431126), pvr.vbox (619c32b), pvr.vdr.vnsi (0ec3e77), pvr.vuplus (7ea6b21), pvr.wmc (55e701b), pvr.zattoo (23d9993), vfs.libarchive (568a2a1)

Is there any way I can install an older version (Jessie based) than the ones that are currently available in the repo?

Ideally version 17.8-115, 13 Oct 2017, as I know this one doesnā€™t have the issue I described earlier.

No problem if not, just thought id ask.

You will need to reinstall and go back to Jessie. You can install the older versions from here:
http://kodi.gjmccarthy.co.uk/#Oct2017

Download the deb file and install with:

sudo dpkg -i filename.deb

That no problem mate, I made backups before I upgraded so I can just restore from there.
Many thanks.

Removed due to build error

17.8-145, 14 Dec 2017: Based off OSMC commit (0c3cbd7) and newclock5 (98399d)

XBMC:
fix typo (VAApi()->VAApi()) and function signature of VAAPIRegister (PR:13174, 1 commit, 1 file changed)
[Estuary] Rework PVR seekbar + Fix PVR info dialog. (PR:13158, 3 commits, 5 files changed)
Update README.md to reflect increased number of translations (PR:13177, 1 commit, 1 file changed)

Includes latest addons: inputstream.adaptive (d2081b2), inputstream.rtmp (c772497), peripheral.joystick (33b43ce), pvr.argustv (1a48789), pvr.demo (aaf7654), pvr.dvblink (816f90c), pvr.dvbviewer (6129441), pvr.filmon (2dee2ca), pvr.hdhomerun (63dfccb), pvr.hts (67fe2df), pvr.iptvsimple (ac4f4bd), [url=https://github.com/kodi-pvr/pvr.mediaportal.tvserver]pvr.mediaportal.tvserver/url, pvr.mythtv (8f214cd), pvr.nextpvr (938bb48), pvr.njoy (4a5efef), pvr.octonet (c4af00a), pvr.pctv (6484615), pvr.stalker (44025a1), pvr.teleboy (e431126), [url=https://github.com/kodi-pvr/pvr.vbox]pvr.vbox/url, pvr.vdr.vnsi (0ec3e77), pvr.vuplus (7ea6b21), pvr.wmc (55e701b), pvr.zattoo (23d9993), vfs.libarchive (568a2a1)

This version is broken(?):

osmc@osmc:~$ systemctl status mediacenter
* mediacenter.service - media center application
   Loaded: loaded (/lib/systemd/system/mediacenter.service; enabled; vendor preset: enabled)
   Active: inactive (dead) since Thu 2017-12-14 10:49:17 CET; 38s ago
  Process: 1879 ExecStopPost=/usr/bin/mediacenter stop (code=exited, status=0/SUCCESS)
  Process: 368 ExecStart=/usr/bin/mediacenter (code=exited, status=0/SUCCESS)
 Main PID: 368 (code=exited, status=0/SUCCESS)

Dec 14 10:48:57 osmc mediacenter[368]: Starting Kodi...
Dec 14 10:48:57 osmc mediacenter[368]: sudo: /usr/lib/kodi/kodi.bin: command not found
Dec 14 10:48:57 osmc mediacenter[368]: Kodi exited with return code 1 after 0 hours, 0 minutes and 0 seconds
Dec 14 10:49:08 osmc mediacenter[368]: Failed to set capabilities on file `/usr/lib/kodi/kodi.bin' (No such file or directory)
Dec 14 10:49:08 osmc mediacenter[368]: The value of the capability argument is not permitted for a file. Or the file is not a regular (non-symlink) file
Dec 14 10:49:08 osmc mediacenter[368]: Starting Kodi...
Dec 14 10:49:08 osmc mediacenter[368]: sudo: /usr/lib/kodi/kodi.bin: command not found
Dec 14 10:49:08 osmc mediacenter[368]: Kodi exited with return code 1 after 0 hours, 0 minutes and 0 seconds
Dec 14 10:49:16 osmc systemd[1]: Stopping media center application...
Dec 14 10:49:17 osmc systemd[1]: Stopped media center application.

Thanks for the report. Iā€™ll pull the version. Sometime gone wrong with the build.

cp: cannot stat ā€˜/mnt/package/mediacenter-next-osmc/files/usr/lib/kodi/kodi.binā€™: No such file or directory

Found the problem. Will be fixed in the next nightly.

A few weeks ago xbmc master was updated so build of kodi.bin was defaulted to kodi-rbpi.bin.
I got around this with ā€œ-DENABLE_APP_AUTONAME=OFFā€ and now commit was added to newclock.

Iā€™ve now added the compile option to rbp builds as well.

2 Likes

17.8-146, 15 Dec 2017: Based off OSMC commit (6e15ad7) and newclock5 (98399d)

OSMC
Fixed auto rename typo (6e15ad7e)

XBMC:
fix typo (VAApi()->VAApi()) and function signature of VAAPIRegister (PR:13174, 1 commit, 1 file changed)
[Estuary] Rework PVR seekbar + Fix PVR info dialog. (PR:13158, 3 commits, 5 files changed)
Update README.md to reflect increased number of translations (PR:13177, 1 commit, 1 file changed)

Includes latest addons: inputstream.adaptive (d2081b2), inputstream.rtmp (c772497), peripheral.joystick (33b43ce), pvr.argustv (1a48789), pvr.demo (aaf7654), pvr.dvblink (816f90c), pvr.dvbviewer (6129441), pvr.filmon (2dee2ca), pvr.hdhomerun (63dfccb), pvr.hts (67fe2df), pvr.iptvsimple (ac4f4bd), [url=https://github.com/kodi-pvr/pvr.mediaportal.tvserver]pvr.mediaportal.tvserver/url, pvr.mythtv (8f214cd), pvr.nextpvr (938bb48), pvr.njoy (4a5efef), pvr.octonet (c4af00a), pvr.pctv (6484615), pvr.stalker (44025a1), pvr.teleboy (e431126), [url=https://github.com/kodi-pvr/pvr.vbox]pvr.vbox/url, pvr.vdr.vnsi (0ec3e77), pvr.vuplus (7ea6b21), pvr.wmc (55e701b), pvr.zattoo (23d9993), vfs.libarchive (568a2a1)