Import 20/20

All about user-defined episode / movie / file name format expressions
Post Reply
sea3pea0
Posts: 4
Joined: 15 Sep 2016, 11:12

Import 20/20

Post by sea3pea0 »

Looking for a tip on a good way to import the show 20/20. Here's a section of my logs showing what happens when trying to import:

Input: /volume1/download/complete/tv/20-20_S40E05_720p.WEB-DL-NTb.mkv
xattr: [20-20_S40E05_720p.WEB-DL-NTb.mkv] => [20 30 Dictionary - 1x10 - Stupidity]
Group: [tvs:20 30 dictionary] => [20-20_S40E05_720p.WEB-DL-NTb.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [20 30 Dictionary]
Fetching episode data for [20 30 Dictionary]
[MOVE] Rename [/volume1/download/complete/tv/20-20_S40E05_720p.WEB-DL-NTb.mkv] to [/volume1/video/tv/20 30 Dictionary/Season 01/20 30 Dictionary_S01E05_Horny.mkv]
Processed 1 files

Any idea's how to get it to import as the correct show based on my current naming scheme (20-20_SXXEXX_Quality-RLSGroup.EXT?

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

Re: Import 20/20

Post by rednoah »

If automatic matching doesn't work for some reason you can always use manual matching (See Getting Started, Page 2).

Just forcing the query might be good enough in this case (See FAQ #2).
:idea: Please read the FAQ and How to Request Help.
sea3pea0
Posts: 4
Joined: 15 Sep 2016, 11:12

Re: Import 20/20

Post by sea3pea0 »

I was hoping there was something I could do with the configuration to get automatic importing working for this series. Is there a way to tell filebot to parse "20.20" as tvdb# 72289? I have tried using filters to exclude all the series that gave it false matches but now it just doesn't recognize it as any show.
User avatar
rednoah
The Source
Posts: 23936
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Import 20/20

Post by rednoah »

Search for "20 20" doesn't yield any results on TheTVDB so that's the root of the issue:
http://thetvdb.com/index.php?string=20+ ... ion=Search

Oddly enough, this seems to just work:

Code: Select all

$ filebot -rename . --action TEST
Rename episodes using [TheTVDB]
Auto-detected query: [20 20]
Fetching episode data for [20/20]
[TEST] Rename [20-20_S40E05_720p.WEB-DL-NTb.mkv] to [2020 - 40x05 - Episode 5.mkv]
:idea: Please read the FAQ and How to Request Help.
sea3pea0
Posts: 4
Joined: 15 Sep 2016, 11:12

Re: Import 20/20

Post by sea3pea0 »

Thanks I will work with that one.
Post Reply