Search found 6 matches

by booboo1
15 Oct 2016, 21:03
Forum: Scripting and Automation
Topic: Manually Running Script on Media already on PC
Replies: 1
Views: 1804

Manually Running Script on Media already on PC

I am running qBitorrent and 64bit java with the below code which works great: 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 ...
by booboo1
07 Oct 2016, 22:04
Forum: Scripting and Automation
Topic: qBitorrent - Deleting
Replies: 8
Views: 4829

Re: qBitorrent - Deleting

Thanks, So trying that i got it working, 6 test files all moved to the corect folder and then deleted the remnants: ## KEEPS DOWNLOADED RAR FILES AND FOLDERS ## filebot -script fn:amc --output "C:/Media" --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y "ut_dir ...
by booboo1
07 Oct 2016, 21:13
Forum: Scripting and Automation
Topic: qBitorrent - Deleting
Replies: 8
Views: 4829

Re: qBitorrent - Deleting

I am using Java 8 Update 101 (64 Bit). I am unsure why it is saying i am using 32 Bit Java I have now removed this: --action duplicate can i ask with these: --def deleteAfterExtract=y and --def clean=y do i need the --def part or do i remove the def part because the current code doesnt utilise def ...
by booboo1
07 Oct 2016, 12:51
Forum: Scripting and Automation
Topic: qBitorrent - Deleting
Replies: 8
Views: 4829

Re: qBitorrent - Deleting

So would there be a way then to force it to delete somehow?
by booboo1
07 Oct 2016, 12:50
Forum: Scripting and Automation
Topic: qBitorrent - Deleting
Replies: 8
Views: 4829

Re: qBitorrent - Deleting

Run script [fn:amc] at [Thu Oct 06 15:35:13 AEDT 2016] Parameter: excludeList = amc.excludes Parameter: unsorted = y Parameter: music = y Parameter: artwork = y Parameter: ut_dir = C:\Media\Arrow.S05E01.720p.HDTV.X264-DIMENSION Parameter: ut_kind = multi Parameter: ut_title = Arrow.S05E01.720p.HDTV ...
by booboo1
07 Oct 2016, 10:31
Forum: Scripting and Automation
Topic: qBitorrent - Deleting
Replies: 8
Views: 4829

qBitorrent - Deleting

Hello, I am using the generic qBitorrent script with the artwork and music removed: filebot -script fn:amc --output "C:/Media" --action duplicate --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" I have a ...