ricerca: prova anno nel titolo con i film + nuovo metodo per ricerca su toonitalia (attesa di nuova regex)

This commit is contained in:
mac12m99
2021-02-18 21:46:42 +01:00
parent 420d070ca0
commit 345cb3a626
2 changed files with 5 additions and 14 deletions
+2
View File
@@ -462,6 +462,8 @@ class SearchWindow(xbmcgui.WindowXML):
if self.item.type:
self.item.mode = self.item.type
self.item.text = title_unify(self.item.text)
if self.item.contentType == 'movie' and self.item.infoLabels['year']:
self.item.text += " " + str(self.item.infoLabels['year'])
self.thread = Thread(target=self.search)
self.thread.start()
elif self.item.mode in ['movie', 'tvshow', 'person_']: