Skip to content

Releases: kodi-pvr/pvr.vdr.vnsi

20.1.0-Nexus

04 Oct 10:24
e50b67f
Compare
Choose a tag to compare

20.1.0-Nexus - Kodi API to 8.0.0

  • Add supports recordings delete capability
  • Add support for PVR Providers and parental rating code for EPG
  • Enforce EDL limits

20.0.0-Nexus

17 Sep 11:08
6872acb
Compare
Choose a tag to compare

v20.0.0

  • Translations updates from Weblate
    • da_dk
    • To allow also addon.xml content update by Weblate
  • Minor cleanups on addon addon.xml
  • 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

17 Sep 11:07
814ca17
Compare
Choose a tag to compare

v19.0.0

  • Translations updates from Weblate
    • da_dk
    • To allow also addon.xml content update by Weblate
  • Minor cleanups on addon addon.xml
  • 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.3-Matrix

03 Jul 20:41
14c69bb
Compare
Choose a tag to compare

v8.2.3

  • Language update from Weblate

8.2.2-Matrix

16 Jan 15:16
c040951
Compare
Choose a tag to compare
Merge pull request #140 from ksooo/fix-windows-connect

8.2.2: Fix: kissnet update fixing Windows socket connection issue

8.2.1-Matrix

11 Jan 21:20
734fcb7
Compare
Choose a tag to compare
Merge pull request #139 from ksooo/kissnet-update

8.2.1: kissnet update fixing ipv6 and other issues

8.2.0-Matrix

09 Jan 10:05
77eebe8
Compare
Choose a tag to compare

v8.2.0

  • Update PVR API 7.1.0

8.1.0-Matrix

09 Nov 16:39
8c2abe1
Compare
Choose a tag to compare
  • Update: inputstream API 3.0.1
    • Fix wrong flags bit shift

Note: This need Kodi Matrix from 9. November 2020 or newer!
Probably last API associated version Increase in Kodi Matrix.

8.0.0-Matrix

31 Oct 10:12
e6e5492
Compare
Choose a tag to compare
  • Fix TCP socket on stop by add of shutdown call (failure e.g. on Android)
  • Change of PVR API to 7.0.2

Note: This need Kodi Matrix from 29. October 2020 or newer!

7.0.1-Matrix

17 Oct 14:57
aef0b5b
Compare
Choose a tag to compare

7.0.1

  • Use std::thread
  • Update Queue event to condition_variable/mutex, use chrono and thread::sleep_for
  • Remove StringUtils and unrequired p8-platform headers and use std::mutex
  • Remove p8-platform dependency
  • Use different socket implementation
  • Switch to kissnet for TCP Sockets