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
[AMC] Multiple output folders
Re: [AMC] Multiple output folders
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.
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.