Search found 8 matches

by vfx
11 Jun 2016, 14:28
Forum: Scripting and Automation
Topic: [SCRIPT] Automated multilingual subtitle grabber for Sonarr
Replies: 25
Views: 25899

Re: [SCRIPT] Automated multilingual subtitle grabber for Son

Thanks again.

Does Filebot portable support running script? I tried to use it but couldn't run the suball script to download subs.
by vfx
11 Jun 2016, 05:46
Forum: Scripting and Automation
Topic: [SCRIPT] Automated multilingual subtitle grabber for Sonarr
Replies: 25
Views: 25899

Re: [SCRIPT] Automated multilingual subtitle grabber for Son

rednoah wrote:1.
Try setting --format MATCH_VIDEO and see if the script respects that option.

2.
Use the --log option to specify a log file.
Thanks again.


How do you skip the subtitles that have already been downloaded?

--log /path/log.txt?
by vfx
11 Jun 2016, 05:37
Forum: Scripting and Automation
Topic: [SCRIPT] Automated multilingual subtitle grabber for Sonarr
Replies: 25
Views: 25899

Re: [SCRIPT] Automated multilingual subtitle grabber for Son

So I used Task Scheduler to set up suball. It ran and downloaded all subtitles for me. Pretty slick. Thanks a millions. By the way, it has that .eng in subtitle file (e.g. superslickfilebot.eng.srt). Is there a way to not append .eng in the subtitle? I used the command line below: filebot -script fn ...
by vfx
10 Jun 2016, 00:03
Forum: Scripting and Automation
Topic: [SCRIPT] Automated multilingual subtitle grabber for Sonarr
Replies: 25
Views: 25899

Re: [SCRIPT] Automated multilingual subtitle grabber for Son

The suball script has options for only download subs for files that are older than a certain amount of time. Setting minAgeDays to 3-4 days should be good enough. Some good info here: https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p8871 I tried the other auto-subliminal script, but kinda ...
by vfx
07 Jun 2016, 04:31
Forum: Scripting and Automation
Topic: [SCRIPT] Automated multilingual subtitle grabber for Sonarr
Replies: 25
Views: 25899

Re: [SCRIPT] Automated multilingual subtitle grabber for Son

Just found this script. Worked pretty well to download TV subs with addic7ed and some other providers (well as in it can download subs ok, but navigation leaves something to desire more). Good Luck.

https://github.com/h3llrais3r/Auto-Subliminal
by vfx
06 Jun 2016, 21:27
Forum: Scripting and Automation
Topic: [SCRIPT] Automated multilingual subtitle grabber for Sonarr
Replies: 25
Views: 25899

Re: [SCRIPT] Automated multilingual subtitle grabber for Son

the script only executed on download or upgrade to a better release. You'll have to manually download it with the app unless you want to redownload the eps again.
by vfx
06 Jun 2016, 18:38
Forum: Scripting and Automation
Topic: [SCRIPT] Automated multilingual subtitle grabber for Sonarr
Replies: 25
Views: 25899

Re: [SCRIPT] Automated multilingual subtitle grabber for Son

No. but some stupid video player won't auto display the subtitle if the sub srt file not the same as the video file. I only need eng sub so it would be ok. Anyhow, opensubtitles doesn't have a lot of TV sub as subscence or addic7ed. So it's a hit or miss. It's not a 100% automation per se.
by vfx
06 Jun 2016, 02:41
Forum: Scripting and Automation
Topic: [SCRIPT] Automated multilingual subtitle grabber for Sonarr
Replies: 25
Views: 25899

Re: [SCRIPT] Automated multilingual subtitle grabber for Son

Hello, Tried this with sonarr, it downloaded subtitle all right. But it appended _eng.srt to the subtitle which doesn't exactly match the video file name because of extra "eng" in the sub srt file (e.g. Mr. Robot - S01E05 - eps1.4_3xpl0its.wmv. eng .srt) so I changed the following to: [it ...