Occasionally subs from previuos search are taken
Posted: 09 Jan 2014, 07:25
Hi there,
first of all thank you very much for this great tool. It's doin me a great job for a long time now.
I got into using it via cli for letting it run on my nas automatically and I ran into a problem there.
I made this little bat:
As you can see there are two series folders, one for me and one for the lady. Then it will get movie subs in english and german.
It will run fine for maybe 80% of the time but repeatedly I will get wrong subs. The funny thing is that I will get a sub which got downloaded before for another episode. Either in this run of the bat or in a previous one.
This will happen for searches just within series1 and for searches with both folders. And it happens for with or without non-strict.
As I read this here in the forums I assumed that it might just be a wrong hash on the second sub. So I got the files from os manually and compared the md5 values in the nfos. I am not sure if this is the way to go but they are not identical. Additionally I will always get a wrong sub which I downloaded before correctly for another episode. Never got on for a series/episode I don't have.
I would be very greatful for any help on this. I don't know if I am doing something wrong or if there is a bug or anything...
Thanks!
first of all thank you very much for this great tool. It's doin me a great job for a long time now.
I got into using it via cli for letting it run on my nas automatically and I ran into a problem there.
I made this little bat:
Code: Select all
"C:\Program Files\FileBot\filebot.exe" -get-missing-subtitles "I:/Series" -r --lang en --output srt --encoding utf8
"C:\Program Files\FileBot\filebot.exe" -get-missing-subtitles "G:/Series2" -r --lang en --output srt --encoding utf8
"C:\Program Files\FileBot\filebot.exe" -get-missing-subtitles "H:/Movies/_import" -r --lang en --output srt --encoding utf8
"C:\Program Files\FileBot\filebot.exe" -get-missing-subtitles "H:/Movies/_import" -r --lang de --output srt --encoding utf8
It will run fine for maybe 80% of the time but repeatedly I will get wrong subs. The funny thing is that I will get a sub which got downloaded before for another episode. Either in this run of the bat or in a previous one.
This will happen for searches just within series1 and for searches with both folders. And it happens for with or without non-strict.
As I read this here in the forums I assumed that it might just be a wrong hash on the second sub. So I got the files from os manually and compared the md5 values in the nfos. I am not sure if this is the way to go but they are not identical. Additionally I will always get a wrong sub which I downloaded before correctly for another episode. Never got on for a series/episode I don't have.
I would be very greatful for any help on this. I don't know if I am doing something wrong or if there is a bug or anything...
Thanks!