I am currently running a Server using Windows Server 2012 R2.
I am having some issues trying to set up a Filebot script to run together with my Utorrent.
My downloads are being managed by an RSS feed from a private tracker and what as such I need to keep seeding them after completion.
I then have a OSMC playing the episodes over the network and that is working fine.
Now my problem is that in order to get Filebot to rename the shows&movies I am having to allow it to extract the files, in effect double storing everything.
After some reading i found this post:
viewtopic.php?f=6&t=1481
But I can not seem to get this to work in my uTorrent run on torrent finish, ill admit that i am not exactly knowledgeable in regards to Filebot scripting so I fear figuring out what I am doing wrong is beyond me at this point.
Currently I am running this script
"filebot -script fn:amc --output "G:\Test" --log-file amc.log --action hardlink --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D""
In a lame mans attempt to using this i tried inserting the "--def skipExtract=y" into the mix but as I somewhat expected it did nothing except add another line in the log saying that it was using the parameter but still extracted the file and went about doing all its lovely magic (That i btw really love)
Im terribly sorry if this was already in the forum somewhere, i've tried searching and going thru page upon page of results relating to extracting but most seem to be old and relating to the reverse issue of not extracting.
============DL;DR============
Is there anyway that I can get Filebot to not extract my file, still gather its data (Banners subs etc), and just hardlink either rar.001 (or all of the rar files) and rename one (set) link?
============================
If there is a way to do this, well a straight solution would be great but even a confirmation that it is possible would suffice and I can start trying to do it

Anyhelp is appriciated