Manually Running Script on Media already on PC

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
booboo1
Posts: 6
Joined: 07 Oct 2016, 10:24

Manually Running Script on Media already on PC

Post by booboo1 »

I am running qBitorrent and 64bit java with the below code which works great:

Code: Select all

filebot -script fn:amc --output "C:/Media" --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
And for stuff locally on my computer already i have been manually updating via the FileBot program.
What i am wanting to know since i have a lot of stuff already downloaded can i move all my local media to the qBitorrent download folder and then run the above script (or similar) in CMD.
Because i tried with the above script and it says this:

Code: Select all

Locking C:\Users\TEST\AppData\Roaming\FileBot\logs\amc.log
Run script [fn:amc] at [Sun Oct 16 08:01:06 AEDT 2016]
Parameter: excludeList = amc.excludes
Parameter: unsorted = y
Parameter: ut_dir = %F
Parameter: ut_kind = multi
Parameter: ut_title = %N
Parameter: ut_label = %L
Using excludes: C:\Media\amc.excludes (622)
No files selected for processing
Failure (┬░_┬░)
I have looked in the FAQ and manually running filebot but i cant find exactly what im looking for.
Any ideas?
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Manually Running Script on Media already on PC

Post by rednoah »

Please read the Troubleshooting section and pay special attention to the parts written in bold red letters. ;)

@see viewtopic.php?f=4&t=215
:idea: Please read the FAQ and How to Request Help.
Post Reply