AMC Multiple Versions Handling

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
pjburnhill
Posts: 18
Joined: 15 Mar 2017, 20:02

AMC Multiple Versions Handling

Post by pjburnhill »

Hi,

Tried to search for this but couldn't find an answer (probably very obvious).

I've got a VPS set to hoarding (downloading everything via RSS onto Amazon) and I get lots of different versions of movie with different resolutions, codecs, audio codecs etc...

How does the AMC script deal with multiple versions of the same movie?

Do I need to use custom naming for this?

Thanks!
PJ
User avatar
rednoah
The Source
Posts: 23926
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC Multiple Versions Handling

Post by rednoah »

You'll need to use custom naming if you want to keep the same movie with different resolutions and codecs.
:idea: Please read the FAQ and How to Request Help.
pjburnhill
Posts: 18
Joined: 15 Mar 2017, 20:02

Re: AMC Multiple Versions Handling

Post by pjburnhill »

Excellent, thank you @rednoah

EDIT: Never mind, sorry, shoul've seen this before:

Code: Select all

--def excludeList=amc.txt Keep a list of previously processed files to be ignored in future runs (if you run this script on the same files repeatedly you must enable this option)
Also, if I run -script fn:amc hourly on a directory with new content (i.e. download folder) and move content out and run -script fn:cleaner as part of the shell script, do I need to add --def excludeList=amc.txt as the input is new every time?

p.s. is there a bbcode for inline code? Tried a couple of common ones but couldn't get it to work..
Post Reply