Pypo debugging

This commit is contained in:
Rudi Grinberg 2012-09-05 10:36:32 -04:00
parent 6c52a229b9
commit d12833a71e
1 changed files with 3 additions and 0 deletions

View File

@ -159,6 +159,9 @@ class ShowRecorder(Thread):
#recorded_file['date'] = md[0].split("-")[0]
#You cannot pass ints into the metadata of a file. Even tracknumber needs to be a string
recorded_file['tracknumber'] = unicode(self.show_instance)
self.logger.info("self.start_time: %s" % self.start_time)
self.logger.info("title:(%s).date:(%s)" % (recorded_file['title'],
recorded_file['date']) )
recorded_file.save()
except Exception, e: