@xpokor02 wrote:
Hi all,
I tried to find way to search folder for video files without subtitles and download subtitles for rest.
I found and slightly modified:
Get_Subs:
priority: 6
disable: [retry_failed]
filesystem:
path:
- /shares/Public/Serialy/
regexp: '.*.(avi|mkv|mp4)$'
recursive: yes
accept_all: yes
check_subtitles: yes
if:
- subtitles: reject
subliminal:
exact_match: no
languages:
- cs
providers: [opensubtitles]Unfortunately it doesn't seems to be working as expected.
Can anyone share his way of doing same or help me fix this code.
I was able to found that others use subtitle_queue but it works only for stuff downloaded using flexget (they add files to queue during download or moving).
Thanks
Posts: 4
Participants: 2