Skip to content

Release 2.1.0

Latest
Compare
Choose a tag to compare
@wbeard52 wbeard52 released this 03 Aug 04:42

Release 2.1.0.

Designed to work with Kodi 20 (Matrix) and above. Updated python code requires Python 3.6+.

Added advanced genre sort algorithms to match the genres to the categories in TVH and Kodi.

Added a language module to identify language of program and allow TVH and Kodi to correctly display the text on screen.

Language identification requires python module Langid. LangID does not have to be installed inside the Kodi python interpreter. It must be installed on the device interpreter though.

For Debian based systems.

sudo apt-get update
sudo apt-get install pip (if not already installed)

sudo apt-get install python3-numpy
pip install langid

Full Changelog: v1.3.1...v2.1.0