I've been trying to sift through the amc.groovy to figure this out myself, but I'm lost.
I use the uTorrent integration, which works great! Thanks for that.
But, I'm trying to figure out if I can pass in a path for a custom label that would overwrite the format path.
For example:
Something is downloaded with the label "private".
I pass in "privateFormat=c:/private"
Regardless of if it's a movie or tv show, it moves the file(s) to the private path.
Thanks in advance for any help!
Custom path based on label
Re: Custom path based on label
You can tell amc to ignore all files for the current run via setting the label to "ignore" and activating processing of "unsorted" files to it's own structure.
This will work out-of-the-box but if you need further customization you might need to run your own modified amc script. 
Code: Select all
--def unsorted=y --def ut_label=ignore
