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

17.8-290, 30 July 2018: Based off OSMC commit (e075c7ed33) and newclock5 (27c70d97)

XBMC:

  • Fix build on openrisc (PR:14236, 1 commit, 3 files changed)
  • VideoPlayer: frame advance - fix + infobool (PR:14230, 2 commits, 9 files changed)
  • [guiinfo] Fix GUIInfoManager::GetItemImage for non-listitem labels. (PR:14238, 1 commit, 3 files changed)
  • [GUI]Fix window onload control move for music item lists (PR:14241, 1 commit, 1 file changed)
  • [PVR] Guide window: Only sort events item list when actually necessary. (PR:14240, 1 commit, 2 files changed)

Includes latest addons: inputstream.adaptive (faf22f1), inputstream.rtmp (bf5351e), peripheral.joystick (207d433, +3), peripheral.xarcade (07be227, +7), pvr.argustv (37a3a76), pvr.demo (481f2fa), pvr.dvblink (c66203b), pvr.dvbviewer(75e2447), pvr.filmon (93ae10d), pvr.hdhomerun (ced70bd), pvr.hts (306fac5), pvr.iptvsimple (55637c8), pvr.mediaportal.tvserver (6439be6), pvr.mythtv (c4d8899), pvr.nextpvr (6f0515b), pvr.njoy (30aae48), pvr.octonet (1e44819), pvr.pctv(32d4b66), pvr.stalker (bfb875e, +2), pvr.teleboy (0460536), pvr.vbox (12e1304), pvr.vdr.vnsi (bb4fb30, +2), pvr.vuplus (75179a3), pvr.wmc (ec652db), pvr.zattoo (12134c8), vfs.libarchive (1bc1517), vfs.sftp, pvr.sledovanitv.cz addon

17.8-291, 31 July 2018: Based off OSMC commit (9491e9a4) and newclock5 (66b9d86)

XBMC:

  • [CUtil] HAS_IRSERVERSUITE is never defined (PR:14246, 1 commit, 1 file changed)
  • [PVR] Guide window: Prevent concurrent updates. (PR:14242, 2 commits, 1 file changed)
  • [mir] Clean up mir platform leftover from PR14186 (PR:14249, 1 commit, 1 file changed)

newclock5:
New commits in this build:

  • ffmpeg: hevc: latest optimisations from Ben (66b9d869)

Includes latest addons: inputstream.adaptive (faf22f1), inputstream.rtmp (bf5351e), peripheral.joystick (207d433, +3), peripheral.xarcade (07be227, +7), pvr.argustv (37a3a76), pvr.demo (481f2fa), pvr.dvblink (c66203b), pvr.dvbviewer(75e2447), pvr.filmon (93ae10d), pvr.hdhomerun (ced70bd), pvr.hts (306fac5), pvr.iptvsimple (55637c8), pvr.mediaportal.tvserver (6439be6), pvr.mythtv (c4d8899), pvr.nextpvr (6f0515b), pvr.njoy (30aae48), pvr.octonet (1e44819), pvr.pctv(32d4b66), pvr.stalker (bfb875e, +2), pvr.teleboy (0460536), pvr.vbox (12e1304), pvr.vdr.vnsi (bb4fb30, +2), pvr.vuplus (75179a3), pvr.wmc (ec652db), pvr.zattoo (12134c8), vfs.libarchive (1bc1517), vfs.sftp, pvr.sledovanitv.cz addon

Thanks, I’ll try on the kodi forums.

17.8-292, 1 Aug 2018: Based off OSMC commit (1b88660) and newclock5 (66b9d86)

XBMC:

  • [docs] doxygen fixes (PR:14243, 2 commits, 1 file changed)
  • [guiinfo] Fix PLAYER_(PATH|FILENAME|FILEPATH). (PR:14239, 1 commit, 5 files changed)

Includes latest addons: inputstream.adaptive (faf22f1), inputstream.rtmp (bf5351e), peripheral.joystick (207d433, +3), peripheral.xarcade (07be227, +7), pvr.argustv (37a3a76), pvr.demo (481f2fa), pvr.dvblink (c66203b), pvr.dvbviewer(75e2447), pvr.filmon (93ae10d), pvr.hdhomerun (ced70bd), pvr.hts (306fac5), pvr.iptvsimple (55637c8), pvr.mediaportal.tvserver (6439be6), pvr.mythtv (c4d8899), pvr.nextpvr (6f0515b), pvr.njoy (30aae48), pvr.octonet (1e44819), pvr.pctv(32d4b66), pvr.stalker (bfb875e, +2), pvr.teleboy (0460536), pvr.vbox (12e1304), pvr.vdr.vnsi (bb4fb30, +2), pvr.vuplus (75179a3), pvr.wmc (ec652db), pvr.zattoo (12134c8), vfs.libarchive (1bc1517), vfs.sftp, pvr.sledovanitv.cz addon

I would like to update to Kodi 18, but everytime I use the command “wget -qO http://download.osmc.tv/dev/gmc-18/gpg.key | sudo apt-key add -”
I just get the output “gpg: No valid OpenPGP data found” and nothing else. Even after following the other steps needed for updating, I’m still not on Kodi 18. What could be the reason for this?

wget -qO - http://download.osmc.tv/dev/gmc-18/gpg.key | sudo apt-key add

works for me

I tried that multiple times, never works. What was the output you got after executing that command?

osmc@vero4k:/usr/bin$ wget -qO - http://download.osmc.tv/dev/gmc-18/gpg.key | sudo apt-key add
OK

look at the difference between your line and mine, there is a dash at the end of yours that shouldn’t be there and a dash before http

ps. no need to be in /usr/bin, i was there for another job and that was just the place i was when i ran the command

Try breaking it down into steps.

wget http://download.osmc.tv/dev/gmc-18/gpg.key

To check if the file downloaded correctly run:

md5sum gpg.key

Should give:
94cdb76b07c82e42612c8c5eb228ef4c gpg.key

If you don’t get the correct md5 then its corrupted somewhere. Maybe upstream cache corrupt?

If key matches then try import:

sudo apt-key add gpg.key

Thanks alot! That worked!

i replaced Raspi 3 B model with 3B+ and used the same SD card with installation.
rbp2-mediacenter-osmc 17.8-291 armhf Media Center package for OSMC

One interesting thing i noticed is when you go to Setting>Services>Control … when I try to enable the option “allow remote control from applications on other systems”, it fails. Resulting in freezing the whole system. I want to use Kodi remote on my smartphone.

On Raspi 3 model B, it worked.

Strange, haven’t had any reports of that issue before. Does it hang each time you try and enable remote control?

Can you replicate the issue and post debug logs.

17.8-293, 3 Aug 2018: Based off OSMC commit (c7d11f16d6) and newclock5 (66b9d86)

OSMC:

  • Temp remove game.libretro.scummvm due to build issue (2172f93f)
  • Update build script. If osmc-tc doesn’t exist then create before swapon (dd47351)
  • Bug in build script. Fix languages so latest version is always fetched (41e3c25)

XBMC:

  • [depends] bump openssl to 1.1.0h (PR:14226, 3 commits, 4 files changed)
  • VideoPlayer: allow saving video buffers on flush (PR:14253, 1 commit, 16 files changed)

Includes latest addons: inputstream.adaptive (faf22f1), inputstream.rtmp (bf5351e), peripheral.joystick (207d433, +3), peripheral.xarcade (07be227, +7), pvr.argustv (37a3a76), pvr.demo (481f2fa), pvr.dvblink (c66203b), pvr.dvbviewer(75e2447), pvr.filmon (93ae10d), pvr.hdhomerun (ced70bd), pvr.hts (306fac5), pvr.iptvsimple (55637c8), pvr.mediaportal.tvserver (6439be6), pvr.mythtv (c4d8899), pvr.nextpvr (6f0515b), pvr.njoy (30aae48), pvr.octonet (1e44819), pvr.pctv(32d4b66), pvr.stalker (bfb875e, +2), pvr.teleboy (0460536), pvr.vbox (12e1304), pvr.vdr.vnsi (bb4fb30, +2), pvr.vuplus (75179a3), pvr.wmc (ec652db), pvr.zattoo (12134c8), vfs.libarchive (1bc1517), vfs.sftp, pvr.sledovanitv.cz addon

17.8-294, 3 Aug 2018: Based off OSMC commit (a0cd258) and newclock5 (66b9d86)

XBMC:

  • [fix] check directory implementation for null (PR:14255, 1 commit, 1 file changed)

Includes latest addons:
inputstream.adaptive (faf22f1), inputstream.rtmp (bf5351e), peripheral.joystick (207d433, +3), peripheral.xarcade (07be227, +7), pvr.argustv (37a3a76), pvr.demo (481f2fa), pvr.dvblink (c66203b), pvr.dvbviewer(75e2447), pvr.filmon (93ae10d), pvr.hdhomerun (ced70bd), pvr.hts (306fac5), pvr.iptvsimple (55637c8), pvr.mediaportal.tvserver (6439be6), pvr.mythtv (c4d8899), pvr.nextpvr (6f0515b), pvr.njoy (30aae48), pvr.octonet (1e44819), pvr.pctv(32d4b66), pvr.stalker (bfb875e, +2), pvr.teleboy (0460536), pvr.vbox (12e1304), pvr.vdr.vnsi (bb4fb30, +2), pvr.vuplus (75179a3), pvr.wmc (ec652db), pvr.zattoo (12134c8), vfs.libarchive (1bc1517), vfs.sftp, pvr.sledovanitv.cz addon

I have an 3B+ and am not experiencing this issue. Try a fresh start, check first if its the same with normal build.

17.8-295, 5 Aug 2018: Based off OSMC commit (9afb222ba) and newclock5 (66b9d86)

OSMC:

  • Re-add game.libretro.scummvm

XBMC:

  • Small cleanup/improvements (PR:14263, 4 commits, 6 files changed)

Includes latest addons: inputstream.adaptive (faf22f1), inputstream.rtmp (bf5351e), peripheral.joystick (207d433, +3), peripheral.xarcade (07be227, +7), pvr.argustv (37a3a76), pvr.demo (481f2fa), pvr.dvblink (c66203b), pvr.dvbviewer(75e2447), pvr.filmon (93ae10d), pvr.hdhomerun (ced70bd), pvr.hts (306fac5), pvr.iptvsimple (55637c8), pvr.mediaportal.tvserver (6439be6), pvr.mythtv (c4d8899), pvr.nextpvr (6f0515b), pvr.njoy (30aae48), pvr.octonet (1e44819), pvr.pctv(32d4b66), pvr.stalker (bfb875e, +2), pvr.teleboy (0460536), pvr.vbox (12e1304), pvr.vdr.vnsi (bb4fb30, +2), pvr.vuplus (75179a3), pvr.wmc (ec652db), pvr.zattoo (12134c8), vfs.libarchive (1bc1517), vfs.sftp, pvr.sledovanitv.cz addon
[/list]

17.8-296, 6 Aug 2018: Based off OSMC commit (9afb222ba) and newclock5 (66b9d86)

XBMC:

  • Use DBus to delay the triggered system poweroff so that Kodi can shut (PR:14252, 1 commit, 2 files changed)
  • [JSON] Fix for MySQL 8.0 remove brackets from query (PR:14268, 1 commit, 2 files changed)

Includes latest addons: inputstream.adaptive (faf22f1), inputstream.rtmp (bf5351e), peripheral.joystick (207d433, +3), peripheral.xarcade (07be227, +7), pvr.argustv (37a3a76), pvr.demo (481f2fa), pvr.dvblink (c66203b), pvr.dvbviewer(75e2447), pvr.filmon (93ae10d), pvr.hdhomerun (ced70bd), pvr.hts (306fac5), pvr.iptvsimple (55637c8), pvr.mediaportal.tvserver (6439be6), pvr.mythtv (c4d8899), pvr.nextpvr (6f0515b), pvr.njoy (30aae48), pvr.octonet (1e44819), pvr.pctv(32d4b66), pvr.stalker (bfb875e, +2), pvr.teleboy (0460536), pvr.vbox (12e1304), pvr.vdr.vnsi (bb4fb30, +2), pvr.vuplus (75179a3), pvr.wmc (ec652db), pvr.zattoo (12134c8), vfs.libarchive (1bc1517), vfs.sftp, pvr.sledovanitv.cz addon

Hi
I am talking about vncserver remote mouse
could this be fixed.

thanks
T

There is a weird bug regarding the PVR IPTV Simple Client. When i manually delete the Tv.db file for some reason the default settings, especially the EPG Settings, revert back to the default values. For example the EPG Time Shift (hours), i want it set to 0 instead of 1.
On my PC version of Kodi, this doesnt happen, but on the OSMC version every time i delete the Tv.db this value goes back to 1.
I dont know if that’s a Kodi/OSMC/or whatever bug…just wanted to mention it, just in case…

Edit:…Actually ‘EPG Time Shift (hours)’ is the ONLY value that goes back to the default value…Everything else stays the same.

17.8-297, 7 Aug 2018: Based off OSMC commit (f3ed349) and newclock5 (66b9d86)

XBMC:

  • [videoplayer] DVDDemux::GetStreamType(): Add Opus codec string. (PR:14270, 1 commit, 1 file changed)

Includes latest addons: inputstream.adaptive (faf22f1), inputstream.rtmp (bf5351e), peripheral.joystick (207d433, +3), peripheral.xarcade (07be227, +7), pvr.argustv (37a3a76), pvr.demo (481f2fa), pvr.dvblink (c66203b), pvr.dvbviewer(75e2447), pvr.filmon (93ae10d), pvr.hdhomerun (ced70bd), pvr.hts (306fac5), pvr.iptvsimple (55637c8), pvr.mediaportal.tvserver (6439be6), pvr.mythtv (c4d8899), pvr.nextpvr (6f0515b), pvr.njoy (30aae48), pvr.octonet (1e44819), pvr.pctv(32d4b66), pvr.stalker (bfb875e, +2), pvr.teleboy (0460536), pvr.vbox (12e1304), pvr.vdr.vnsi (bb4fb30, +2), pvr.vuplus (75179a3), pvr.wmc (ec652db), pvr.zattoo (12134c8), vfs.libarchive (1bc1517), vfs.sftp, pvr.sledovanitv.cz addon