Wrong Match

Support for Ubuntu and other Desktop Linux distributions
Post Reply
Izzin
Posts: 3
Joined: 17 Nov 2016, 16:02

Wrong Match

Post 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
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Wrong Match

Post 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
:idea: Please read the FAQ and How to Request Help.
Izzin
Posts: 3
Joined: 17 Nov 2016, 16:02

Re: Wrong Match

Post 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
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Wrong Match

Post by rednoah »

I can add NCIS (2003) as alias for NCIS. It'll take a few weeks until it works though.
:idea: Please read the FAQ and How to Request Help.
Izzin
Posts: 3
Joined: 17 Nov 2016, 16:02

Re: Wrong Match

Post by Izzin »

Much appreciated!

-Izzin
Post Reply