different drive output
Posted: 01 Jan 2017, 17:13
I started with your program ran on window 7 and now have upgraded to 10 and purchased the filebot app. The conflict between app and program made it stop working, so I deleted previous install and now it's running again. My previous script that was run in utorrent
worked great but now I find myself with needing to separate output locations of the types of media. I'm not looking to differentiate between formats or names as seen in other post. Just something easy. Movies to H:/ and TV and Music to F:/
Now I have everything setup in the console for those locations but the script just pushes the output to the F:/ and I assume that there is some conflict because it takes 3 time longer for Filebot to do it's job. Writing scripts is not my thing it took me 30 tries to get the one I got so anything would be appreciated.
Code: Select all
filebot -script fn:amc --output "F:/" --log-file amc.log --action copy --conflict override --def "movieformat=H:/" "musicFormat=F:/" -non-strict --def clean=y --def subtitles=en "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Now I have everything setup in the console for those locations but the script just pushes the output to the F:/ and I assume that there is some conflict because it takes 3 time longer for Filebot to do it's job. Writing scripts is not my thing it took me 30 tries to get the one I got so anything would be appreciated.