Skip to content

Releases: kodi-pvr/pvr.nextpvr

21.0.1-Omega: Wakeup improvements (#236)

07 Jun 21:43
4237431
Compare
Choose a tag to compare
* Add channel error return

Add return error if core requests channels while not connected.  Will occur after wake.

* Wake connection improvement

After wake network and local server may not be available try fast poll to speed up connection

* Fanart changes

Default recording request to fanart.  Override default EPG art request to landscape.

20.4.2-Nexus: Backport of PR#236 (#237)

07 Jun 21:41
a4277a9
Compare
Choose a tag to compare
* Add channel error return

Add return error if core requests channels while not connected.  Will occur after wake.

* Wake connection improvement

After wake network and local server may not be available try fast poll to speed up connection

* Fanart changes

Default recording request to fanart.  Override default EPG art request to landscape.

21.0.0-Omega: Connection state change (#232)

01 Apr 18:38
3cb5341
Compare
Choose a tag to compare
Change initial connection to connecting state and defer going into unreachable state to avoid event disruption on startup.

Co-authored-by: emveepee <nospam>

20.4.1-Nexus: Connection state change (backport) (#233)

01 Apr 18:37
cf8b434
Compare
Choose a tag to compare
Change initial connection to connecting state and defer going into unreachable state to avoid event disruption on startup.

Co-authored-by: emveepee <nospam>

20.4.0-Nexus: Sync translations (#230)

28 Jan 15:53
2ec189d
Compare
Choose a tag to compare
* Sync translations

* Change string id 30504

19.0.6-Matrix: Reorder timer definition (#224)

08 Dec 20:06
4fecb1e
Compare
Choose a tag to compare
Kodi core adds the first defined timer to the setting types even when it fails attribute checks.  Backport from PR 223



Co-authored-by: Alfonso Cachero <[email protected]>
Translate-URL: https://kodi.weblate.cloud/projects/kodi-add-ons-pvr-clients/pvr-nextpvr/es_es/
Translation: Kodi add-ons: PVR clients/pvr.nextpvr

Co-authored-by: Alfonso Cachero <[email protected]>

Co-authored-by: Weblate (bot) <[email protected]>
Co-authored-by: Alfonso Cachero <[email protected]>

20.3.1-Nexus: Advanced recording title search (#220)

27 Nov 22:58
e6e0c21
Compare
Choose a tag to compare
Settings were created to allow a title search feature but it was never implemented

Co-authored-by: emveepee <nospam>

19.0.5-Matrix: Advanced recording title search (#221)

27 Nov 19:19
d40e722
Compare
Choose a tag to compare
Backport of PR 220

Co-authored-by: emveepee <nospam>

20.3.0-Nexus

16 Sep 18:54
42249db
Compare
Choose a tag to compare
  • Kodi inputstream API update to version 3.2.0
  • Kodi PVR API update to version 8.0.2

Note: This need Kodi Nexus from 16. September 2022 or newer!

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>