So I attempted to run rednoahs utorrent script and was able to only achieve half of what I was hoping for.
Upon downloading files from utorrent I was hoping to have the files copied from E:\Downloads to E:\Movies
Then have the titles corrected to "Movie name" (Year) "Movie Resolution"
Subtitles downloaded and placed in E:\Subtitles
The utorrent script copies the files to E:\Movies\Movies and downloads the subtitles, but doesnt change the name at all.
Any tips or advice would be helpdul.
Noob in need of help
Re: Noob in need of help
What options are you setting? Are you overriding the format and make it not change the name at all?
Logs would be helpful. Always.
Logs would be helpful. Always.
-
- Posts: 2
- Joined: 03 Jan 2014, 04:13
Re: Noob in need of help
filebot -script fn:amc --output "E:/Movies" --log-file amc.log --action copy --conflict override -non-strict --def music=n subtitles=en artwork=n --def clean=y --def xbmc=hostname --def "movieFormat=Movies/{n} {y}/{fn}" "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"
I'll have to get logs later if I can, still learning the program and what not.
Thank you for such a quick response however.
I'll have to get logs later if I can, still learning the program and what not.
Thank you for such a quick response however.
Re: Noob in need of help
Why use a format you don't understand instead of just letting it's use it's default that does what you want?
Code: Select all
"movieFormat=Movies/{n} {y}/{fn}"