Kodi v19 (Matrix) changelog: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(First creation)
 
Line 31: Line 31:


== Live TV and PVR (Personal Video Recorder) ==
== Live TV and PVR (Personal Video Recorder) ==
* Added PVR Reminders <ref>https://github.com/xbmc/xbmc/pull/15467</ref><ref>https://github.com/xbmc/xbmc/pull/16227</ref><ref>https://github.com/xbmc/xbmc/pull/16393</ref>
* Added EDL and chapter marker visualisation for recordings (and videos in general) <ref>https://github.com/xbmc/xbmc/pull/15767</ref>
* Reworked EPG database storage setting semantics (default to 'do not store') <ref>https://github.com/xbmc/xbmc/pull/16005</ref>
* Added TV and radio channel groups home screen widgets <ref>https://github.com/xbmc/xbmc/pull/16351</ref>
* Added thumbnail picture generation for channel groups <ref>https://github.com/xbmc/xbmc/pull/16360</ref>
* Group manager: Automatically fill channel lists upon group selection <ref>https://github.com/xbmc/xbmc/pull/16361</ref>
* Added ability to sort channels and EPG by the backend order of channels <ref>https://github.com/xbmc/xbmc/pull/16558</ref>
* Added support for group specific channel numbering and option to start group number locally from 1 <ref>https://github.com/xbmc/xbmc/pull/16593</ref>
* Rework Guide window's navigation controls <ref>https://github.com/xbmc/xbmc/pull/16638</ref>
* Added support for 'first aired' and 'rating' to PVR info dialog <ref>https://github.com/xbmc/xbmc/pull/16640</ref>
* Added 'new' indicators to Gudie window and PVR info dialog <ref>https://github.com/xbmc/xbmc/pull/16645</ref>
* Added support for 'year' to Guide, Timers and Recordings windows and dialogs <ref>https://github.com/xbmc/xbmc/pull/16728</ref>


* PVR-Addon API changes <ref>https://github.com/xbmc/xbmc/pull/15953</ref><ref>https://github.com/xbmc/xbmc/pull/16541</ref><ref>https://github.com/xbmc/xbmc/pull/16558</ref>
* Added, updated, and improved PVR backend clients addons for popular third-party external [[PVR backend]] platforms:
** New: [[Add-on:Waipu TV PVR Client|Waipu TV PVR Client]] PVR Addon backend client maintained and available from Kodi's community
** New: [[Add-on:Freebox PVR Client|Freebox PVR Client]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:Zattoo PVR Client|Zattoo PVR Client]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:Teleboy PVR Client|Teleboy PVR Client]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:Sledovanitv.cz PVR Client|Sledovanitv.cz PVR Client]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:PVR Demo Client|PVR Demo Client]] dummy addon with fake (method stub) [[PVR backend]] for [[PVR]] skinning and regression testing
** [[Add-on:IPTV Simple Client|IPTV Simple Client]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:FilmOn PVR Client|FilmOn]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:Stalker Client|Stalker Middleware]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:HDHomeRun PVR|HDHomeRun]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:Digital Devices Octopus NET Client|Digital Devices Octopus NET Client]] PVR Addon backend client maintained and made available by [http://digitaldevices.de/home/ Digital Devices]
** [[Add-on:VU+ / Enigma2 Client|Enigma2 (Dreambox / Vu+ / DBox2)]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:VBox TV Gateway PVR Client|VBox TV Gateway]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:Njoy N7 PVR Client|Njoy Digital (N7)]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:PCTV Systems Client|PCTV Systems (Broadway)]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:Tvheadend HTSP Client|Tvheadend HTSP Client]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:VDR VNSI Client|VDR VNSI Client]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:MythTV PVR Client|MythTV PVR Client]] Addon backend client maintained and available from the Kodi's community
** [[Add-on:NextPVR PVR Client|NextPVR (former GB-PVR)]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:Argus TV Client|Argus TV (former ForTheRecord)]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:DVBLink PVR Client|DVBLink PVR Client]] Addon backend client maintained and available from Kodi's community
** [[Add-on:DVBViewer Client|DVBViewer Client]] PVR Addon backend client maintained and available from Kodi's community
** [[Add-on:MediaPortal PVR Client|MediaPortal PVR Client]] Addon backend client maintained and available from Kodi's community
** [[Add-on:PVR.WMC|WMC (Windows Media Center)]] PVR Addon backend client maintained and available from Kodi's community


== Music Library ==
== Music Library ==

Revision as of 20:37, 3 November 2019

Home icon grey.png   ▶ Releases
▶ Matrix
▶ Kodi v19 (Matrix) changelog


Future.png FUTURE Matrix FEATURE:
This page or section describes features that are a future part of the Kodi v19 release, codename "Matrix". For more information see development builds.

This is the Kodi Wiki version of a condensed changelog for the future Kodi v19 version (codename: "Matrix") releases with a summary of the most important core features and functions as well as other notable changes to key areas of the application software or its user interface. Please note that this condensed changelog version is not meant bug-fixes, nor minor refactoring or cosmetic changes.

Changelog

Changes that affect all platforms


Add-ons Framework, API, and Manager

AudioEngine

Gaming (Games interface and Game Clients)

General Library

GUI Engine (Skinning Engine)

Input System (Input Manager and Input APIs)

Live TV and PVR (Personal Video Recorder)

  • Added PVR Reminders [1][2][3]
  • Added EDL and chapter marker visualisation for recordings (and videos in general) [4]
  • Reworked EPG database storage setting semantics (default to 'do not store') [5]
  • Added TV and radio channel groups home screen widgets [6]
  • Added thumbnail picture generation for channel groups [7]
  • Group manager: Automatically fill channel lists upon group selection [8]
  • Added ability to sort channels and EPG by the backend order of channels [9]
  • Added support for group specific channel numbering and option to start group number locally from 1 [10]
  • Rework Guide window's navigation controls [11]
  • Added support for 'first aired' and 'rating' to PVR info dialog [12]
  • Added 'new' indicators to Gudie window and PVR info dialog [13]
  • Added support for 'year' to Guide, Timers and Recordings windows and dialogs [14]

Music Library

Platform Independent Playback

Web Scrapers

Other

Platform Specific

Android Specific

BSD Specific

iOS Specific

Linux Specific

OS X Specific

Windows Specific

References


See also

Template:Changelogs