Skip to content

Releases: emilsvennesson/script.module.inputstreamhelper

v0.4.1

01 Sep 16:12
Compare
Choose a tag to compare

v0.4.0

31 Aug 14:42
566af4e
Compare
Choose a tag to compare

v0.3.5

15 Aug 09:05
Compare
Choose a tag to compare

v0.3.4

23 Mar 02:13
Compare
Choose a tag to compare

v0.3.3

21 Feb 10:19
Compare
Choose a tag to compare
  • Load loop if it's a kernel module (@mkreisl)
  • Fix legacy Widevine CDM update detection
  • inputstream_addon is now a public variable
  • Notify user that ARM64 needs 32-bit userspace
  • Improve logging
  • Cosmetics

v0.3.2

30 Jan 14:23
Compare
Choose a tag to compare
  • Fix OSMC arm architecture detection
  • Fix ldd permissions error

v0.3.1

29 Jan 17:30
Compare
Choose a tag to compare
  • check_inputstream() return fix

v0.3.0

29 Jan 16:47
Compare
Choose a tag to compare
  • Bug fix: module left xbmcaddon class in memory
  • Keep Widevine CDM up-to-date with the latest version available (Kodi 18 and higher)
  • Check for missing depending libraries by parsing the output from ldd
  • Use older Widevine binaries on Kodi Krypton (fixes nss/nspr dependency issues)

v0.2.4

01 Jan 15:39
Compare
Choose a tag to compare
  • Fix ARM download on systems with sudo (OSMC etc)
  • Actually bump version in addon.xml, unlike v0.2.3...

v0.2.3

30 Dec 13:17
Compare
Choose a tag to compare
  • Make sure Kodi and Widevine CDM binary architecture matches
  • Minor wording changes/fixes