Pypo debugging
This commit is contained in:
parent
6c52a229b9
commit
d12833a71e
|
@ -159,6 +159,9 @@ class ShowRecorder(Thread):
|
||||||
#recorded_file['date'] = md[0].split("-")[0]
|
#recorded_file['date'] = md[0].split("-")[0]
|
||||||
#You cannot pass ints into the metadata of a file. Even tracknumber needs to be a string
|
#You cannot pass ints into the metadata of a file. Even tracknumber needs to be a string
|
||||||
recorded_file['tracknumber'] = unicode(self.show_instance)
|
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()
|
recorded_file.save()
|
||||||
|
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
|
Loading…
Reference in New Issue