This commit is contained in:
j 2011-11-22 22:35:06 +01:00
parent bfb1d468af
commit 0614f1e5b1

View file

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