Fix Autorenumber
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user