Releases: kodi-pvr/pvr.nextpvr
Releases · kodi-pvr/pvr.nextpvr
20.1.1-Nexus: Initial changes for Nexus (#192)
* 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)
* 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
20.1.0-Nexus - Kodi API to 8.0.0
- Add supports recordings delete capability
- Enforce EDL limits
20.0.0-Nexus
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.
- With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi.
19.0.0-Matrix
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.
- With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi.
8.2.9-Matrix: Fix timer default override (#180)
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)
* 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)
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)
Kodi PVR only allows 32 EDL entries. Co-authored-by: emveepee <nospam>
8.2.5-Matrix: Timer update change (#166)
* 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>