Page 1 of 1

Custom path based on label

Posted: 16 Jan 2015, 19:15
by wolfencj
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!

Re: Custom path based on label

Posted: 16 Jan 2015, 20:35
by rednoah
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.

Code: Select all

--def unsorted=y --def ut_label=ignore
This will work out-of-the-box but if you need further customization you might need to run your own modified amc script. :ugeek: