add fixme for subtitle folder setting for movies

This commit is contained in:
panni 2018-11-29 14:54:02 +01:00
parent e34201ff2b
commit c8595241c1
1 changed files with 3 additions and 1 deletions

View File

@ -104,7 +104,9 @@ def store_subtitles_movie(file):
except:
pass
subtitles = core.search_external_subtitles(file)
# fixme: set subliminal_patch.core.CUSTOM_PATHS to a list of absolute folders or subfolders to support
# subtitles outside the media file folder
subtitles = search_external_subtitles(file)
brazilian_portuguese = [".pt-br", ".pob", "pb"]
for subtitle, language in subtitles.iteritems():