[mythtv-commits] mythtv/master commit: 22a355913 by Raymond Wagner (wagnerrp)

MythTV noreply at mythtv.org
Fri Jan 6 08:07:39 UTC 2012


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2012-01-05T23:56:45-08:00
   Push Date:  2012/01/06 00:07:27 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  22a35591304665ca91b37e4936a09036332abe93
   Changeset:  https://github.com/MythTV/mythtv/commit/22a355913

Log:

In progress TMDB v3 grabber script.

The metaclass and decorators in util.py are used to construct a
just-in-time interface to the new TMDB API based off the service
definitions in tmdb_api.py.  tmdb3.py is a minimally functional grabber
based off this interface, able to perform seaches and pull specific
movie searches, using the VideoMetadata class from the bindings to
construct the XML to send to MythTV.

The metaclass and decorators are messy and need to be cleaned up and
reorganizes.  The upstream API, as well as this interface to it, are
both incomplete, and not yet ready for use.

Added:

   mythtv/bindings/python/MythTV/tmdb3/tmdb3.py
   mythtv/bindings/python/MythTV/tmdb3/tmdb_api.py
   mythtv/bindings/python/MythTV/tmdb3/tmdb_exceptions.py
   mythtv/bindings/python/MythTV/tmdb3/util.py



More information about the mythtv-commits mailing list