Aggiunta opzione lingua per scraper videoteca + aggiornamento testi impostazioni

This commit is contained in:
axlt2002
2020-03-20 19:46:57 +01:00
parent 764d365b0a
commit eb44dad0f3
14 changed files with 386 additions and 419 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ from channelselector import get_thumb
from specials import shortcuts
CONTEXT = shortcuts.context()
addon = xbmcaddon.Addon('metadata.themoviedb.org')
lang = addon.getSetting('language')
info_language = ["de", "en", "es", "fr", "it", "pt"] # from videolibrary.json
lang = info_language[config.get_setting("info_language", "videolibrary")]
defpage = ["", "20", "40", "60", "80", "100"]
defp = defpage[config.get_setting('pagination','community')]