mirror of
https://github.com/evilhero/mylar
synced 2025-03-10 05:52:48 +00:00
FIX: Removed verbose screen logging on filechecker, disabled exact word matching (only required on manual+run - will fix accordingly)
This commit is contained in:
parent
37c6decd07
commit
c151f8eb05
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ def file2comicmatch(watchmatch):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def listFiles(dir,watchcomic,AlternateSearch=None,manual=None):
|
def listFiles(dir,watchcomic,AlternateSearch=None,manual=None):
|
||||||
manual = "yes"
|
manual = "no"
|
||||||
|
|
||||||
# use AlternateSearch to check for filenames that follow that naming pattern
|
# use AlternateSearch to check for filenames that follow that naming pattern
|
||||||
# ie. Star Trek TNG Doctor Who Assimilation won't get hits as the
|
# ie. Star Trek TNG Doctor Who Assimilation won't get hits as the
|
||||||
|
@ -361,7 +361,7 @@ def listFiles(dir,watchcomic,AlternateSearch=None,manual=None):
|
||||||
#print ("directory found - ignoring")
|
#print ("directory found - ignoring")
|
||||||
logger.fdebug("you have a total of " + str(comiccnt) + " " + watchcomic + " comics")
|
logger.fdebug("you have a total of " + str(comiccnt) + " " + watchcomic + " comics")
|
||||||
watchmatch['comiccount'] = comiccnt
|
watchmatch['comiccount'] = comiccnt
|
||||||
print watchmatch
|
#print watchmatch
|
||||||
return watchmatch
|
return watchmatch
|
||||||
|
|
||||||
def validateAndCreateDirectory(dir, create=False):
|
def validateAndCreateDirectory(dir, create=False):
|
||||||
|
|
Loading…
Add table
Reference in a new issue