Myth busters S16/S19 broken

As will come as no surprise to anyone, Mythbusters is completely broken. The preview for S16 is out (tagged s16E00 since no groups are adopting thetvdb’s (IMHO) idiotic changes last year) but Sonarr cannot find it. Trying to look for it brings up episodes from S06 instead.

Since the numbering is off it will need to be maintained on thexem.de (https://github.com/Sonarr/Sonarr/wiki/FAQ#how-does-sonarr-handle-scene-numbering-issues-american-dad-etc)

Typically specials aren’t mapped on thexem.de, which is probably the fate for season 2016 episode 1.

Currently it’s actually mapped on thexem.de from S16E00 -> S2016E01 (scene -> tvdb); yet it still can’t be found despite updating the scene mappings & manual search.

Hovering over the episode number on the series page will show the mapping, which to me show wildly wrong results, though the site looks correct, best to bring this up on their IRC channel as something appears to be wrong.

Hi Markus,

I’ve just checked Sonarr vs the API vs the site and they look consistent except that the episode is missing from Sonarr’s GUI:

curl ‘http://thexem.de/map/single?origin=tvdb&id=73388&season=2016&episode=1’;
{“result”:“success”,“data”:{“scene”:{“season”:16,“episode”:0,“absolute”:267}},“message”:“single mapping for 73388 on tvdb.”}

and the absolute:

curl ‘http://thexem.de/map/single?origin=tvdb&id=73388&absolute=267
{“result”:“success”,“data”:{“scene”:{“season”:16,“episode”:0,“absolute”:267}},“message”:“single mapping for 73388 on tvdb.”}

Is it possible there’s an issue with episodes numbered 0 in Sonarr?

I was seeing something totally different yesterday, but it looks correct now. The logs are now showing Sonarr searching for S16E00, but there is a UI bug hiding the episode number. Looks like a number of indexers are ignoring the episode number and returning a bunch of results for season 16.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.