Removed old comments
This commit is contained in:
parent
240881b8b4
commit
7a46bdc4a2
1 changed files with 1 additions and 8 deletions
|
@ -272,14 +272,7 @@ def normalized_metadata(md, original_path):
|
|||
if new_md['MDATA_KEY_BPM'] is None:
|
||||
del new_md['MDATA_KEY_BPM']
|
||||
|
||||
if is_airtime_recorded(new_md):
|
||||
#hour,minute,second,name = new_md['MDATA_KEY_TITLE'].split("-",3)
|
||||
#new_md['MDATA_KEY_TITLE'] = u'%s-%s-%s:%s:%s' % \
|
||||
#(name, new_md['MDATA_KEY_YEAR'], hour, minute, second)
|
||||
# We changed show recorder to output correct metadata for recorded
|
||||
# shows
|
||||
pass
|
||||
else:
|
||||
if not is_airtime_recorded(new_md):
|
||||
# Read title from filename if it does not exist
|
||||
default_title = no_extension_basename(original_path)
|
||||
if re.match(".+-%s-.+$" % unicode_unknown, default_title):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue