Skip to content

Releases: kodi-pvr/pvr.nextpvr

20.1.1-Nexus: Initial changes for Nexus (#192)

17 Oct 02:02
5dcaea4
Compare
Choose a tag to compare
* Remove version 4

Support for version 4 is being removed in Nexus.

* Sleep change

Bring in sleep change for PR#190

* Handle timer call from core

From PR#130 handle timer calls from core that don't have a corresponding recording update

* Updates for PVR API 8.0

EDL limits now restricted in core.  Removes risky link to PVR_ADDON_EDL_LENGTH which is API specific

* Support recording specific art

Backend V5.2.2 added a new tag that provides more specific art for shows and movie with the same name.

Co-authored-by: emveepee <nospam>

19.0.1-Matrix: Changes for settings and sleep (#190)

17 Oct 02:00
ee3a85e
Compare
Choose a tag to compare
* ClientTimeshift Settings

Test of internal value would force settings change.  This logic will not be ported to Nexus as the support for backend V4 will be removed in Nexus, simplifying all settings.

* Sleep change

Disable potential server calls after sleep

* Handle timer change from core

A timer can be updated by core during a recording which can start a recording but core doesn't fire the corresponding recording update.   This forces the update even when polling is off will watching a recording.

* Recording specific art

Backend V5.2.2 added a new tag that provides more specific art for shows and movie with the same

Co-authored-by: emveepee <nospam>

20.1.0-Nexus

04 Oct 10:04
e8ae985
Compare
Choose a tag to compare

20.1.0-Nexus - Kodi API to 8.0.0

  • Add supports recordings delete capability
  • Enforce EDL limits

20.0.0-Nexus

18 Sep 11:04
70ea0a8
Compare
Choose a tag to compare

v20.0.0

  • Translations updates from Weblate
    • be_by, ko_kr, ru_ru
    • To allow also addon.xml content update by Weblate
  • Changed test builds to 'Kodi 20 Nexus'
  • Increased version to 20.0.0
    • With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi.
      This done to know easier to which Kodi the addon works.

19.0.0-Matrix

18 Sep 11:00
537aad7
Compare
Choose a tag to compare

v19.0.0

  • Translations updates from Weblate
    • be_by, ko_kr, ru_ru
    • To allow also addon.xml content update by Weblate
  • Changed test builds to 'Kodi 19 Matrix'
  • Increased version to 19.0.0
    • With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi.
      This done to know easier to which Kodi the addon works.

8.2.9-Matrix: Fix timer default override (#180)

15 Sep 17:14
f704f94
Compare
Choose a tag to compare
Feature was supposed to override only when paddding margin stop/end were zero.    Report on forum https://forum.kodi.tv/showthread.php?tid=364475

Co-authored-by: emveepee <nospam>

8.2.8-Matrix: NextPVR API 5.2 changes (#179)

12 Sep 15:46
08891b2
Compare
Choose a tag to compare
* Add radio channel groups

Backend 5.2 exposes channel group allowing radio stations to be separate.  Fixes a few issues, empty groups not added,  radio channels not added to TV groups.

* Include recording size

NextPVR API 5.1.5 includes the recording size forward it by default.

Co-authored-by: emveepee <nospam>

8.2.7-Matrix: Recording group check (#177)

24 Aug 22:18
f3d3dbd
Compare
Choose a tag to compare
PVRTypeIntValue vectors need to be checked for empty or size zero before adding

Co-authored-by: emveepee <nospam>

8.2.6-Matrix: Kodi EDL limit (#175)

30 Jul 23:25
d6063ca
Compare
Choose a tag to compare
Kodi PVR only allows 32 EDL entries.

Co-authored-by: emveepee <nospam>

8.2.5-Matrix: Timer update change (#166)

04 Jul 00:46
374ec27
Compare
Choose a tag to compare
* Recording change

Starting in NextPVR 5.1.2 client can modify some timer fields from a recurring recording.

* Argument error

Extra argument on log call

* Allow year as season

Some TV series use the year as a season number, allow 2-4 digits.  Not fully  supported in backend.

Co-authored-by: emveepee <nospam>