Project abandoned? Last release was 2011
This plugin requires the
periscope
library.
To install it, run:
pip install periscope
Download subtitles for entries referred to existing video files.
Name | Info | Description |
---|---|---|
languages | Array | List of preferred languages: must be a ISO 639-1 code (2 digits) |
alternatives | Array | List of secondary languages: subtitles in this list are downloaded, but the entry will be processed again until one for the languages list is found |
subexts | Array | List of subtitles file extensions to check (for overwrite exclusive use) |
overwrite | [yes | no](/yes |
Example (complete task):
subtitles:
filesystem:
path:
- d:\media\incoming
regexp: '.*\.(avi|mkv|mp4)$'
recursive: yes
accept_all: yes
periscope:
languages:
- it
alternatives:
- en
- fr
overwrite: yes