This is a module to interact with TheTVDB.com. This will attempt to duplicate the functionality provided by the Amazon modules, though ofcourse more limited since purchases cannot be made through this source. Right now this is only conceptual.
I am looking to include links and a basic image for TV shows and movies, ideally with only a title being entered on the Drupal site (autocomplete will, theoretically include the years to help clarify which series it is). I noticed on someone's website (huge in drupal land) that she has currently reading, currently playing and currently watching. When attempting to reproduce those on my site, it was simple enough using the Amazon module for reading (and the use case I saw uses Amazon for all of it). The downside is that unless you're willing to go and get the numeric code for a specific item, the autocomplete title field is not enough to select an item (often enough, the specific item isn't in the list). That and I'd rather honestly link to IMDB for all of this, but they don't seem all that friendly to external use of resources.
Anyway, integrating a Drupal site with TheTVDB just makes sense to me (potentially, I'll be doing a similar thing with themoviedb.com; if the module hosted on github and posted about in the news section of the forums doesn't suit my needs).