This commit is contained in:
mac12m99
2019-05-24 19:24:06 +02:00
committed by greko
parent 927bc8100e
commit ee2d56b049
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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: