Search found 3 matches

by user938
21 May 2013, 02:57
Forum: Scripting and Automation
Topic: Automated Media Center sans subtitles and sorting.
Replies: 5
Views: 3917

Re: Automated Media Center sans subtitles and sorting.

That was what I needed, thanks a lot for your help! Here is what I'm using in case anyone else stumbles onto this thread looking to do the same: filebot -script fn:amc --output "F:\Processed" --log-file amc.log --action copy --conflict override -non-strict --def music=n artwork=n "ut_dir=%D" "ut ...
by user938
20 May 2013, 17:29
Forum: Scripting and Automation
Topic: Automated Media Center sans subtitles and sorting.
Replies: 5
Views: 3917

Re: Automated Media Center sans subtitles and sorting.

Thanks for the info regarding subtitles! Don't use filebot if you just wanna move files Sorry if I wasn't clear, I`m not just trying to just move files. I`m using the AMC script with utorrent but after you change --output the script will automatically sort movies into {output}/Movies/Name (Year ...
by user938
19 May 2013, 19:29
Forum: Scripting and Automation
Topic: Automated Media Center sans subtitles and sorting.
Replies: 5
Views: 3917

Automated Media Center sans subtitles and sorting.

I'd like to make two changes to the AMC script. -Stop subtitles from downloading. -Change the default movieFormat so movies are not sorted into {output}/Movies/Name (Year)/Name (Year) [CD123].ext I just want them dumped into my --output folder. Here is the AMC script with just a few minor changes ...