Fix Autorenumber

This commit is contained in:
Alhaziel01
2020-11-07 15:03:50 +01:00
parent bd321ec073
commit 84452a962b
2 changed files with 7 additions and 1 deletions
-1
View File
@@ -143,7 +143,6 @@ class autorenumber():
self.item.contentSerieName = self.title.rstrip('123456789 ') self.item.contentSerieName = self.title.rstrip('123456789 ')
while not self.item.exit: while not self.item.exit:
self.item = platformtools.dialog_info(self.item, 'tvdb') # <- Enter title to search
tvdb.find_and_set_infoLabels(self.item) tvdb.find_and_set_infoLabels(self.item)
if self.item.infoLabels['tvdb_id']: self.item.exit = True if self.item.infoLabels['tvdb_id']: self.item.exit = True
@@ -20,6 +20,13 @@
</animation> </animation>
<!-- BACKGROUND --> <!-- BACKGROUND -->
<control type="image">
<width>1280</width>
<height>720</height>
<texture colordiffuse="FF232323">white.png</texture>
</control>
<!-- FANART -->
<control type="image" id='30000'> <control type="image" id='30000'>
<width>1280</width> <width>1280</width>
<height>720</height> <height>720</height>