Sam-Max / plugin.video.jacktook

A Kodi addon for torrent finding and streaming
GNU General Public License v3.0
27 stars 5 forks source link

Show languages for given flags #24

Closed addon-rajada closed 3 months ago

addon-rajada commented 3 months ago

Show language instead country code at label. It doesn't affect the sort by language feature.

addon-rajada commented 3 months ago

Also:

Sam-Max commented 3 months ago

thanks for your PR, the countries list a big one that is loading in memory all at once, and that is not good for performance, maybe there is another way to get country name based on flag unicode.

addon-rajada commented 3 months ago

How about keep just name, alpha2, language, flag and unicode entries for each country? It would reduce file size from 266 KB to few kilobytes

Sam-Max commented 3 months ago

How about keep just name, alpha2, language, flag and unicode entries for each country? It would reduce file size from 266 KB to few kilobytes

Ok

addon-rajada commented 3 months ago

Last commits: