[Deprecated] Kodi 19 (Matrix) nightly builds for Vero 2 & 4K

You do realise, or maybe not, that full debug logs provide a ton more info that just the kodi logs. Without this info its impossible to troubleshoot.

18.8-45, 22 May 2019: Based off OSMC commit (b2ff2af57) and xbmc (fcfbfb1671)

XBMC:

  • [PVR] CPVRGUIDirectory, CPVRTimersPath cleanup (PR:16177, 2 commits, 4 files changed)
  • [guilib] add ListItem.FileNameNoExtension infolabel (PR:16152, 1 commit, 2 files changed)

inputstream.adaptive:

  • [DASH] Parse cenc:default_KID from kaysystem protection line (1367f3b)

pvr.zattoo:

  • Improve loading xmltv file (PR:48, 1 commit, 5 files changed)
  • Merge remote-tracking branch ‘origin/Leia’ into Matrix (004e9a7)

audioencoder.flac (7bce2e5a) , audioencoder.lame (476f4b2e) , audioencoder.vorbis (acd7c796) , audioencoder.wav (673c6088) , inputstream.adaptive (51662f75) , inputstream.rtmp (ce68b77a) , peripheral.xarcade (d218f0dc) , peripheral.joystick (910bd3dc) , imagedecoder.raw (41a370db) , peripheral.steamcontroller (884d5f0c) , game.libretro (eebfdf78) , game.libretro.2048 (39e73d3c) , game.libretro.beetle-gba (566630f5) , game.libretro.fceumm (576fa983) , game.libretro.gw (9d745c2b) , game.libretro.beetle-pce-fast (4c7cb4fa) , game.libretro.bnes (6995dd3d) , game.libretro.nestopia (4d44431c) , game.libretro.bsnes-mercury-balanced (4d5d2538) , game.libretro.mame2000 (3d01798b) , game.libretro.mame2003 (b86620c4) , game.libretro.bluemsx (0e6f713a) , game.libretro.vecx (648bbce1) , game.libretro.mame2003_plus (776d158f) , game.libretro.gambatte (7493bd05) , game.libretro.beetle-bsnes (5eb2843c) , game.libretro.meteor (e582cc1d) , game.libretro.mgba (13945641) , game.libretro.vba-next (9735a9f4) , game.libretro.quicknes (4816e6a3) , game.libretro.scummvm (76da70af) , game.libretro.snes9x (d700274b) , game.libretro.stella (f5b7d3bf) , game.libretro.dosbox (5103cd15) , game.libretro.vbam (2e34c8fd) , game.libretro.yabause (216f5f3e) , game.libretro.genplus (4f0803e9) , game.libretro.mame (576c4ed5) , game.libretro.bsnes-mercury-accuracy (a83b6e6a) , pvr.waipu (81f5543c) , pvr.sledovanitv.cz (6fe56379) , pvr.argustv (dec20f6e) , pvr.mythtv (56176ab2) , pvr.hts (773ff1b6) , pvr.pctv (af868144) , pvr.stalker (f926a517) , pvr.filmon (5265b914) , pvr.octonet (69da8dbd) , pvr.zattoo (004e9a76) , pvr.vbox (70732ccd) , pvr.wmc (38de15a2) , pvr.nextpvr (e72e4293) , pvr.njoy (fe6d356e) , pvr.teleboy (926d5846) , pvr.vdr.vnsi (1defc992) , pvr.vuplus (da427a88) , pvr.dvbviewer (324db50d) , pvr.dvblink (a960e89b) , pvr.hdhomerun (ebeb5dc8) , pvr.iptvsimple (ee94b98f) , pvr.demo (f5458316) , pvr.mediaportal.tvserver (63de57a9) , vfs.libarchive (2ba11021) , vfs.rar (e6b5114a) , vfs.sftp (3ab3969b)

Same playback-error for me, 18.8-42 was the last working version.
I tried 43, 44 and 45 with different files, even ones thay worked before.

Reboot, browse to video, playback → instantly sad face.

Debug log (from 45): https://paste.osmc.tv/ejekozuvup

Downgrade to 18.8-42, everything works again…

Thanks, i think it must have something to do with all the OSMC patches that were added in to 18.8-42. I"ll remove them for the next build and see if it solves the issue.

Are those patches that are in Leia and working OK?

Yes, those are the patches that have just been added to Leia and are ok.
Thinking it might be “forward-port old Kodi patches from Leia”

Hmmm. 9 files - needs some serious bisection :frowning:

Indeed, will remove them all and see if it solves the issue, then work my way through and see which one is causing it.

1 Like

I am available for tests :slight_smile:

As I said, 42 was still working. 43 is the problem…

Thanks for the testing Marc. Found the issue with patch 147. It should have not been included :slight_smile:

Will be fixed in the next build, just waiting for a upstream issue with inputstream to be fixed. Causing builds to fail. (Otherwise will revert inputstream commit if its not fixed soon, but I’m guessing it will)

18.8-47, 25 May 2019: Based off OSMC commit (fd5e75ee2) and xbmc (fcfbfb1671)

OSMC:

  • Fix crash by removing patch 14

inputstream.adaptive:

  • Fix compile error

It works for my

Thanks a lot

18.8-48, 26 May 2019: Based off OSMC commit (ffaf059a) and xbmc (bc2b126a)

XBMC:

  • threads: move thread priority defines out of PlatformDefs.h (PR:16175, 1 commit, 2 files changed)
  • [network] remove class NetworkAccessPoint and unused dialog CGUIDialogAccessPoints (PR:16120, 1 commit, 18 files changed)
  • changed: Improve handling of internet filesystems (http/https) on LANs (PR:16070, 2 commits, 2 files changed)
  • AirPlay/AirTunes: don’t dynamically open libraries (PR:16167, 2 commits, 15 files changed)
  • Linux: Propagate sigterm so kodi.sh is easier to use from init systems (PR:16163, 1 commit, 1 file changed)
  • optimized GetAvailableUpdates in AddonManager (PR:16166, 1 commit, 1 file changed)
  • Keymap master (PR:16138, 2 commits, 2 files changed)
  • [cmake] use CMAKE_CXX_STANDARD to set WindowsStore specific C++ standard (PR:16187, 1 commit, 2 files changed)
  • [linux] remove unneeded defines (PR:16174, 2 commits, 2 files changed)
  • [PlaylistPlayer] Resolve plugin paths to fill the item infotag (PR:16158, 1 commit, 1 file changed)
  • Simplify boolean expressions (PR:16085, 1 commit, 8 files changed)
  • Simplify boolean expressions 2 (PR:16100, 1 commit, 6 files changed)
  • [video] Use special sort order when selecting first unwatched (PR:15937, 1 commit, 1 file changed)
  • [cleanup] Remove strings.xml support (PR:16119, 1 commit, 20 files changed)
  • DialogVideoInfo: do not reset the current listitem before play (PR:15764, 1 commit, 1 file changed)
  • fix: SetSortMethod would fail on certain SortMethods (PR:14531, 1 commit, 2 files changed)
  • [cmake][addons] add THIRD_PARTY_PATH definition (PR:16009, 1 commit, 2 files changed)
  • [cmake] remove _LINUX define (PR:16110, 1 commit, 15 files changed)

audioencoder.flac (7bce2e5a) , audioencoder.lame (476f4b2e) , audioencoder.vorbis (acd7c796) , audioencoder.wav (673c6088) , inputstream.adaptive (b2a3477b) , inputstream.rtmp (ce68b77a) , peripheral.xarcade (d218f0dc) , peripheral.joystick (910bd3dc) , imagedecoder.raw (41a370db) , peripheral.steamcontroller (884d5f0c) , game.libretro (eebfdf78) , game.libretro.2048 (39e73d3c) , game.libretro.beetle-gba (566630f5) , game.libretro.fceumm (576fa983) , game.libretro.gw (9d745c2b) , game.libretro.beetle-pce-fast (4c7cb4fa) , game.libretro.bnes (6995dd3d) , game.libretro.nestopia (4d44431c) , game.libretro.bsnes-mercury-balanced (4d5d2538) , game.libretro.mame2000 (3d01798b) , game.libretro.mame2003 (b86620c4) , game.libretro.bluemsx (0e6f713a) , game.libretro.vecx (648bbce1) , game.libretro.mame2003_plus (776d158f) , game.libretro.gambatte (7493bd05) , game.libretro.beetle-bsnes (5eb2843c) , game.libretro.meteor (e582cc1d) , game.libretro.mgba (13945641) , game.libretro.vba-next (9735a9f4) , game.libretro.quicknes (4816e6a3) , game.libretro.scummvm (76da70af) , game.libretro.snes9x (d700274b) , game.libretro.stella (f5b7d3bf) , game.libretro.dosbox (5103cd15) , game.libretro.vbam (2e34c8fd) , game.libretro.yabause (216f5f3e) , game.libretro.genplus (4f0803e9) , game.libretro.mame (576c4ed5) , game.libretro.bsnes-mercury-accuracy (a83b6e6a) , pvr.waipu (81f5543c, +1), pvr.sledovanitv.cz (6fe56379) , pvr.argustv (dec20f6e) , pvr.mythtv (56176ab2) , pvr.hts (773ff1b6) , pvr.pctv (af868144) , pvr.stalker (f926a517) , pvr.filmon (5265b914) , pvr.octonet (69da8dbd) , pvr.zattoo (e794e5ad) , pvr.vbox (70732ccd) , pvr.wmc (38de15a2) , pvr.nextpvr (e72e4293) , pvr.njoy (fe6d356e) , pvr.teleboy (926d5846) , pvr.vdr.vnsi (1defc992) , pvr.vuplus (da427a88) , pvr.dvbviewer (324db50d) , pvr.dvblink (a960e89b) , pvr.hdhomerun (ebeb5dc8) , pvr.iptvsimple (ee94b98f) , pvr.demo (f5458316) , pvr.mediaportal.tvserver (63de57a9) , vfs.libarchive (2ba11021) , vfs.rar (e6b5114a) , vfs.sftp (3ab3969b)

18.8-49, 1 June 2019: Based off OSMC commit (b0929bc) and xbmc (e2860d469)

OSMC:

  • refer higher res at correct frame rate
  • Vero 4k: Reduce video logspam

XBMC:

  • [PVR] Fix component dependencies: CPVRManager::IsPlayingChannel(int i (PR:16217, 1 commit, 3 files changed)
  • PlatformDefs.h remove _MEMORYSTATUSEX struct (PR:16181, 1 commit, 27 files changed)
  • CDRMUtils: explicitly set the caps we want (atomic brings them in) (PR:16184, 1 commit, 1 file changed)
  • [PVR] Separate GUI from PVR core: remove CFileItem usage from core (PR:16213, 6 commits, 45 files changed)
  • [depends] remove superfluous -native directory postfix (PR:16215, 1 commit, 46 files changed)
  • [fix] ColorManager initialization and lcms2 usage (PR:16195, 2 commits, 2 files changed)
  • [posix] relocate common platform/linux files to platform/posix (PR:16113, 7 commits, 107 files changed)
  • Remove redundant smart pointer get() (PR:16094, 2 commits, 3 files changed)
  • [fix] use correct include path for fribidi.h (PR:16198, 1 commit, 2 files changed)
  • Refactor of CFileCache (PR:16172, 3 commits, 2 files changed)
  • [interfaces] Fix crash on Kodi exit caused by double freed AsyncCallbackMessage (PR:16178, 1 commit, 1 file changed)
  • [Estuary] (Info)Wall fixes (PR:16189, 1 commit, 2 files changed)
  • Remove CDatabase::InTransaction (PR:16201, 1 commit, 2 files changed)
  • Ask CMake to write compile_commands.json (PR:16199, 1 commit, 1 file changed)
  • Fix getting wrong “thumb” art URL from scraper results (PR:16207, 1 commit, 2 files changed)
  • fixed: DVD playback from http(s) sources (fixes #15694) (PR:16197, 1 commit, 1 file changed)
  • [network] prefer interface with gateway (PR:14965, 1 commit, 1 file changed)
  • update clang-format (PR:15977, 1 commit, 1 file changed)

inputstream.adaptive:

  • Fix SegFault on SegmentURL handling (PR:256, 2 commits, 2 files changed)

pvr.zattoo:

  • Fix loading xmltv data (PR:49, 1 commit, 8 files changed)
  • Merge remote-tracking branch ‘origin/Leia’ into Matrix (e794e5a)

Binary addons:
audioencoder.flac (7bce2e5a) , audioencoder.lame (476f4b2e) , audioencoder.vorbis (acd7c796) , audioencoder.wav (673c6088) , inputstream.adaptive (548924ca) , inputstream.rtmp (ce68b77a) , peripheral.xarcade (d218f0dc) , peripheral.joystick (910bd3dc) , imagedecoder.raw (41a370db) , peripheral.steamcontroller (884d5f0c) , game.libretro (eebfdf78) , game.libretro.2048 (39e73d3c) , game.libretro.beetle-gba (566630f5) , game.libretro.fceumm (576fa983) , game.libretro.gw (9d745c2b) , game.libretro.beetle-pce-fast (4c7cb4fa) , game.libretro.bnes (6995dd3d) , game.libretro.nestopia (4d44431c) , game.libretro.bsnes-mercury-balanced (4d5d2538) , game.libretro.mame2000 (3d01798b) , game.libretro.mame2003 (b86620c4) , game.libretro.bluemsx (0e6f713a) , game.libretro.vecx (648bbce1) , game.libretro.mame2003_plus (776d158f) , game.libretro.gambatte (7493bd05) , game.libretro.beetle-bsnes (5eb2843c) , game.libretro.meteor (e582cc1d) , game.libretro.mgba (13945641) , game.libretro.vba-next (9735a9f4) , game.libretro.quicknes (4816e6a3) , game.libretro.scummvm (76da70af) , game.libretro.snes9x (d700274b) , game.libretro.stella (f5b7d3bf) , game.libretro.dosbox (5103cd15) , game.libretro.vbam (2e34c8fd) , game.libretro.yabause (216f5f3e) , game.libretro.genplus (4f0803e9) , game.libretro.mame (576c4ed5) , game.libretro.bsnes-mercury-accuracy (a83b6e6a) , pvr.waipu (81f5543c) , pvr.sledovanitv.cz (6fe56379) , pvr.argustv (dec20f6e) , pvr.mythtv (56176ab2) , pvr.hts (773ff1b6) , pvr.pctv (af868144) , pvr.stalker (f926a517) , pvr.filmon (5265b914) , pvr.octonet (69da8dbd) , pvr.zattoo (e794e5ad) , pvr.vbox (70732ccd) , pvr.wmc (38de15a2) , pvr.nextpvr (e72e4293) , pvr.njoy (fe6d356e) , pvr.teleboy (926d5846) , pvr.vdr.vnsi (1defc992) , pvr.vuplus (da427a88) , pvr.dvbviewer (324db50d) , pvr.dvblink (a960e89b) , pvr.hdhomerun (ebeb5dc8) , pvr.iptvsimple (ee94b98f) , pvr.demo (f5458316) , pvr.mediaportal.tvserver (63de57a9) , vfs.libarchive (2ba11021) , vfs.rar (e6b5114a) , vfs.sftp (3ab3969b)

18.8-50, 3 June 2019: Based off OSMC commit (7ec42c0b) and newclock5 (2db68e19)

XBMC:

  • [PVR] Reminders: Add settings to control reminder popup auto-close behavior. (PR:16227, 1 commit, 5 files changed)

18.8-51, 4 June 2019: Based off OSMC commit (189fcd015) and xbmc (f064856313)

XBMC:

  • changed: Increase buffer for Curl http response to 4k (fixes #16179) (PR:16228, 1 commit, 1 file changed)

inputstream.adaptive:

  • Version bump 2.3.19 (a88ac07)

Binary addons:

audioencoder.flac (7bce2e5a) , audioencoder.lame (476f4b2e) , audioencoder.vorbis (acd7c796) , audioencoder.wav (673c6088) , inputstream.adaptive (a88ac07b) , inputstream.rtmp (ce68b77a) , peripheral.xarcade (d218f0dc) , peripheral.joystick (910bd3dc) , imagedecoder.raw (41a370db) , peripheral.steamcontroller (884d5f0c) , game.libretro (eebfdf78) , game.libretro.2048 (39e73d3c) , game.libretro.beetle-gba (566630f5) , game.libretro.fceumm (576fa983) , game.libretro.gw (9d745c2b) , game.libretro.beetle-pce-fast (4c7cb4fa) , game.libretro.bnes (6995dd3d) , game.libretro.nestopia (4d44431c) , game.libretro.bsnes-mercury-balanced (4d5d2538) , game.libretro.mame2000 (3d01798b) , game.libretro.mame2003 (b86620c4) , game.libretro.bluemsx (0e6f713a) , game.libretro.vecx (648bbce1) , game.libretro.mame2003_plus (776d158f) , game.libretro.gambatte (7493bd05) , game.libretro.beetle-bsnes (5eb2843c) , game.libretro.meteor (e582cc1d) , game.libretro.mgba (13945641) , game.libretro.vba-next (9735a9f4) , game.libretro.quicknes (4816e6a3) , game.libretro.scummvm (76da70af) , game.libretro.snes9x (d700274b) , game.libretro.stella (f5b7d3bf) , game.libretro.dosbox (5103cd15) , game.libretro.vbam (2e34c8fd) , game.libretro.yabause (216f5f3e) , game.libretro.genplus (4f0803e9) , game.libretro.mame (576c4ed5) , game.libretro.bsnes-mercury-accuracy (a83b6e6a) , pvr.waipu (81f5543c, +1), pvr.sledovanitv.cz (6fe56379) , pvr.argustv (dec20f6e) , pvr.mythtv (56176ab2) , pvr.hts (773ff1b6) , pvr.pctv (af868144) , pvr.stalker (f926a517) , pvr.filmon (5265b914) , pvr.octonet (69da8dbd) , pvr.zattoo (e794e5ad) , pvr.vbox (70732ccd) , pvr.wmc (38de15a2) , pvr.nextpvr (e72e4293) , pvr.njoy (fe6d356e) , pvr.teleboy (926d5846) , pvr.vdr.vnsi (1defc992) , pvr.vuplus (da427a88) , pvr.dvbviewer (324db50d) , pvr.dvblink (a960e89b) , pvr.hdhomerun (ebeb5dc8) , pvr.iptvsimple (ee94b98f) , pvr.demo (f5458316) , pvr.mediaportal.tvserver (63de57a9) , vfs.libarchive (2ba11021) , vfs.rar (e6b5114a) , vfs.sftp (3ab3969b)

18.8-52, 9 June 2019: Based off OSMC commit (d7516c53) and xbmc (e18c43cdb)

OSMC:

  • Revert Amlogic: Remove Platform

XBMC:

  • Read APE tag embedded cover art (PR:16242, 2 commits, 1 file changed)
  • [cmake] pass all CPPFLAGS to libcpluff configure (PR:16247, 1 commit, 1 file changed)
  • cosmetics fixups after #16242 (8256da1)

inputstream.adaptive:

  • Fix parsing PR ContentProtection KID (4cb15f0)
  • version bump 2.3.20 (b68d49e)
  • [DASH] initialize segment::range_begin_ for URL segments (c5e84dc)
  • version bump 2.3.21 (b1ea095)

Binary addons:

audioencoder.flac (7bce2e5a) , audioencoder.lame (476f4b2e) , audioencoder.vorbis (acd7c796) , audioencoder.wav (673c6088) , inputstream.adaptive (b1ea0950) , inputstream.rtmp (ce68b77a) , peripheral.xarcade (d218f0dc) , peripheral.joystick (910bd3dc) , imagedecoder.raw (41a370db) , peripheral.steamcontroller (884d5f0c) , game.libretro (eebfdf78) , game.libretro.2048 (39e73d3c) , game.libretro.beetle-gba (566630f5) , game.libretro.fceumm (576fa983) , game.libretro.gw (9d745c2b) , game.libretro.beetle-pce-fast (4c7cb4fa) , game.libretro.bnes (6995dd3d) , game.libretro.nestopia (4d44431c) , game.libretro.bsnes-mercury-balanced (4d5d2538) , game.libretro.mame2000 (3d01798b) , game.libretro.mame2003 (b86620c4) , game.libretro.bluemsx (0e6f713a) , game.libretro.vecx (648bbce1) , game.libretro.mame2003_plus (776d158f) , game.libretro.gambatte (7493bd05) , game.libretro.beetle-bsnes (5eb2843c) , game.libretro.meteor (e582cc1d) , game.libretro.mgba (13945641) , game.libretro.vba-next (9735a9f4) , game.libretro.quicknes (4816e6a3) , game.libretro.scummvm (76da70af) , game.libretro.snes9x (d700274b) , game.libretro.stella (f5b7d3bf) , game.libretro.dosbox (5103cd15) , game.libretro.vbam (2e34c8fd) , game.libretro.yabause (216f5f3e) , game.libretro.genplus (4f0803e9) , game.libretro.mame (576c4ed5) , game.libretro.bsnes-mercury-accuracy (a83b6e6a) , pvr.waipu (81f5543c, +1), pvr.sledovanitv.cz (6fe56379) , pvr.argustv (dec20f6e) , pvr.mythtv (56176ab2) , pvr.hts (773ff1b6) , pvr.pctv (af868144) , pvr.stalker (f926a517) , pvr.filmon (5265b914) , pvr.octonet (69da8dbd) , pvr.zattoo (e794e5ad) , pvr.vbox (70732ccd) , pvr.wmc (38de15a2) , pvr.nextpvr (e72e4293) , pvr.njoy (fe6d356e) , pvr.teleboy (926d5846) , pvr.vdr.vnsi (1defc992) , pvr.vuplus (da427a88) , pvr.dvbviewer (324db50d) , pvr.dvblink (a960e89b) , pvr.hdhomerun (ebeb5dc8) , pvr.iptvsimple (ee94b98f) , pvr.demo (f5458316) , pvr.mediaportal.tvserver (63de57a9) , vfs.libarchive (2ba11021) , vfs.rar (e6b5114a) , vfs.sftp (3ab3969b)

18.8-53, 9 June 2019: Based off OSMC commit (d7516c53) and xbmc (1bd8f58d38)

XBMC:

  • Require OpenSSL 1.0.2 and manage thread ids consistently on all platforms. (PR:16249, 4 commits, 4 files changed)
  • [PVR] rework includes (PR:16248, 3 commits, 122 files changed)

Binary addons:

audioencoder.flac (7bce2e5a) , audioencoder.lame (476f4b2e) , audioencoder.vorbis (acd7c796) , audioencoder.wav (673c6088) , inputstream.adaptive (b1ea0950) , inputstream.rtmp (ce68b77a) , peripheral.xarcade (d218f0dc) , peripheral.joystick (910bd3dc) , imagedecoder.raw (41a370db) , peripheral.steamcontroller (884d5f0c) , game.libretro (eebfdf78) , game.libretro.2048 (39e73d3c) , game.libretro.beetle-gba (566630f5) , game.libretro.fceumm (576fa983) , game.libretro.gw (9d745c2b) , game.libretro.beetle-pce-fast (4c7cb4fa) , game.libretro.bnes (6995dd3d) , game.libretro.nestopia (4d44431c) , game.libretro.bsnes-mercury-balanced (4d5d2538) , game.libretro.mame2000 (3d01798b) , game.libretro.mame2003 (b86620c4) , game.libretro.bluemsx (0e6f713a) , game.libretro.vecx (648bbce1) , game.libretro.mame2003_plus (776d158f) , game.libretro.gambatte (7493bd05) , game.libretro.beetle-bsnes (5eb2843c) , game.libretro.meteor (e582cc1d) , game.libretro.mgba (13945641) , game.libretro.vba-next (9735a9f4) , game.libretro.quicknes (4816e6a3) , game.libretro.scummvm (76da70af) , game.libretro.snes9x (d700274b) , game.libretro.stella (f5b7d3bf) , game.libretro.dosbox (5103cd15) , game.libretro.vbam (2e34c8fd) , game.libretro.yabause (216f5f3e) , game.libretro.genplus (4f0803e9) , game.libretro.mame (576c4ed5) , game.libretro.bsnes-mercury-accuracy (a83b6e6a) , pvr.waipu (9c1c5404, +1), pvr.sledovanitv.cz (6fe56379) , pvr.argustv (dec20f6e) , pvr.mythtv (56176ab2) , pvr.hts (773ff1b6) , pvr.pctv (af868144) , pvr.stalker (f926a517) , pvr.filmon (5265b914) , pvr.octonet (69da8dbd) , pvr.zattoo (e794e5ad) , pvr.vbox (70732ccd) , pvr.wmc (38de15a2) , pvr.nextpvr (e72e4293) , pvr.njoy (fe6d356e) , pvr.teleboy (926d5846) , pvr.vdr.vnsi (1defc992) , pvr.vuplus (da427a88) , pvr.dvbviewer (324db50d) , pvr.dvblink (a960e89b) , pvr.hdhomerun (ebeb5dc8) , pvr.iptvsimple (ee94b98f) , pvr.demo (f5458316) , pvr.mediaportal.tvserver (63de57a9) , vfs.libarchive (2ba11021) , vfs.rar (e6b5114a) , vfs.sftp (3ab3969b)

18.8-55, 16 June 2019: Based off OSMC commit (f13b9284) and xbmc (57cdff5a7)

XBMC:

  • [depends] refresh patches (PR:16275, 23 commits, 65 files changed)

inputstream.adaptive:

  • Bento4: sample duration workaround (24/1) (1df7290)
  • version bump 2.3.22 (9cc8327)

pvr.iptvsimple:

  • Remove channels loaded notification (PR:238, 1 commit, 3 files changed)

Binary addons:

audioencoder.flac (7bce2e5a) , audioencoder.lame (476f4b2e) , audioencoder.vorbis (acd7c796) , audioencoder.wav (673c6088) , inputstream.adaptive (6011f1e1) , inputstream.rtmp (ce68b77a) , peripheral.xarcade (d218f0dc) , peripheral.joystick (910bd3dc) , imagedecoder.raw (41a370db) , peripheral.steamcontroller (884d5f0c) , game.libretro (eebfdf78) , game.libretro.2048 (39e73d3c) , game.libretro.beetle-gba (566630f5) , game.libretro.fceumm (576fa983) , game.libretro.gw (9d745c2b) , game.libretro.beetle-pce-fast (4c7cb4fa) , game.libretro.bnes (6995dd3d) , game.libretro.nestopia (4d44431c) , game.libretro.bsnes-mercury-balanced (4d5d2538) , game.libretro.mame2000 (3d01798b) , game.libretro.mame2003 (b86620c4) , game.libretro.bluemsx (0e6f713a) , game.libretro.vecx (648bbce1) , game.libretro.mame2003_plus (776d158f) , game.libretro.gambatte (7493bd05) , game.libretro.beetle-bsnes (5eb2843c) , game.libretro.meteor (e582cc1d) , game.libretro.mgba (13945641) , game.libretro.vba-next (9735a9f4) , game.libretro.quicknes (4816e6a3) , game.libretro.scummvm (76da70af) , game.libretro.snes9x (d700274b) , game.libretro.stella (f5b7d3bf) , game.libretro.dosbox (5103cd15) , game.libretro.vbam (2e34c8fd) , game.libretro.yabause (216f5f3e) , game.libretro.genplus (4f0803e9) , game.libretro.mame (576c4ed5) , game.libretro.bsnes-mercury-accuracy (a83b6e6a) , pvr.waipu (1358ca13, +1), pvr.sledovanitv.cz (6fe56379) , pvr.argustv (dec20f6e) , pvr.mythtv (56176ab2) , pvr.hts (773ff1b6) , pvr.pctv (af868144) , pvr.stalker (f926a517) , pvr.filmon (5265b914) , pvr.octonet (69da8dbd) , pvr.zattoo (e794e5ad) , pvr.vbox (70732ccd) , pvr.wmc (38de15a2) , pvr.nextpvr (e72e4293) , pvr.njoy (fe6d356e) , pvr.teleboy (926d5846) , pvr.vdr.vnsi (1defc992) , pvr.vuplus (da427a88) , pvr.dvbviewer (324db50d) , pvr.dvblink (a960e89b) , pvr.hdhomerun (ebeb5dc8) , pvr.iptvsimple (830db20b) , pvr.demo (f5458316) , pvr.mediaportal.tvserver (63de57a9) , vfs.libarchive (2ba11021) , vfs.rar (e6b5114a) , vfs.sftp (3ab3969b)

18.8-56, 20 June 2019: Based off OSMC commit (7f9f842f0) and xbmc (41682a3)

XBMC:

  • CoC Move (PR:16219, 1 commit, 4 files changed)
  • replace payloadObj.release() with payloadObj.reset() in ActorProtocol.cpp (29042ab)
  • Fix memory leak after commit 887b739 (#16280) (7d8199e)

Binary addons:

audioencoder.flac (7bce2e5a) , audioencoder.lame (476f4b2e) , audioencoder.vorbis (acd7c796) , audioencoder.wav (673c6088) , inputstream.adaptive (6011f1e1) , inputstream.rtmp (ce68b77a) , peripheral.xarcade (d218f0dc) , peripheral.joystick (910bd3dc) , imagedecoder.raw (41a370db) , peripheral.steamcontroller (884d5f0c) , game.libretro (eebfdf78) , game.libretro.2048 (39e73d3c) , game.libretro.beetle-gba (566630f5) , game.libretro.fceumm (576fa983) , game.libretro.gw (9d745c2b) , game.libretro.beetle-pce-fast (4c7cb4fa) , game.libretro.bnes (6995dd3d) , game.libretro.nestopia (4d44431c) , game.libretro.bsnes-mercury-balanced (4d5d2538) , game.libretro.mame2000 (3d01798b) , game.libretro.mame2003 (b86620c4) , game.libretro.bluemsx (0e6f713a) , game.libretro.vecx (648bbce1) , game.libretro.mame2003_plus (776d158f) , game.libretro.gambatte (7493bd05) , game.libretro.beetle-bsnes (5eb2843c) , game.libretro.meteor (e582cc1d) , game.libretro.mgba (13945641) , game.libretro.vba-next (9735a9f4) , game.libretro.quicknes (4816e6a3) , game.libretro.scummvm (76da70af) , game.libretro.snes9x (d700274b) , game.libretro.stella (f5b7d3bf) , game.libretro.dosbox (5103cd15) , game.libretro.vbam (2e34c8fd) , game.libretro.yabause (216f5f3e) , game.libretro.genplus (4f0803e9) , game.libretro.mame (576c4ed5) , game.libretro.bsnes-mercury-accuracy (a83b6e6a) , pvr.waipu (1358ca13, +1), pvr.sledovanitv.cz (6fe56379) , pvr.argustv (dec20f6e) , pvr.mythtv (56176ab2) , pvr.hts (773ff1b6) , pvr.pctv (af868144) , pvr.stalker (f926a517) , pvr.filmon (5265b914) , pvr.octonet (69da8dbd) , pvr.zattoo (e794e5ad) , pvr.vbox (70732ccd) , pvr.wmc (38de15a2) , pvr.nextpvr (e72e4293) , pvr.njoy (fe6d356e) , pvr.teleboy (926d5846) , pvr.vdr.vnsi (1defc992) , pvr.vuplus (da427a88) , pvr.dvbviewer (324db50d) , pvr.dvblink (a960e89b) , pvr.hdhomerun (ebeb5dc8) , pvr.iptvsimple (830db20b) , pvr.demo (f5458316) , pvr.mediaportal.tvserver (63de57a9) , vfs.libarchive (2ba11021) , vfs.rar (e6b5114a) , vfs.sftp (3ab3969b)