added logging

This commit is contained in:
2013-07-19 22:36:46 +10:00
parent c06d43b3e7
commit be97271559
7 changed files with 75 additions and 5 deletions

View File

@@ -134,4 +134,11 @@ class TVData:
"""
for showdata in showsdata:
print "========================================"
print "Copying {0} to {1}".format(showdata.inputfile,
showdata.outputfile)
self.processepisode(showdata.inputfile, showdata.outputfile)
print "Finished copy"
print "========================================\n\n"