CC-2612 : Upgrade: Push DB metadata into the file before upgrade
This commit is contained in:
parent
03dc7d7bfa
commit
d606b4b173
4 changed files with 48 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue