[Windows] SABnzbd + Filebot Post Processing Script

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
int21h
Donor
Posts: 13
Joined: 12 Aug 2013, 06:14

[Windows] SABnzbd + Filebot Post Processing Script

Post by int21h »

Hi All,

Very basic script you can add to SABnzbd for when a job finishes. Add or change the switches to suit you and then save as .bat file

Code: Select all

@ECHO OFF
SET FILE_PATH=%1
SET FILE_NAME=%3
"C:/Program Files/FileBot/filebot.launcher.exe" -script fn:amc --output "C:/path/to/media" --log-file amc.log --action move --conflict override -non-strict --def music=n artwork=y --def deleteAfterExtract=y --def clean=y --def "ut_dir=%FILE_PATH%" --def "ut_title=%FILE_NAME%" "ut_kind=multi" 
Post Reply