I have installed Flexget in my raspberry and I´m trying to automation the transmission an a way to get subtitles. The solution for transmission is working fine, but I can´t get subtitles. I´m using subliminal, everything is looking fine, but it can´t find any subtitles. And I know that the subfile is available at the provider.
get-subtitles:
no_entries_ok: yes
filesystem:
path:
- /media/USBHDD/share/downloads
regexp: ‘.*.(avi|mkv|mp4)$’ # only include filenames with these extensions
recursive: yes
accept_all: yes
seen: local # seen shouldn’t interfer with anything outside this subtitles task
subliminal:
languages:
- pt-BR
alternatives:
- eng
exact_match: no
#only use the following providers
providers: [legendastv, opensubtitles]
single: no
hearing_impaired: yes
authentication:
addict7ed:
username: xxxxx
password: xxxxx
legendastv:
username: xxxxx
password: xxxxxx
opensubtitles:
username: xxxxx
password: xxxxx
Subtitle_Download:
priority: 6
disable: [retry_failed]
filesystem:
path:
- /media/USBHDD/share/downloads
regexp: ‘.*.(avi|mkv|mp4)$’ # only include filenames with these extensions
recursive: yes
accept_all: yes
seen: local
subliminal:
exact_match: no
languages:
- en
- eng
- pt
- pt-BR
providers:
- legendastv
- opensubtitles
authentication:
addict7ed:
username: xxxxxxxx
password: xxxxxxxx
legendastv:
username: xxxxxx
password: xxxxx
opensubtitles:
username: xxxxxx
password: xxxxxxx
The indentation is ok in the file (when I copied above, something happend).
Please, someone can help me?
1 post - 1 participant