Skip to content

Releases: kodi-pvr/pvr.nextpvr

20.2.4-Nexus: Misc updates for v20 (#214)

29 Aug 03:28
aff2308
Compare
Choose a tag to compare
* Recording directory update

Provide an option to sort recordings into their respective named directory order.

* Faster polling for initial connections

For the first 65 seconds try to login every 5 seconds after connection fails.  Firewalled connections might have a 30 second timeout so in that case there is only one additional connection

Co-authored-by: emveepee <nospam>

19.0.4-Matrix: Startup delay backport (#215)

29 Aug 17:49
6043f9c
Compare
Choose a tag to compare
Backport change from PR 214 allowing a faster poll for the NextPVR backend on startup.

Co-authored-by: emveepee <nospam>

20.2.3-Nexus: Remove server-based season episode option. (#210)

07 Mar 18:41
e3c0861
Compare
Choose a tag to compare
Kodi Nexus now fully supports season and episodes sorting and display.  Removes redundant server side option that most users have been using.

Co-authored-by: emveepee <nospam>

20.2.2-Nexus: Send groups in NextPVR order (#208)

24 Jan 18:43
d3985fa
Compare
Choose a tag to compare
NextPVR groups can be displayed in creation date or name sort order.

Co-authored-by: emveepee <nospam>

20.2.1-Nexus: Use cached group counts (#205)

02 Jan 21:19
9c106fd
Compare
Choose a tag to compare
* Use cached group counts

Nexus can poll group counts frequently.  Use the internal counts rather then unnecessarily calling the backend.

* Version change

Update after rebase

Co-authored-by: emveepee <nospam>

20.2.0-Nexus

02 Jan 11:37
2a505d9
Compare
Choose a tag to compare
  • Global API Version 2.0.0 update
  • Translation updates by Weblate

Note: This need Kodi Nexus from 31. December 2021 or newer!

19.0.3-Matrix

02 Jan 11:36
e1e2e53
Compare
Choose a tag to compare
  • Translation updates by Weblate

20.1.3-Nexus: In progress recording fix (#198)

14 Nov 01:22
f03c1ff
Compare
Choose a tag to compare
Kodi will mark an in-progress recording as watched if the user is watching in close to real time. Set clock time as the watched position.

Co-authored-by: emveepee <nospam>

19.0.2-Matrix: In progress recording fix. (#196)

14 Nov 01:21
a95fc36
Compare
Choose a tag to compare
Kodi will mark an in-progress recording as watched if the user is watching in close to real time. Set clock time as the watched position.

Co-authored-by: emveepee <nospam>

20.1.2-Nexux: Remove V4 NextPVR support (#193)

24 Oct 16:39
91384fa
Compare
Choose a tag to compare
* Remove V4 configuration

Update settings.xml

* Load and save only V5 settings

* Remove condiitions

Remove tests for various options that are no longer supported

* Remove obsolete modes

Timeshifting end epgmode from V4 are not supported

Co-authored-by: emveepee <nospam>