TL;DR: Can we please get some sorta settings page facility to see XEM mappings and turn XEM off for a particular show? I’d be willing to develop it myself though would need some help.
Having searched and read the scene naming posts, my issue is due to numbering e.g.
and
The XEM site has mappings that don’t match up with my indexer’s posted NZBs (which follow TVDB numbers) meaning Sonarr searches for the wrong episode number or mixes it up when manually downloaded.
I’m not saying XEM is wrong for everyone, it’s just wrong in this case.
I went and found the NZB files manually on my NZB indexer, downloaded them with my download client, but Sonarr still messed up when importing them due to the XEM mapping. I renamed the files manually and got everything right. But that’s only half the problem here. American Dad comes to mind…
What about other shows that get posted that have XEM mappings that end up wrongly named/fetched from indexer?
How do I know what shows they are/could be? (other than looking through XEM manually?)
Yeah this happened to me while getting Sonarr to process my Gundam Seed library… I looked in the wiki and in the actual episode for the number and name of the episode and confirmed they were correct but Sonarr had something totally different which threw off everything on a 100+ episode series.
I’ve just looked in the SceneMappings table in the database and yeah Gundam is in there and they’re all fetched from Xem.
Table structure:
(“Id” INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, “TvdbId” INTEGER NOT NULL, “SeasonNumber” INTEGER NOT NULL, “SearchTerm” TEXT NOT NULL, “ParseTerm” TEXT NOT NULL, “Title” TEXT, “Type” TEXT);