From ee2d56b049f6d5057b06bf7d4bec811bb582c86c Mon Sep 17 00:00:00 2001 From: mac12m99 Date: Fri, 24 May 2019 19:24:06 +0200 Subject: [PATCH] fixes --- resources/language/English/strings.po | 2 +- specials/search.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/language/English/strings.po b/resources/language/English/strings.po index 6beeefb8..a35082d8 100644 --- a/resources/language/English/strings.po +++ b/resources/language/English/strings.po @@ -1866,7 +1866,7 @@ msgid "KOD - FAQ - %s" msgstr "" msgctxt "#60462" -msgid "You may not have written the library path correctly in 'Settings>Preferences'.\nIl The specified path must be exactly the same as the 'source' entered in 'Archive' of the Kodi library.\nAVANZATO: This path is also found in 'sources.xml'.\nThere can be problems using some Kodi forks and paths with 'special://'. SPMC, for example, has problems with this, and there doesn't seem to be a solution, as it is an external problem to KOD that has existed for a long time.\nYou can try solving these problems in 'Settings>Library Settings' by changing the 'Search in' setting from 'The folder of each series' to 'All library'." +msgid "You may not have written the library path correctly in 'Settings>Preferences'.\nIl The specified path must be exactly the same as the 'source' entered in 'Archive' of the Kodi library.\nAVANZATO: This path is also found in 'sources.xml'.\nThere can be problems using some Kodi forks and paths with 'special://'. SPMC, for example, has problems with this, and there doesn't seem to be a solution, as it is an external problem to Kodi on Demand that has existed for a long time.\nYou can try solving these problems in 'Settings>Library Settings' by changing the 'Search in' setting from 'The folder of each series' to 'All library'." msgstr "" msgctxt "#60463" diff --git a/specials/search.py b/specials/search.py index 199ed090..e225b042 100644 --- a/specials/search.py +++ b/specials/search.py @@ -436,7 +436,7 @@ def show_result(item): def channel_search(search_results, channel_parameters, tecleado): try: - exec("from specials import " + channel_parameters["channel"] + " as module") + exec("from channels import " + channel_parameters["channel"] + " as module") mainlist = module.mainlist(Item(channel=channel_parameters["channel"])) search_items = [item for item in mainlist if item.action == "search"] if not search_items: