Separate HDDs saving for AMC
Posted: 31 Jan 2014, 23:23
Hi,
I've been playing with the code for entering into uTorrent, and have it working very well for my needs. However, I'd like to have a modifier for different hard drives. I have (1) 3TB drive for Movies, and (1) 3TB drive for Anime and TV Shows. Is there a way to append the code to allow for different drive paths easily?
A secondary issue is that anime shows (Naruto Shippuuden & Kill la Kill) were placed in TV Shows rather than Anime. Is there an argument I must use to allow for Anime matching?
Here is my code:
I've been playing with the code for entering into uTorrent, and have it working very well for my needs. However, I'd like to have a modifier for different hard drives. I have (1) 3TB drive for Movies, and (1) 3TB drive for Anime and TV Shows. Is there a way to append the code to allow for different drive paths easily?
A secondary issue is that anime shows (Naruto Shippuuden & Kill la Kill) were placed in TV Shows rather than Anime. Is there an argument I must use to allow for Anime matching?
Here is my code:
Code: Select all
filebot -script fn:amc --output "G:/" --log-file amc.log --action copy --conflict override -non-strict --def artwork=y gmail=derpy mailto=derpy "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"