riorganizzazione cartelle

This commit is contained in:
marco
2020-09-21 18:49:09 +02:00
parent 0b605cf215
commit d489fb443b
38 changed files with 38 additions and 49 deletions
+2 -2
View File
@@ -254,7 +254,7 @@ def add_renumber_options(item, head_nfo, path):
return ret
def check_renumber_options(item):
from specials.autorenumber import load, write
from core.autorenumber import load, write
for key in item.channel_prefs:
if 'TVSHOW_AUTORENUMBER' in item.channel_prefs[key]:
item.channel = key
@@ -1073,7 +1073,7 @@ def add_tvshow(item, channel=None):
# Get the episode list
itemlist = getattr(channel, item.action)(item)
if itemlist and not scrapertools.find_single_match(itemlist[0].title, r'(\d+x\d+)'):
from specials.autorenumber import select_type, renumber, check
from core.autorenumber import select_type, renumber, check
if not check(item):
action = item.action
select_type(item)