Can Drone Factory Import subtitles too

Hi,

I may have a weird process with my videos, but I don’t find (if any exists) an option to make the Drone Factory Import import .srt files along the video files. It has the same name, and should be moved to the same place the video is moved to, but it doesn’t.

FYI, my process is

  1. Let sonarr download the video, but let them in the incoming folder of sabnzbd
  2. Move manually the file to either “To Watch” or “To Import” folder.
  3. If previously moved to the “To Watch” folder, after having downloaded subtitle and watched the file, move bot the video and its subtitles into “To Import” folder.

And on step 3, it doesn’t import the srt file. That’s not a big issue, but if it doesn’t exists, can you point me to where should i look in the code, i’ll make a pull request after having added it.

Thanks for everything.

The fact that we want to track the files in our database the same way we do metadata files is probably the biggest deterant for people that have wanted to implement it.

FYI:
I wrote a script to save any .srt/.sub/.idx files BEFORE sonarr post-processes:

http://pastebin.com/rRDDTFwC

It was designed for NZBGET but could easily be changed to SAB. If you want to use it, you’ll have to tweak the paths, etc. and set it as a post-process script in ^.

LJ

1 Like