added logging
This commit is contained in:
parent
c06d43b3e7
commit
be97271559
7 changed files with 75 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue