Branch/Commit: Branch: master
Commit: 1d28b358576b35b101bb0f662858ae5296d2ef8b
Version: v2017.04.14-1
Database Version: 44.0
OS: Linux-3.10.102-x86_64-with-glibc2.2.5
What you did: (For my partner, not myself :P ) Set "Hollywood Medium With Tyler Henry" episodes to Wanted.
What happened: Despite episodes existing on provider site, BTN, with matching quality, episodes were skipped, more accurately, not matched due to mismatch in names between TVDB and BTN.
What you expected: Episodes of "Hollywood Medium" to be matched with show title "Hollywood Medium With Tyler Henry" or a feature added to accept naming overrides?
Logs:
2017-04-24 11:02:30 INFO SEARCHQUEUE-BACKLOG-305285 :: No needed episodes found during backlog search for: [Hollywood Medium With Tyler Henry]
2017-04-24 11:02:30 DEBUG SEARCHQUEUE-BACKLOG-305285 :: [BTN] :: Unable to match Hollywood.Medium.S01E02.720p.HDTV.x264-TASTETV to a show in your database. Parser result: Hollywood Medium - S01E02 [GROUP: TASTETV] [ABD: False] [ANIME: False] [whichReg: [u'standard']]
2017-04-24 11:02:30 DEBUG SEARCHQUEUE-BACKLOG-305285 :: [BTN] :: Found result: Hollywood.Medium.S01E02.720p.HDTV.x264-TASTETV
2017-04-24 11:02:29 DEBUG SEARCHQUEUE-BACKLOG-305285 :: [BTN] :: Search string: {u'category': u'Episode', u'tvdb': 305285, u'name': u'S01E02'}
2017-04-24 11:02:29 INFO SEARCHQUEUE-BACKLOG-305285 :: [BTN] :: Performing episode search for Hollywood Medium With Tyler Henry
2017-04-24 11:02:29 DEBUG SEARCHQUEUE-BACKLOG-305285 :: [BTN] :: Fallback episode search initiated
2017-04-24 11:02:28 INFO SEARCHQUEUE-BACKLOG-305285 :: [BTN] :: Performing season pack search for Hollywood Medium With Tyler Henry
2017-04-24 11:02:28 DEBUG SEARCHQUEUE-BACKLOG-305285 :: [BTN] :: Last update was too soon, using old cache: 2017-04-24 10:53:21. Updated less then 15 minutes ago
2017-04-24 11:02:28 INFO SEARCHQUEUE-BACKLOG-305285 :: Beginning backlog search for: [Hollywood Medium With Tyler Henry]
2017-04-24 11:02:25 INFO Thread-16 :: Sending backlog for Hollywood Medium With Tyler Henry season 1 because some eps were set to wanted
What you expected: Episodes of "Hollywood Medium" to be matched with show title "Hollywood Medium With Tyler Henry" or a feature added to accept naming overrides?
We do have name override, for this exact scenario. They're called Scene Exceptions:
Edit the show in SickRage, navigate to Advanced tab, and add Hollywood Medium in Scene Exception.
Then try searching again.
P.S.
This adds another name to search by, meaning it will still search for downloads with the TVDB name as well.
Awesome, that did the trick.
Ok, so I did see this when I went searching for a solution, but here's why it didn't jump out at me as the fix.
The wording underneath:
"this will affect episode search on NZB and torrent providers.
this list appends to the original show name."
"Append" is to add something to the end... made it sound like a longer name, not a direct replacement for it or a substitute for it.
Thanks for the quick response btw!
@Raymoz101 That is correct. Take Marvel's Agents of S.H.I.E.L.D. for example.
The release can have the same name as in TVDB, or any of the following:
"263365": {
"-1": [
"Marvels Agents of S H I E L D",
"Marvel Agents of S H I E L D",
"Marvel Agents Of SHIELD",
"Agents of S H I E L D"
]
},
So we have to check every name... that's the reasoning behind this.
@sharkykh Ahhh, now that makes sense!
Thank you for clarifying. It appends to the list of show names.
Appreciated.