CC-2612 : Upgrade: Push DB metadata into the file before upgrade

This commit is contained in:
Naomi Aro 2011-08-01 12:22:20 +02:00
parent 03dc7d7bfa
commit d606b4b173
4 changed files with 48 additions and 7 deletions

View file

@ -132,7 +132,7 @@ class ShowRecorder(Thread):
name = time+"-"+self.show_name
name.encode('utf-8')
artist = "AIRTIMERECORDERSOURCEFABRIC".encode('utf-8')
artist = "Airtime Show Recorder".encode('utf-8')
#set some metadata for our file daemon
recorded_file = mutagen.File(filepath, easy=True)