Removed old comments

This commit is contained in:
Rudi Grinberg 2012-09-14 11:23:21 -04:00
parent 240881b8b4
commit 7a46bdc4a2

View file

@ -272,14 +272,7 @@ def normalized_metadata(md, original_path):
if new_md['MDATA_KEY_BPM'] is None: if new_md['MDATA_KEY_BPM'] is None:
del new_md['MDATA_KEY_BPM'] del new_md['MDATA_KEY_BPM']
if is_airtime_recorded(new_md): if not 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:
# Read title from filename if it does not exist # Read title from filename if it does not exist
default_title = no_extension_basename(original_path) default_title = no_extension_basename(original_path)
if re.match(".+-%s-.+$" % unicode_unknown, default_title): if re.match(".+-%s-.+$" % unicode_unknown, default_title):