AMC Miss-identified shows

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
ShedDweller
Posts: 13
Joined: 01 Jun 2017, 17:46

AMC Miss-identified shows

Post by ShedDweller »

Hi,

I use AMC to sort tv shows and it's >99% perfect every time, (thanks!)

Occasionally it renames incorrectly, and i was wondering if there was a way for me to set a list (maybe via a txt file like the Excludelist) where i can force AMC to use a specific result if a particular title is presented?

i.e.
I have one show for the kids "The Deep" (https://www.thetvdb.com/?tab=series&id=304075)

and for some reason it doesn't get picked up correctly, I've had some early season 1 episodes as "The Deep (2010)" and later ones as "The Devil (2007)" !!

It'd be great to be able to have a simple txt file i could add a list to, if "The Deep" use "The Deep 2015" to ensure it picks up the correct one.

CHeers
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC Miss-identified shows

Post by rednoah »

You can use the --filter option for that. Have you read the Advanced Fine-Tuning section in the amc manual yet?
:idea: Please read the FAQ and How to Request Help.
ShedDweller
Posts: 13
Joined: 01 Jun 2017, 17:46

Re: AMC Miss-identified shows

Post by ShedDweller »

Ok thanks, i had missed that bit..

so, to confirm, if i add ...

Code: Select all

  --filter "!readLines('/path/to/excludes.txt').contains(n)"
I can add the Names of shows on separate lines to that txt file and each would be ignored when the AMC is run
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: AMC Miss-identified shows

Post by kim »

Now you can use a text file with all the id's (e.g. tv shows) you want to exclude or include:
viewtopic.php?f=6&t=5383&p=31801#p31801
Post Reply