diff --git a/libfilemanager.py b/libfilemanager.py index b3c3c7e..bcceee8 100644 --- a/libfilemanager.py +++ b/libfilemanager.py @@ -85,6 +85,7 @@ def GetFilesToPrepare(path, numberofFiles, shows): showsToProcess = [] i = 0 + print "Found {0} potential files".format(len(files)) for file in files: # TODO get these from settings #if TVData.CheckTitleIsInList('localhost', 'script', 'script', 'mythconverg', file):