'creator': 'TPE1', #lead
'identifier': 'UFID', #Unique ID...
'identifier': 'TALB', #album
- 'date': 'TYER', #year
+ #'date': 'TYER', #year
'type': 'TCON', #genre
'publisher': 'TPUB', #comment
}
self.item_id = item_id
self.source = source
self.metadata = metadata
+ self.options = {}
args = ''
if not options is None:
self.item_id = item_id
self.source = source
self.metadata = metadata
+ self.options = {}
args = ''
if not options is None:
else:
args = ' -Q -b '+self.bitrate_default
-
+
if os.path.exists(self.source) and not iswav16(self.source):
self.source = self.decode()