Search found 6 matches

by starlo
04 Nov 2024, 17:27
Forum: Scripting and Automation
Topic: Limit Suball Script to only missing subtitles
Replies: 9
Views: 8335

Re: Limit Suball Script to only missing subtitles

thanks for the reply but im still struggling. I don't want amc to get subtitles because it downloads srt files even if the video already has embedded subtitles but that part of the problem is solved i think with editing my custom post-processing bash script to have this as the first line before amc ...
by starlo
03 Nov 2024, 15:18
Forum: Scripting and Automation
Topic: Limit Suball Script to only missing subtitles
Replies: 9
Views: 8335

Re: Limit Suball Script to only missing subtitles

i realise my last two posts were rather long so to sum it all up 1st Basically i just need a way to download 10,000+ subtitles for an existing collection over a period of days ignoring any embedded or existing subtitles and then check said collection once a day for any missing subtitles ie newly ...
by starlo
03 Nov 2024, 15:05
Forum: Scripting and Automation
Topic: Limit Suball Script to only missing subtitles
Replies: 9
Views: 8335

Re: Limit Suball Script to only missing subtitles

Thinking a bit more on this, does suball script count the number of successful downloads? if not, could it be updated to do so ie --def limit=x once this limit is reached the suball script would then exit and not request any more subtitles reason being if suball is called daily with the above ...
by starlo
03 Nov 2024, 13:47
Forum: Scripting and Automation
Topic: Limit Suball Script to only missing subtitles
Replies: 9
Views: 8335

Re: Limit Suball Script to only missing subtitles

I want to run this on a large TV and Movie collection which currently does not have ANY subtitles (except the files which already have them embedded) and doing so will exceed my daily download limit considerably (even as a VIP member) I must therefore download the subtitles over period of a few days ...
by starlo
11 May 2014, 11:40
Forum: Feature Requests and Bug Reports
Topic: 4.1 rc1 - rc3 will error if you run amc script locally
Replies: 2
Views: 2615

4.1 rc1 - rc3 will error if you run amc script locally

4.1 rc1 - rc3 will error if you run amc script locally filebot -script "/scripts/amc.groovy"...... finds and runs my copy of amc.groovy but errors filebot -script "fn:amc" ........ works perfectly I have visited Github and replaced my copy of amc.groovy with the latest one but this had made no ...