Page 1 of 1

Wrong Match

Posted: 18 Nov 2016, 23:31
by Izzin
Simple Mismatch issue.

Code: Select all

sudo -u plex filebot -rename -non-strict -no-xattr --db TheTVDB --format "{plex.name} - {vf}" /mnt/siren/Stage/intersitial/working/NCIS\ \(2003\)\ -\ S04E09\ -\ Twisted\ Sister.ts
[sudo] password for netadmin:
Rename episodes using [TheTVDB]
Auto-detected query: [NCIS]
Fetching episode data for [NCIS]
Fetching episode data for [NCIS: Los Angeles]
Fetching episode data for [NCIS: New Orleans]
[MOVE] Rename [/mnt/siren/Stage/intersitial/working/NCIS (2003) - S04E09 - Twisted Sister.ts] to [/mnt/siren/Stage/intersitial/working/NCIS Los Angeles - S04E09 - The Gold Standard - 1080p.ts]
Processed 1 files

Catching the wrong series. Plex DVR records things as the source file, filebot fails the match.

--Izz

Re: Wrong Match

Posted: 19 Nov 2016, 07:30
by rednoah
When reporting mismatches, please include links to the correct matches on TheTVDB. I don't watch NCIS XYZ so I have no idea which one the 2003 series should be. :D

You can use the --filter option to give FileBot a hint:

Code: Select all

--filter "n == /NCIS/"
@see viewtopic.php?t=2127

Re: Wrong Match

Posted: 19 Nov 2016, 13:03
by Izzin
Rednoah,
Per your request:
http://thetvdb.com/?tab=episode&seriesi ... 3625&lid=7

I thought you could influence filebot yes, but that command sequence I have incorporated in automation. I have simply stripped out the filebot cli command out of the automation to represent the mismatch.

--Izzin

Re: Wrong Match

Posted: 19 Nov 2016, 14:49
by rednoah
I can add NCIS (2003) as alias for NCIS. It'll take a few weeks until it works though.

Re: Wrong Match

Posted: 19 Nov 2016, 20:59
by Izzin
Much appreciated!

-Izzin

Re: Wrong Match

Posted: 14 Jun 2024, 17:45
by rednoah