Subtitle scripting - save in subdir, modify query
Posted: 22 Apr 2013, 14:19
I have a couple of questions about scripting subtitle downloads.
I'll start of with the script I'm currently using.
My shows are saved in this format:
And this brings me to my questions.
First of all, is there a way to save the subtitles to a subdir of the show directory?
My second question is; I always download a specific release type (HDTV, 720p), is there a way to include this in my query when filebot searches for subtitles?
I'm only using the subtitle feature of filebot, I have another program to download, extract and move/rename my files.
I'll start of with the script I'm currently using.
Code: Select all
/usr/bin/filebot -script fn:suball /root/Shows/ --lang en --output srt
Code: Select all
/root/Shows/Vikings/Vikings - 1x08 - Sacrifice.mkv
First of all, is there a way to save the subtitles to a subdir of the show directory?
My second question is; I always download a specific release type (HDTV, 720p), is there a way to include this in my query when filebot searches for subtitles?
I'm only using the subtitle feature of filebot, I have another program to download, extract and move/rename my files.