Get movie and TV information works really well when all you have is the name and the series tagged but season and episode empty with a couple of exceptions. When the punctuation is different between the name and TVDB it fails. It also fails if TVDB has the (x) at the end of the name for multi-part items.
The show @midnight pulls in the 'Name': "Guesttname1; Guestname2; Guestname3" from the guide but TVDB lists the show as "Guestname1, Guestname2, Guestname3". The difference between ; and , causes the lookup to fail. If I replace the ';' punctuation with ',' then the lookup works.
An example of the other issues would be a show where a story spans several episodes. For example Doctor Who Season 9 episodes 3 and 4. These pull in as 'Under the Lake' and 'Before the Flood' but in TVDB they have titles of 'Under the Lake (1)' and 'Before the Flood (2)' so the lookup fails.
Would it be possible to build in some fuzzy logic to this lookup process instead of having it fail completely?