ChrisRichner / ARGUS-TV-GuideEnhancer

Electronic Program Guide Enhancer for Argus TV
https://code.google.com/p/ftr-guide-enhancer/
Apache License 2.0
1 stars 3 forks source link

Impr. Sugg.: also seek for AKA entries #11

Closed Christoph21x closed 9 years ago

Christoph21x commented 9 years ago

Current Guide Enricher seeks for the title (only). It would be good, if it also seeks for AKA entries ("also known as").

Ex.: Broadcasted series title in German TV: "Sanctuary - Wächter der Kreaturen" Series name under TheTVDB is simply "Sanctuary" But an AKA "Sanctuary - Wächter der Kreaturen" is registered.

Would be perfect, if a seek for this AKA would also return a "successful".

Greetz - Chris

ChrisRichner commented 9 years ago

Thank you for this suggestion. Turns out that the used middleware for querying thetvdb.com does not support the AliasNames field. So to enable this feature one must first add support for AliasNames in the tvdblib before the MatchMethods can make use of it.

For now you have to set up this kind of tv show manually by using the id instead of the name.

ChrisRichner commented 9 years ago

I've implemented your suggestion. I've also made a Pull Request.