If anime is not found you can type the TVDB_ID
This commit is contained in:
@@ -44,6 +44,9 @@ def config_item(item):
|
|||||||
tvdb.find_and_set_infoLabels(item)
|
tvdb.find_and_set_infoLabels(item)
|
||||||
data = ''
|
data = ''
|
||||||
data = add_season(data)
|
data = add_season(data)
|
||||||
|
if not item.infoLabels['tvdb_id']:
|
||||||
|
heading = 'TVDB ID'
|
||||||
|
item.infoLabels['tvdb_id'] = platformtools.dialog_numeric(0, heading)
|
||||||
data.append(item.infoLabels['tvdb_id'])
|
data.append(item.infoLabels['tvdb_id'])
|
||||||
write_data(item.from_channel, item.show, data)
|
write_data(item.from_channel, item.show, data)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user