First up: great software! I have just discovered it, and loving it so far! But, i'm also a noob, so the following may be painful for the talented amongst us

Now, my issue. My setup is as followed:
1. TV shows are fetched with RSS in bittorent, and when downloaded i call the utorrent postprocess script. This all works perfectly.
2. Because not all subtitles for TV shows are available when downloaded, i periodically (with system scheduler, once a day) start a batch file with the following code:
What happens is that the script finds the files missing subtitles (the folder contains several TV shows) but then it downloads the subtitle for the corresponding episode of the show 'how i met your mother' (HIMYM). HIMYM is the first TV show (based on name) in this folder.call filebot -get-missing-subtitles -non-strict "C:\New series and movies" -r --lang en --output srt --encoding utf8
For example: Person of interest s03e16 is missing a subtitle. The scripts finds this, but the downloads the subtitle for HIMYM s03e16, and renames it Person of interest s03e16.srt, meaning the subtitle shows up in plex but is wrong.
I've tried everything, but i'm stuck. Can anyone help me?