[AMC] Multiple output folders

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Jodan
Posts: 1
Joined: 06 Nov 2016, 18:03

[AMC] Multiple output folders

Post by Jodan »

Is there any way to set up the AMC filbot script to output to multiple folders?
I have Two harddrives, one for movies and on for TV shows, and I also like to keep a backup of recent downloads (named correctly) on the computer itself.
My current solution is just a .bat file which runs the script twice, once for the harddrive copy and once for the computer copy. Obviously this isn't ideal as the program has to reidentify everything, making it take twice as long.
If its not possible to setup multiple output locations is there a better alternative to my current solution?

Thanks in advance
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [AMC] Multiple output folders

Post by rednoah »

You can pass in your own formats, so you can move/copy any file to any destination.

However, copying one single files to multiple destinations is not supported.


EDIT:

I'd process things one the machine (same filesystem) first (with --action hardlink of course with xattr enabled.

After that you can do a other simple -rename --db xattr run to mirror things to the external drive.
:idea: Please read the FAQ and How to Request Help.
Post Reply