View Single Post
  #1655  
Old 30.01.2021, 21:07
Tuscani Tuscani is offline
Baby Loader
 
Join Date: Apr 2014
Posts: 6
Default JDownloader Setup for Windows, Linux and Mac OS X witch Filebots AMC Script

Does this still apply? **External links are only visible to Support Staff**...
I ask because it is not working. I added the scripts in question to the Event Scripter and assigned each a trigger. But nothing happens


content of the jdownloader-postprocess.cmd (because Windows 10)
Code:
@ECHO OFF

:: Input Parameters
set ARG_PATH=%1
set ARG_NAME=%2
set ARG_LABEL=%3

:: Configuration
set CONFIG_OUTPUT=f:\

 "C:\Program Files\Filebot\filebot.exe" -script fn:amc --output %CONFIG_OUTPUT% --action duplicate --conflict skip -non-strict --log-file amc.log --def skipExtract=n unsorted=y music=n artwork=n clean=y excludeList=excludes.txt ut_dir=%ARG_PATH% ut_kind=multi ut_title=%ARG_NAME% ut_label=%ARG_LABEL%
Please see screenshots for more info. Any advice why nothing happens?
Attached Thumbnails
jdownloader1.JPG   jdownloader2.JPG   jdownloader3.JPG  

Last edited by Tuscani; 31.01.2021 at 15:25. Reason: spelling
Reply With Quote