Skip to content

Releases: kodi-pvr/pvr.nextpvr

22.3.0-Piers

24 Oct 18:21
9bf83f5
Compare
Choose a tag to compare
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)

07 Sep 20:49
0f36993
Compare
Choose a tag to compare
* 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

16 Aug 11:00
fec5c55
Compare
Choose a tag to compare
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)

11 Aug 17:36
7b372f6
Compare
Choose a tag to compare
* 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

02 Aug 13:13
abdd4d3
Compare
Choose a tag to compare
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

28 Jul 14:51
c0649cc
Compare
Choose a tag to compare
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)

01 May 18:44
4a78d27
Compare
Choose a tag to compare
* 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

17 Apr 14:38
c66afa5
Compare
Choose a tag to compare
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)

24 Aug 04:49
c9316d0
Compare
Choose a tag to compare
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)

24 Aug 04:47
5169f3a
Compare
Choose a tag to compare
* 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.