Releases: kodi-pvr/pvr.nextpvr
Releases · kodi-pvr/pvr.nextpvr
22.3.0-Piers
Merge pull request #273 from ksooo/addon-api-9-2-0 PVR Add-on API v9.2.0
22.2.0-Piers: Changes for Piers (#269)
* Timeshift change Start timeshift in real time mode. Low bit radio was taking to long to buffer. From PR 266 * Series and episode clean up Remove duplicated series information from recordings, timer and EPG. Parse episode display information from the description. From PR #266 * Cache channel changes NextPVR has no group API calls. Cache and compress channel list to avoid extra downloads. Compress to save on disk for large IPTV channel lists with zlib potential future use with VOD. Also update to same tinyxml2 version used by Kodi * Populate EpisodePart PVR 9 allows populating EpisodePart on recordings. Update package for release * Fix incorrect tag Since Matrix the wrong XML tag was being extracted so the genre colour and genre text have been incorrect. Will backport to Omega with changes from @ksooo improving the port from Omega in this PR.
22.1.0-Piers
Merge pull request #271 from ksooo/piers-api-9-0-0 v22.1.0: PVR Add-on API v9.0.0
21.2.0-Omega: Omega final changes (#266)
* Timeshift change Start timeshift in real time mode. Low bit radio was taking to long to buffer. * Series and episode clean up Remove duplicated series information from recordings, timer and EPG. Parse episode display information from the description.
22.0.0-Piers
Merge pull request #270 from ksooo/piers-initial-release v22.0.0: Initial release for Piers (PVR Add-on API v8.4.0)
21.1.1-Omega
Merge pull request #261 from kodi-pvr/inc-ver Add-on version incremented to 21.1.1 from Weblate
21.1.0-Omega: Control access to recordings and timers (#260)
* Control access to recordings and timers Provide options to access Live TV only (no recording or timer access) or to disable timers only, disable recordings and disable recordings delete * Add backend timer rules NextPVR allows timeslot and also episode timers, pvr.nextpvr didn't support all episode single channel timers. Legacy backend code was defaulting the daily timeslot recording to an all episode recording. Added logic for backend type 2 and type 3 timers to handle these situations.
21.0.3-Omega
Merge pull request #258 from kodi-pvr/inc-ver Add-on version incremented to 21.0.3 from Weblate
21.0.2-Omega: Port of PR #241 (#242)
Missing return code was creating incorrect Kodi log messages. Currently Kodi core ignores the client error when returned. Read LiveStreams.xml to string buffer instead of file. Remove unused legacy DoRequest check.
20.4.3-Nexus: Channel Improvements (#241)
* Add missing return code to GetChannelGroupMembers() Missing return code was creating incorrect Kodi log messages. Currently Kodi core ignores the client error when returned. * Don't cache LiveStreams.xml Read LiveStreams.xml to string buffer instead of file. Remove unused legacy DoRequest check.