include summary in results

This commit is contained in:
j 2012-03-18 15:38:51 +01:00
commit fab1f86987
2 changed files with 8 additions and 3 deletions

View file

@ -43,6 +43,8 @@ def parse_movie_path(path):
else:
title = parts[0]
title = title.replace('_ ', ': ')
if title.endswith('_'):
title = title[:-1] + '.'
year = findRe(title, '(\(\d{4}\))')
if not year: