Closed sergiogomespires closed 8 years ago
That's a bug. Scanning external subtitles should be done before the check_video. https://github.com/Diaoul/subliminal/blob/master/subliminal/cli.py#L357-L359
Fixed with 605a761bf913393a855f6d2af278e9537fcb120b Please try the develop branch again.
Hi. Just recently upgraded to 2.0.3 (was using 0.7.5 for a long time), and it seems that the default behaviour of skipping files that already have subtitles in the same folder is gone. Whenever subliminal is run, it ignores that the specified folder already has an .srt present and downloads it again, overwriting the original .srt. I've tested it on a folder (mnt/USB/Temp) with a single file and .srt
Tested with 2.0.3 and 2.1.0-dev. Same result.
This is the cronjob command i'm using:
subliminal --debug --addic7ed xxx xxx download -l en -v -s -p addic7ed /mnt/USB/Temp/
This is the --debug output from a second run on the same folder that already had an .srt:
Is there an option to skip files with an already present .srt? Cheers!