Releases: kodi-pvr/pvr.nextpvr
Releases · kodi-pvr/pvr.nextpvr
21.0.1-Omega: Wakeup improvements (#236)
* 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)
* 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)
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)
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)
* Sync translations * Change string id 30504
19.0.6-Matrix: Reorder timer definition (#224)
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)
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)
Backport of PR 220 Co-authored-by: emveepee <nospam>
20.3.0-Nexus
- 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)
* 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>