Custom path based on label

Any questions? Need some help?
Post Reply
wolfencj
Posts: 1
Joined: 16 Jan 2015, 19:07

Custom path based on label

Post 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!
User avatar
rednoah
The Source
Posts: 24214
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Custom path based on label

Post 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:
:idea: Please read the FAQ and How to Request Help.
Post Reply