• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 10
v19 OSMC test builds for Kodi 19
#76
18.8-106, 15 Dec 2019: Based off OSMC commit (e79d4627f) and newclock5 (5f134adfc)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  


XBMC:
  • [settings] allow set of needed extensions for picture selection (PR:16853, 1 commit, 1 file changed)
  • Add missing cassert includes (PR:17000, 1 commit, 2 files changed)
  • demuxer: copy name property to stream (PR:17032, 1 commit, 1 file changed)
  • [music]Fix display of discs or songs sublist for selected album (PR:17011, 1 commit, 4 files changed)
  • add Library.HasNode infobool (PR:16993, 1 commit, 3 files changed)
  • AESinkAudioTrack: Implement timestamp method for delay (PR:17005, 1 commit, 2 files changed)
  • ProfileManager: Fall back to master profile if profile.xml not loadable / parseable (PR:16987, 2 commits, 2 files changed)
  • AESinkAudioTrack: Fine-grain forced blocking depending on period_time and buffer (PR:17015, 1 commit, 1 file changed)
  • json-rpc: code fixes to audio/subtitle flags properties (PR:17002, 1 commit, 3 files changed)
  • Add ctime to AddonBase.h (PR:17007, 1 commit, 1 file changed)
  • JSON-RPC added 'flag' property to GetPropertyValue concerning audio/subtitle (PR:16976, 1 commit, 3 files changed)
  • [docs]Update code guidelines for readability of setting table-like structures (PR:16924, 1 commit, 1 file changed)
  • Fix parse of filter rules for boolean fields into SQL query (PR:16982, 1 commit, 2 files changed)
  • Revert "Revert "Reusepython"" (PR:16812, 2 commits, 15 files changed)

pvr.teleboy:
  • Add inputstream.adaptive as dependency (1b5a779)
  • Move changelog to addon meta data (3a735cf)
  • Merge remote-tracking branch 'origin/Leia' into Matrix (68ac6a5)
  • Use new stream api (PR:32, 2 commits, 3 files changed)
  • Use kodi epg categories (PR:33, 1 commit, 6 files changed)
  • Add option to disable Dolby (PR:34, 1 commit, 5 files changed)
  • Merge remote-tracking branch 'origin/Leia' into Matrix (572db66)
  • Update changelog and version (1da0d96)
  • Merge remote-tracking branch 'origin/Leia' into Matrix (7497bd3)

pvr.zattoo:
  • Add inputstream.adaptive as dependency and move changelog to addon meta data (8c021c6)
  • Merge branch 'Leia' into Matrix (88c7118)
  • Fix xml (f221347)
  • Merge branch 'Leia' into Matrix (457b3eb)
  • Update changelog and version (d06d147)
  • Merge branch 'Leia' into Matrix (1e81d91)
  • Add missing `--branch Leia` to step 2 (PR:62, 1 commit, 1 file changed)
  • Add dolby option (PR:64, 2 commits, 5 files changed)
  • Update changelog and version (481b6a5)
  • Merge remote-tracking branch 'origin/Leia' into Matrix (725c43a)
Reply
#77
18.8-107, 12 Jan 2020: Based off OSMC commit (e27862844) and newclock5 (0d67271f)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  

XBMC:
  • AESinkAudioTrack: Fine-grain forced blocking depending on period_time and buffer (PR:17015, 1 commit, 1 file changed)
  • [musicdb] ensure check for boxset flag is case insensitive (PR:17096, 1 commit, 1 file changed)
  • fixed: Caching of small files (fixes regression of #17042) (PR:17081, 3 commits, 2 files changed)
  • [VideoPlayer] Fix 'Resume from' functionality with audio only MPEG-TS streams (PR:16910, 1 commit, 2 files changed)
  • [Estuary] Refactor Playlist Window + Views (PR:17010, 1 commit, 9 files changed)
  • Resume paused ActiveAE stream while draining to avoid playback lapse (PR:17090, 1 commit, 1 file changed)
  • [VideoPlayer] enable teletext support for inputstream addons (PR:17056, 1 commit, 1 file changed)
  • [videolibrary] Add setting movie set information folder (PR:16970, 1 commit, 9 files changed)
  • fixed: Chunk size logic for file cache (hopefully fixes #16975) (PR:17042, 4 commits, 6 files changed)
  • Improve video database clean performance (hopefully fixes #16880) (PR:16940, 1 commit, 1 file changed)
  • Fix crashes due to missing TrueHD overrun checks (PR:16813, 1 commit, 2 files changed)
  • fixed: Calling SetCommonOptions() once should be 'nough (PR:17054, 1 commit, 1 file changed)
  • fixed: When seeking m_bRetry must be updated (PR:17055, 1 commit, 1 file changed)
  • [cmake] add PKG_CONFIG_LIBDIR for addon build systems (PR:17040, 1 commit, 1 file changed)
  • [settings] allow set of needed extensions for picture selection (PR:16853, 1 commit, 1 file changed)
  • Add missing cassert includes (PR:17000, 1 commit, 2 files changed)
  • [WinSystemOSX] Change XBMC word leftover to Kodi (PR:17003, 1 commit, 1 file changed)
  • demuxer: copy name property to stream (PR:17032, 1 commit, 1 file changed)
  • [music]Fix display of discs or songs sublist for selected album (PR:17011, 1 commit, 4 files changed)
  • add Library.HasNode infobool (PR:16993, 1 commit, 3 files changed)
  • AESinkAudioTrack: Implement timestamp method for delay (PR:17005, 1 commit, 2 files changed)
  • ProfileManager: Fall back to master profile if profile.xml not loadable / parseable (PR:16987, 2 commits, 2 files changed)
  • [Settings] CSettingInt: support pure string based labels for <option> (PR:17022, 1 commit, 1 file changed)
  • [Python] fix build against python 3.8 (PR:17021, 1 commit, 1 file changed)
  • FreeBSD: Unbreak VAAPI by syncing system/settings/{freebsd,linux}.xml (PR:17009, 1 commit, 1 file changed)
  • [Estuary] fix artist slideshow condition (PR:17044, 1 commit, 1 file changed)
  • [Estuary] fallback to icon in poster view (PR:17035, 1 commit, 2 files changed)
  • AESinkAUDIOTRACK: Remove PT hack for volume (PR:17048, 1 commit, 2 files changed)
  • Windowing: GBM - Fix refreshrate switch (PR:17052, 1 commit, 5 files changed)
  • [python] Fix unicode decode errors (PR:16863)
  • Fix HEAD Content-Length (PR:17159, 1 commit, 1 file changed)
  • [videoplayer] Fix GetItemsToScan scan in sub-directories (PR:17036, 1 commit, 1 file changed)
  • [PVR] Address regression due to recent PVR recordings change (PR:17154, 1 commit, 1 file changed)
  • [windows][depends] Update dependencies for all windows platforms (PR:17143, 2 commits, 22 files changed)
  • [PVR] Improve performance of TriggerRecordingUpdate/TriggerTimerUpdate (PR:17140, 1 commit, 2 files changed)
  • [vfs][addons] fix media view from addon given content (PR:17066, 1 commit, 1 file changed)
  • Reset playlist on new file playback (PR:17123, 1 commit, 1 file changed)
  • paplayer: avoid race condition that double fires OnPlaybackStarted (PR:17083, 1 commit, 1 file changed)
  • [PVR] EPG grid container: fix regression after 2791691... (PR:17132, 1 commit, 1 file changed)
  • [PVR] EPG grid container: fix wrong timeline display on first grid page. (PR:17118, 1 commit, 1 file changed)
  • [PVR] EPG grid model: fix another edge case, that can lead to a crash (PR:17117, 1 commit, 1 file changed)
  • LinuxRendererGL: Fix useage of glTexImage3D format was not valid (PR:17109, 1 commit, 1 file changed)
  • [videodb] use UpdateUniqueIDs() instead of AddUniqueIDs() in VideoDatabase::SetDetailsForMovie() (PR:17092, 1 commit, 1 file changed)
  • [PVR] EPG grid container: Fix event offset calculation for gap tags. (PR:17107, 1 commit, 1 file changed)
  • [PVR] Guide window: Goto 'now' on system resume from sleep. (PR:17108, 1 commit, 5 files changed)
  • [PVR] EPG grid container: Make CGUIEPGGridContainer::GoToEnd consistent with CGUIEPGGridContainer::GoToBegin behavior (PR:17114, 1 commit, 1 file changed)
  • CGUIDialogSelect: fix focusing list / buttons after 6d34db9900 (PR:17115, 1 commit, 1 file changed)
  • [PVR] EPG grid model: Simplify and speed up CGUIEPGGridContainerModel::FindChannelAndBlockIndex (PR:17113, 1 commit, 1 file changed)

pvr.teleboy:
  • Add inputstream.adaptive as dependency (1b5a779)
  • Move changelog to addon meta data (3a735cf)
  • Merge remote-tracking branch 'origin/Leia' into Matrix (68ac6a5)
  • Implement http request caching and set user agent (PR:36, 1 commit, 8 files changed)
  • Merge remote-tracking branch 'origin/Leia' into Matrix (64c1482)
  • Init after login master (PR:40, 4 commits, 7 files changed)
  • Multiple improvements (PR:39, 2 commits, 7 files changed)
  • Load recordings only when addons is ready (dd38143)
  • Merge remote-tracking branch 'origin/Leia' into Matrix (d53153c)
  • Disable free accounts (a0dd8b5)
  • Merge remote-tracking branch 'origin/Leia' into Matrix (f013cb5)
  • Use new stream api (PR:32, 2 commits, 3 files changed)
  • Use kodi epg categories (PR:33, 1 commit, 6 files changed)
  • Add option to disable Dolby (PR:34, 1 commit, 5 files changed)
  • Merge remote-tracking branch 'origin/Leia' into Matrix (572db66)
  • Update changelog and version (1da0d96)
  • Merge remote-tracking branch 'origin/Leia' into Matrix (7497bd3)


pvr.zattoo:
  • Add inputstream.adaptive as dependency and move changelog to addon meta data (8c021c6)
  • Merge branch 'Leia' into Matrix (88c7118)
  • Fix xml (f221347)
  • Merge branch 'Leia' into Matrix (457b3eb)
  • Update changelog and version (d06d147)
  • Merge branch 'Leia' into Matrix (1e81d91)
  • Fix translations master (PR:68, 2 commits, 5 files changed)
  • Multiple improvements (PR:67, 1 commit, 5 files changed)
  • Improve caching of epg data (6efc817)
  • Fix improved caching (1587784)
  • Merge branch 'Leia' into Matrix (7b8cb33)
  • Add missing `--branch Leia` to step 2 (PR:62, 1 commit, 1 file changed)
  • Add dolby option (PR:64, 2 commits, 5 files changed)
  • Update changelog and version (481b6a5)
  • Merge remote-tracking branch 'origin/Leia' into Matrix (725c43a)

pvr.hts:
  • [lang] updated language files from Transifex (56e95c4)

pvr.iptvsimple:
  • [lang] automatic syntax corrections for the en_GB language file (762e4c2)
  • [lang] updated language files from Transifex (1df685c)

pvr.vbox:
  • [lang] automatic syntax corrections for the en_GB language file (e39ce1e)
  • [lang] updated language files from Transifex (6373a10)

pvr.vdr.vnsi:
  • [lang] updated language files from Transifex (57f8e85)

pvr.vuplus:
  • [lang] automatic syntax corrections for the en_GB language file (f5ddb5c)
  • [lang] updated language files from Transifex (8453707)

Pvr.nextpvr:
  • V4.30 V5 Timeshifting (#101) (4fcaba0)
  • Variable initialization error (#107) (92d01d1)

pvr.waipu:
  • Fix translation IDs and translate error messages (PR:51, 1 commit, 4 files changed)
  • Show record option only if available for program/channel (PR:52, 1 commit, 3 files changed)
  • Matrix: inputstreamadaptive depenency (PR:53, 2 commits, 1 file changed)

pvr.mythtv:
  • reuse string 30062 for 'Allow backend shutdown' (d7e63e1)
  • sync upstream cppmyth (2.13.0) (49e6f02)
  • fix allow backend shutdown on reconnect (2aa30af)
  • bump version 6.2.6 (5d79dc7)

vfs.sftp:
  • [Matrix] cleanup and depends updates (PR:46, 15 commits, 31 files changed)

vfs.rar:
  • [Matrix] update unrar to newest version (PR:50, 13 commits, 194 files changed)


pvr.sledovanitv.cz:
  • apimanager: Fix putting session var to URL (c5579c5)
  • client: Add parent PIN (un)lock handling (7433ab5)
  • PVRIptvData: Do better channel# & order handling (07ca551)
Reply
#78
18.8-108, 14 Jan 2020: Based off OSMC commit (d3a965cb2) and newclock5 (0d67271f)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  

XBMC:
  • Fix python crash when aborting script (PR:17151, 1 commit, 1 file changed)
  • Fix playback of bus encryption enabled bluray discs (PR:17145, 1 commit, 3 files changed)
  • Fix crash in libcdio (9a42e31)
  • Merge branch 'master' of https://github.com/xbmc/xbmc into libcdio (90f9e71)
Reply
#79
18.8-109, 19 Jan 2020: Based off OSMC commit (v) and newclock5 (0d67271f)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  

XBMC:
  • Improve FreeBSD CPUInfo support (PR:16779, 1 commit, 3 files changed)
  • SysfsUtils: cleanup and improve interface according to the documentation (PR:16097, 4 commits, 15 files changed)
  • Add missing cassert include (PR:17196, 1 commit, 1 file changed)
Reply
#80
18.8-110, 24 Jan 2020: Based off OSMC commit (f7c9c4f80) and newclock5 (0d67271f)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  

XBMC:
  • [Estuary] Media Flags fix (PR:17235, 1 commit, 1 file changed)
  • fixed: guard against assert in tinyxml (PR:17194, 1 commit, 1 file changed)
  • fixed: Seeking with FileCache could lockup due to terminated thread (PR:17211, 1 commit, 1 file changed)
  • [modernize] use-default-member-init (PR:16735, 1 commit, 37 files changed)

pvr.waipu:
  • Feature: Implement VoD Channels (PR:57, 2 commits, 4 files changed)
Reply
#81
18.8-111, 29 Jan 2020: Based off OSMC commit (160d6f9c) and newclock5 (0d67271f)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  

XBMC:
  • [JSON-RPC] Fix plugin:// url support for Files.GetFileDetails (PR:17202, 1 commit, 6 files changed)
  • [AddonBase] Segfault/AV in CreateInstanceEx if addonInstance is not initialized (PR:17219, 1 commit, 1 file changed)
  • [Estuary] remove support for addons that have not been updated to py3 (PR:17227, 3 commits, 11 files changed)
  • Add JSON RPC call to send button press event. (PR:16858, 1 commit, 10 files changed)
  • [Profiles] Perform operations only outside the login screen (PR:17138, 1 commit, 2 files changed)
  • Fix MUSICPLAYER_DISC_TITLE define position (PR:17263, 1 commit, 1 file changed)
  • [VideoThumbLoader] Do not replace the whole art map when getting item (PR:17127, 1 commit, 3 files changed)
  • [PVR] Fix CPVREpgTagsContainer::UpdateEntries to reset the tags cache (PR:17268, 1 commit, 2 files changed)
  • [depends] allow compiling on an aarch64 host (PR:17260, 1 commit, 2 files changed)
  • [PVR] Fix CPVREpgTagsCache missing channel data. (PR:17271, 1 commit, 3 files changed)
  • [cmake] fix ldflags transfer on addon depends build (PR:17266, 1 commit, 1 file changed)
  • [Estuary] Media Flags fix (PR:17235, 1 commit, 1 file changed)

vfs.libarchive:
  • [Matrix] update addon depends and improve addon code a bit (PR:36, 14 commits, 49 files changed)
Reply
#82
18.8-112, 31 Jan 2020: Based off OSMC commit (7df0df0f) and newclock5 (0d67271f)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  

XBMC:
  • Add JSON RPC call to send button press event. (PR:16858, 1 commit, 10 files changed)
  • [Profiles] Perform operations only outside the login screen (PR:17138, 1 commit, 2 files changed)
  • Fix MUSICPLAYER_DISC_TITLE define position (PR:17263, 1 commit, 1 file changed)
  • [VideoThumbLoader] Do not replace the whole art map when getting item (PR:17127, 1 commit, 3 files changed)
  • [PVR] Fix CPVREpgTagsContainer::UpdateEntries to reset the tags cache (PR:17268, 1 commit, 2 files changed)
  • [depends] allow compiling on an aarch64 host (PR:17260, 1 commit, 2 files changed)
  • [PVR] Fix CPVREpgTagsCache missing channel data. (PR:17271, 1 commit, 3 files changed)
  • [cmake] fix ldflags transfer on addon depends build (PR:17266, 1 commit, 1 file changed)
  • [JSON-RPC] Fix plugin:// url support for Files.GetFileDetails (PR:17202, 1 commit, 6 files changed)
  • [AddonBase] Segfault/AV in CreateInstanceEx if addonInstance is not initialized (PR:17219, 1 commit, 1 file changed)
  • [Estuary] remove support for addons that have not been updated to py3 (PR:17227, 3 commits, 11 files changed)
  • [gbm] define EGL_NO_X11 to follow upstream changes (PR:17272, 1 commit, 1 file changed)
  • Fix TextureCache::CacheImage does not fill texture outparam (PR:17277, 1 commit, 1 file changed)
  • Inputstream fixes (PR:17233, 2 commits, 2 files changed)
  • [addons][inputstream] add RDS stream support (PR:17163, 1 commit, 3 files changed)
  • [depends] bump samba-gplv3 to version 4.11.6 & build static (PR:17209, 3 commits, 21 files changed)
  • [addons] cleanup, prevent C++ from addon in Kodi, fix addon CStructHdl (PR:17281, 4 commits, 9 files changed)
  •  

vfs.libarchive:
  • [Matrix] update addon depends and improve addon code a bit (PR:36, 14 commits, 49 files changed)
Reply
#83
18.8-113, 2 Feb 2020: Based off OSMC commit (f6c658f58) and newclock5 (568b3b8)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  

XBMC:
  • [addons] move GetTempAddonBasePath() from binary to normal AddonManager (PR:17293, 1 commit, 5 files changed)
  • [Estuary] fix navigation in video info dialog (PR:17306, 1 commit, 1 file changed)
  • Games: Fix launching disk images and zip files (PR:17274, 4 commits, 5 files changed)
Reply
#84
18.8-114, 10 Feb 2020: Based off OSMC commit (0ddc74d1e) and newclock5 (4c774a8b6)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  

XBMC:
  • [PVR] CPVREpg: Fix EPG not saved for newly added channels. (PR:17334, 2 commits, 4 files changed)
  • [PVR] Fix EPG tags not deleted from database after deleting a channel (PR:17345, 2 commits, 9 files changed)
  • namespace windows specific methods [part 1] (PR:17224, 3 commits, 115 files changed)
  • Prevent VideoSync from setting up in Destructor (PR:17193, 1 commit, 1 file changed)
  • fix missed line break (PR:17325, 1 commit, 1 file changed)
  • [test] TestCPUInfo: remove useless test (PR:17320, 1 commit, 1 file changed)
  • buildsteps: add linux-aarch64-gbm (PR:17321, 1 commit, 10 files changed)
  • [linux] CSysfsPath: fix reading from strings with spaces (PR:17289, 1 commit, 2 files changed)
  • Cleanup MHD content length patch and use the provided macro (PR:17319, 1 commit, 1 file changed)
  • Fix formatting of class enums (PR:17318, 1 commit, 3 files changed)
  • AudioEngine: Fix recovery in case of atempo filtergraph fails (PR:17051, 1 commit, 1 file changed)
  • Add liberapay to FUNDING.yml (3c3bb43)

inputstream.rtmp:
  • Set up CI with Azure Pipelines (447bc03)
  • Change Azure Pipeline to use Kodi Matrix (adacc78)
Reply
#85
18.8-115, 12 Feb 2020: Based off OSMC commit (51bb83520) and newclock5 (4c774a8b6)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  


XBMC:
  • add setting to switch to visualisation on playback (PR:17225, 1 commit, 7 files changed)
  • [guiinfo] DisplayAfterSeek should not return True if playback is paused (PR:17312, 1 commit, 2 files changed)
  • fix 'Show empty TV Shows' for xml library node (PR:17313, 1 commit, 1 file changed)
  • [tools/EventClients] Bring back EXIF data of bluetooth.png and add Copyright tag (PR:17253, 1 commit, 1 file changed)
  • Fix memory leak (PR:17346, 1 commit, 1 file changed)

inputstream.rtmp:
  • [Matrix] update openssl and fix Windows UWP ARM build SSL build, cleanups (PR:61, 6 commits, 17 files changed)
  • Revert "my head balabala check " (PR:62, 1 commit, 1 file changed)

pvr.zattoo:
  • Add support for parental pin (26a8528)
  • Support selective replay by epg entry (707c31d)
  • Merge branch 'Leia' into Matrix (80558e7)
Reply
#86
18.8-116, 17 Feb 2020: Based off OSMC commit (a2c5d35d07) and newclock5 (4c774a8b6)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  


XBMC:
  • [Estuary] Added support for script.embuary.info (PR:17365, 1 commit, 3 files changed)
  • [depends] bump curl to 7.68.0 (PR:17374, 4 commits, 5 files changed)
  • Don't try to generate a thumb for unresolved plugin path (PR:17352, 1 commit, 1 file changed)
  • PlatformDefs.h: remove _atoi64 define (PR:17368, 1 commit, 3 files changed)
  • [depends] bump libfmt to 6.1.2 (PR:17362, 1 commit, 2 files changed)

pvr.nextpvr:
  • Transcoded Live TV support (#108) (539d78a)

pvr.zattoo:
  • Fix login with exclamation mark (PR:73, 2 commits, 2 files changed)
  • Merge remote-tracking branch 'origin/Leia' into Matrix (2bebe65)
Reply
#87
18.8-117, 20 Feb 2020: Based off OSMC commit (1c43a15) and newclock5 (4c774a8b6)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  

XBMC:
  • PlatformDefs.h: remove inttypes definitions (PR:17367, 1 commit, 22 files changed)
  • FFmpeg: Bump to 4.2.2-Matrix-Alpha1 (PR:17300, 2 commits, 8 files changed)
  • PlatformDefs.h: move FILETIME to XTimeUtils.h (PR:17358, 1 commit, 18 files changed)
  • [build] add note to DEFAULT_NDK_VERSION and DEFAULT_NDK_API (PR:17378, 1 commit, 1 file changed)
Reply
#88
18.8-118, 24 Feb 2020: Based off OSMC commit (ec24ac35) and newclock5 (4c774a8b6)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  

XBMC:
  • [addons] move binary addon interface functions to own files / cleanups (PR:17294, 8 commits, 75 files changed)

pvr.filmon:
  • Set up CI with Azure Pipelines (523b0ec)
  • remove AppVeyor for test build (d5e68f8)
  • add Azure status badge to Readme.md (ea5b360)

pvr.freebox:
  • add kodi-platform, p8-platform and tinyxml to addon itself as depends (PR:27, 1 commit, 8 files changed)

pvr.hdhomerun:
  • Set up CI with Azure Pipelines (4d9fbad)
  • remove AppVeyor for test build (89152c1)
  • bring status badges in different lines (easier view update) (2539d5f)
  • fix travis status badge on README.md (used master before) (d66ac83)
  • add Azure status badge to Readme.md (459eae9)

pvr.hts:
  • Set up CI with Azure Pipelines (2362d87)
  • remove AppVeyor for test build (c655f8e)
  • fix travis status badge on README.md (used master before) (4688f55)
  • add Azure status badge to Readme.md (901187b)

pvr.iptvsimple:
  • add p8-platform to addon itself as depends (PR:328, 1 commit, 2 files changed)

pvr.mediaportal.tvserver:
  • add Azure status badge to Readme.md (4dc9cfe)
  • remove AppVeyor for test build (ded33b3)
  • add Azure status badge to Readme.md (bcf1dc0)

pvr.nextpvr:
  • Set up CI with Azure Pipelines (151979a)
  • remove AppVeyor for test build (566fc74)
  • add Azure status badge to Readme.md (2ea18d3)

pvr.njoy:
  • Set up CI with Azure Pipelines (e6bf14f)
  • remove AppVeyor for test build (26b2200)
  • add Azure status badge to Readme.md (c845d44)

pvr.pctv:
  • Set up CI with Azure Pipelines (2741d40)
  • remove AppVeyor for test build (744815a)
  • add Azure status badge to Readme.md (a5acfdd)

pvr.stalker:
  • add p8-platform to addon itself as depends (PR:130, 2 commits, 3 files changed)
  • Set up CI with Azure Pipelines (3ac1a8a)
  • remove AppVeyor for test build (a0b4cba)
  • add Azure status badge to Readme.md (6138cf9)

pvr.teleboy:
  • add p8-platform to addon itself as depends (PR:44, 1 commit, 2 files changed)

pvr.vbox:
  • Set up CI with Azure Pipelines (332db36)
  • remove AppVeyor for test build (90ef982)
  • add Azure status badge to Readme.md (3eae616)

pvr.vdr.vnsi:
  • Set up CI with Azure Pipelines (6ab28ef)
  • add Azure status badge to Readme.md (18b2cc5)
  • fix travis status badge on README.md (used master before) (522e242)

pvr.vuplus:
  • add kodi-platform, p8-platform and tinyxml to addon itself as depends (PR:273, 1 commit, 7 files changed)
  • Set up CI with Azure Pipelines (aa5a75f)
  • remove AppVeyor for test build (4828da0)
  • add Azure status badge to Readme.md (88e3591)

pvr.waipu:
  • add p8-platform to addon itself as depends (PR:60, 1 commit, 2 files changed)
  • Migrate settings to new format (PR:59, 2 commits, 2 files changed)

pvr.wmc:
  • Set up CI with Azure Pipelines (e794576)
  • remove AppVeyor for test build (e56f852)
  • add Azure status badge to Readme.md (b48c6c8)

pvr.zattoo:
  • remove kodi-platform and add p8-platform to addon itself as depends (PR:75, 2 commits, 7 files changed)


peripheral.joystick:
  • Set up CI with Azure Pipelines (1e96d24)

pvr.argustv:
  • Set up CI with Azure Pipelines (9ef40cd)
  • remove AppVeyor for test build (7c8f647)
  • add Azure status badge to Readme.md (11b13a8)

pvr.demo:
  • Set up CI with Azure Pipelines (bce3a7f)
  • add Azure status badge to Readme.md (c4a3410)
  • fix travis status badge on README.md (used master before) (6851da2)

pvr.dvblink:
  • Set up CI with Azure Pipelines (9a84b57)
  • remove AppVeyor for test build (74e4f64)
  • add Azure status badge to Readme.md (3ce3db2)

pvr.iptvsimple:
  • Set up CI with Azure Pipelines (041314f)
  • remove AppVeyor for test build (2ad1b78)
  • add Azure status badge to Readme.md (c05f11a)

vfs.libarchive:
  • Set up CI with Azure Pipelines (c6d2704)
  • add Azure to Readme.md and prevent AppVeyor show (fa3f51b)

vfs.rar:
  • Set up CI with Azure Pipelines (c07cb8e)
  • add Azure to Readme.md and prevent AppVeyor show (af8572b)
  • fix travis status badge on README.md (used master before) (01db5cf)

vfs.sftp:
  • Set up CI with Azure Pipelines (55b3641)
  • add Azure to Readme.md and prevent AppVeyor show (c3d5a17)
  • fix travis status badge on README.md (used master before) (d1dc0a7)
Reply
#89
18.8-119, 27 Feb 2020: Based off OSMC commit (df859cdf) and newclock5 (4c774a8b6)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  

XBMC:
  • Estuary maps (PR:17398, 1 commit, 1 file changed)
  • Refactoring enum MediaLockState (PR:17381, 2 commits, 15 files changed)
Reply
#90
18.8-120, 5 March 2020: Based off OSMC commit (8daa3911f) and newclock5 (4c774a8b6)

Note: Kodi has now merged the changes for Python3. If addon dev's have not updated their builds for Python 3 then expect breakages.  

XBMC:
  • [PVR] CPVRTimerInfoTag::ConvertUTCToLocalTime: Fix leap year detection. (PR:17421, 1 commit, 1 file changed)
  • [python] set abi to 3.0.0 (PR:17188, 1 commit, 1 file changed)
  • Fix enum formatting again (PR:17351, 2 commits, 2 files changed)
  • [cmake][addons] remove p8-platform, kodi-platform and tinyxml from depends (PR:17307, 4 commits, 12 files changed)

pvr.freebox:
  • remove force to C++17 (PR:30, 1 commit, 1 file changed)
  • TF1/M6 sont des cas spÃciaux (PR:29, 1 commit, 1 file changed)

pvr.iptvsimple:
  • New catchup modes (PR:327, 10 commits, 18 files changed)

vfs.rar:
  • [Matrix] fix multi OS build (PR:57, 4 commits, 8 files changed)
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 10

Logout Mark Read Team Forum Stats Members Help
OSMC test builds for Kodi 190