[mythtv-commits] mythtv commit: r23354 - in trunk/mythtv/bindings/python by wagnerrp

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jan 29 01:39:37 UTC 2010


      Author: wagnerrp
        Date: 2010-01-29 01:39:37 +0000 (Fri, 29 Jan 2010)
New Revision: 23354
   Changeset: http://svn.mythtv.org/trac/changeset/23354

Added:

   trunk/mythtv/bindings/python/MythTV/tmdb/
   trunk/mythtv/bindings/python/MythTV/tmdb/__init__.py
   trunk/mythtv/bindings/python/MythTV/tmdb/tmdb_api.py
   trunk/mythtv/bindings/python/MythTV/tmdb/tmdb_exceptions.py
   trunk/mythtv/bindings/python/MythTV/tmdb/tmdb_ui.py
   trunk/mythtv/bindings/python/MythTV/ttvdb/
   trunk/mythtv/bindings/python/MythTV/ttvdb/__init__.py
   trunk/mythtv/bindings/python/MythTV/ttvdb/cache.py
   trunk/mythtv/bindings/python/MythTV/ttvdb/ttvdb-example.conf
   trunk/mythtv/bindings/python/MythTV/ttvdb/ttvdb.py
   trunk/mythtv/bindings/python/MythTV/ttvdb/tvdb_api.py
   trunk/mythtv/bindings/python/MythTV/ttvdb/tvdb_exceptions.py
   trunk/mythtv/bindings/python/MythTV/ttvdb/tvdb_ui.py

Modified:

   trunk/mythtv/bindings/python/setup.py

Log:

Migrate the TMDB and TTVDB API libraries into the main set of bindings. This eliminates the need for multiple separate copies to be maintianed in several plugins. They can now be accessed by importing 'MythTV.tmdb' or 'MythTV.ttvdb'.




More information about the mythtv-commits mailing list