Page 1 of 1

Noob in need of help

Posted: 06 Jan 2014, 02:10
by NoahPhense
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.

Re: Noob in need of help

Posted: 06 Jan 2014, 02:19
by rednoah
What options are you setting? Are you overriding the format and make it not change the name at all?

Logs would be helpful. Always.

Re: Noob in need of help

Posted: 06 Jan 2014, 05:06
by NoahPhense
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.

Re: Noob in need of help

Posted: 06 Jan 2014, 05:44
by rednoah
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}"