Following the guidelines about the custom XML metadata I have the following entry for a TV Show under the cast
tag:
<cast>
<name>Kevin McCloud</name>
</cast>
The question is simple: How do I link that author with the author appearing in TMDB? Apparently the search is not by name, because using only the name I can’t see the thumbnail or is linked with the other episodes. In fact, Kevin is a Host, not an actor.
I had been searching in the forums about this, but the XML metadata format is not really well documented, any help will be nice.