Search found 13 matches

by Zer0Cool
17 Feb 2016, 20:30
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

Re: [Windows][NZBGet][Script] Need help with Post Process Sc

Another silly question. Couldnt find the answer to this. I have the parameter for cleaning: clean=y Is there any way to have Filebot also delete unwanted subtitles (srts) that where downloaded for a episode or movie. For example, if I download "Best Movie Ever", and it includes subs in english ...
by Zer0Cool
17 Feb 2016, 15:39
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

Re: [Windows][NZBGet][Script] Need help with Post Process Sc

Ok I think I may have found my answer.

So the steps would be something like:

1) go create an account
2) run this command

Code: Select all

filebot.exe -script fn:configure
2a) the command should prompt me to enter my account/pw
3) my code with:

Code: Select all

--def subtitles=en
should then work?

Thanks
by Zer0Cool
17 Feb 2016, 15:18
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

Re: [Windows][NZBGet][Script] Need help with Post Process Sc

Setting up an OpenSubtitles account is required. If you don't, it won't work and the logs will contain warning messages. Thank you ill setup an account then. What would the syntax be to add that to my parameters? Right now i have: --def subtitles=en I presume id have to add my account info somehow ...
by Zer0Cool
17 Feb 2016, 06:09
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

Re: [Windows][NZBGet][Script] Need help with Post Process Sc

The above is doing that. Thank you. Is there an advantage to creating an opensubs account, and if so how would I add that into my parameters? I think my last question is regarding Sonarr and Filebot, specifically if I can have Sonarr be notified that the file is done and moved/processed. The post ...
by Zer0Cool
16 Feb 2016, 07:39
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

Re: [Windows][NZBGet][Script] Need help with Post Process Sc

I guess one last question. Is: --def subtitles=en all i need to have it get missing subtitles? Essentially the only thing id like to do in addition to what im doing now is get english subs, but only if it wasnt included with the download. I have my doubts that the above is doing this. Any help would ...
by Zer0Cool
16 Feb 2016, 07:15
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

Re: [Windows][NZBGet][Script] Need help with Post Process Sc

Thanks. Sorry I just got the chance to try some stuff and got it working. This is my working code. Run when NZBGet finishes a download as a post process script from a .bat file: @echo off goto start: ######################################## ### NZBGET POST-PROCESSING SCRIPT ### # Brief description ...
by Zer0Cool
09 Feb 2016, 00:13
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

Re: [Windows][NZBGet][Script] Need help with Post Process Sc

Looks like when i use this: :start SET INPUT=NZBPP_DIRECTORY "C:/Program Files/FileBot/filebot.launcher.exe" -script fn:amc --output "D:/ServerFolders/Downloads/Check" --log-file amc.log --action move --conflict override -non-strict --def subtitles=en "ut_dir=%INPUT%" "seriesFormat=D:/ServerFolders ...
by Zer0Cool
08 Feb 2016, 23:38
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

Re: [Windows][NZBGet][Script] Need help with Post Process Sc

1. Look! --def "ut_dir=%F" magically became --def "ut_dir=D:\Media\Avatar" filebot -script fn:amc --output "/path/to/output" --action copy -non-strict "/path/to/input" --log-file amc.log --def excludeList=amc.txt Where /path/to/input means "path to the files/folders that you want to process". 3 ...
by Zer0Cool
08 Feb 2016, 05:31
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

Re: [Windows][NZBGet][Script] Need help with Post Process Sc

Ok didnt work as i had it above. Looks like i cant just stick the variable in there. So after reading over the documentation for Filebot I dont understand what the syntax is to pass it an input file/source. For example, what would i do in my script if i wanted to statically name a file as the source ...
by Zer0Cool
08 Feb 2016, 04:31
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

Re: [Windows][NZBGet][Script] Need help with Post Process Sc

Alright, so I did some reading in the NZBGet documentation for scripting. This link points to a way to declare variables, including the name/path of the file being processed (or finished). https://github.com/nzbget/nzbget/wiki/Post-processing-scripts So for example something like: - NZBPP ...
by Zer0Cool
08 Feb 2016, 04:03
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

Re: [Windows][NZBGet][Script] Need help with Post Process Sc

OK so if i follow along correctly, this part in the utorrent script is what tells Filebot which file from uTorrent to process: "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" So i need to find a similar way to handle the NZBGet post process script by either ...
by Zer0Cool
07 Feb 2016, 08:01
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

Re: [Windows][NZBGet][Script] Need help with Post Process Sc

You're not passing in any input files. Ok how do I get it to do that then? Like i said, i got this working for uTorrent based off the post here, but i cannot find any information anywhere about how to get filebot to work with NZBGet. I tried to alter this and put it in a bat file for NZBGet to run ...
by Zer0Cool
07 Feb 2016, 02:10
Forum: Scripting and Automation
Topic: [Windows][NZBGet][Script] Need help with Post Process Script
Replies: 20
Views: 12542

[Windows][NZBGet][Script] Need help with Post Process Script

Setup OS: Windows Server 2012 R2 Essentials Filebot: 4.6.1 Downloaders: NZBGet and uTorrent I've got things setup so that uTorrent runs a script that renames files and according to them being either movies or TV shows moves them to the proper folder/structure. That works 100% no issues and is based ...