Search found 3 matches

by Speckynz
08 Aug 2014, 07:42
Forum: Scripting and Automation
Topic: Help AMC Fully Automatic Media Centre Cmd Line Coding
Replies: 4
Views: 4082

Re: Help AMC Fully Automatic Media Centre Cmd Line Coding

Thanks heaps for your help
Changed cmd line to read

REM Move Movies and organise with artwork, clean remaining files
filebot -script fn:amc "O:/Downloads/_Downloaded Media/Movies" --output "//MEDIACENTRE/Movie Drive" -non-strict --log-file MovieProcessing.log --def artwork=y clean=y
filebot -script ...
by Speckynz
07 Aug 2014, 13:18
Forum: Scripting and Automation
Topic: Help AMC Fully Automatic Media Centre Cmd Line Coding
Replies: 4
Views: 4082

Re: Help AMC Fully Automatic Media Centre Cmd Line Coding

Thank you so much you picked the problem straight away. I had created dummy files @0kb to test being small I thought they would copy quickly for testing

The answer was listed on the AMC page I just failed to see it
--def minFileSize=0 Only process video files larger than the given number (in bytes ...
by Speckynz
07 Aug 2014, 03:46
Forum: Scripting and Automation
Topic: Help AMC Fully Automatic Media Centre Cmd Line Coding
Replies: 4
Views: 4082

Help AMC Fully Automatic Media Centre Cmd Line Coding

Hi All,

I'm very new at this so please excuse me if I have made any silly mistakes. I have review lots of forum posts but my coding does not seem to get the same results as others

I am trying to get the AMC script to transfer movies files from one folder to another and also download the artwork ...