This commit is contained in:
j 2011-10-17 13:56:49 +02:00
parent ae6b2abaaf
commit d76b607363

View file

@ -61,7 +61,7 @@ def parse_movie_path(path):
director = []
#extension/language
fileparts = parts[-1].split('.')
fileparts = [x.replace('||', '. ') for x in parts[-1].replace('. ', '||').split('.')]
extension = fileparts[-1]
if len(fileparts[-2]) == 2: