From 48beb3e6623180d3eb20d5cad68b91f3ba42d97e Mon Sep 17 00:00:00 2001 From: Shane Frischkorn Date: Sat, 6 Jul 2013 21:22:33 +1000 Subject: [PATCH] move error fixing --- libfilemanager.py | 1 + 1 file changed, 1 insertion(+) 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):