Page 1 of 1

Import 20/20

Posted: 13 Oct 2016, 10:52
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

Re: Import 20/20

Posted: 13 Oct 2016, 14:10
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).

Re: Import 20/20

Posted: 17 Oct 2016, 02:28
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.

Re: Import 20/20

Posted: 17 Oct 2016, 09:17
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]

Re: Import 20/20

Posted: 21 Oct 2016, 08:21
by sea3pea0
Thanks I will work with that one.