UPDATE
1.9.2
1) Complete refactoring of the code responsible for auto-selecting descriptions from EPG.
2) Now you will have access to two of the fastest algorithms for finding “similarity” ... they are fundamentally different in terms of math, but give excellent results in terms of finding and evaluating “similarity”
a) Jaro-Winkler - excellent and fast for short strings (channel names)
b) TF-IDF - this “math” is what you encounter almost every day when you ask Uncle Google to find something you type into the search bar ... i.e. it is a basic algorithm that allows you to find documents (texts) that “that set of words” that you typed into the search bar is the “document/text” that you are looking for ... Works well and fast on large strings/texts (channel names)
c) auto - the plugin itself analyzes the length of the compared channel names and applies one of the available algorithms for each of the channel names
You can now combine “options” for auto-fit “similarity”, both in terms of speed and accuracy of results depending on your playlist and the EPG you are using
3) Small changes in EPG import algorithm
4) Updated all locales related to changes in the plugin menu