different drive output

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
jeffddntdt
Posts: 4
Joined: 24 Feb 2015, 16:02

different drive output

Post by jeffddntdt »

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

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

Re: different drive output

Post by rednoah »

Have you ever tried to look at the logs? Blindly trying randoming things won't get you anywhere unless you're very very lucky. The chances of you being very very lucky are very very small.

Since you bought FileBot I'll just give you the solution:

Code: Select all

--def movieFormat="H:/{plex}" seriesFormat="F:/{plex}"
Next time, be smart and just check the logs. It'll save time and effort. This advice applies to any and all software issues. ;)
:idea: Please read the FAQ and How to Request Help.
Post Reply