[mythtv-firehose] mythtv branch fixes/0.26 updated by wagnerrp. v0.26.1-22-gbc07736

Git Repo Owner noreply at mythtv.org
Sat Sep 21 21:26:02 UTC 2013


The branch, fixes/0.26 has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  bc077360fb96f9e5ad83b6a2a9c8b4ffa66704bb (commit)
       via  d198fd12cdb908c94c3aeb1b13279a0a9445a586 (commit)
       via  ef29810bb319032776794ed3823d6d2ae2527691 (commit)
      from  3274afb32d3184faf51706b3fe2b7228c33c06e8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bc077360fb96f9e5ad83b6a2a9c8b4ffa66704bb
Author:    Raymond Wagner <rwagner at mythtv.org> at Sat, 21 Sep 2013 17:23:05 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sat, 21 Sep 2013 17:25:37 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bc077360fb96f9e5ad83b6a2a9c8b4ffa66704bb

Remove tmdb.py and associated library. (cherry picked from commit 53c272dc4ffe2f5392ff54fb3e446801395274fb)
Conflicts:

	mythtv/programs/scripts/metadata/Movie/tmdb.py



commit d198fd12cdb908c94c3aeb1b13279a0a9445a586
Author:    Raymond Wagner <rwagner at mythtv.org> at Sat, 21 Sep 2013 17:19:18 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sat, 21 Sep 2013 17:19:18 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d198fd12cdb908c94c3aeb1b13279a0a9445a586

Force use of tmdb3.py when user tries to use tmdb.py.
Since the tmdb.py grabber using the old v2.1 API is no longer
functional, and we cannot issue a schema update to force users on the
-fixes branches to transition to it, this detects when users attempt to
run that grabber, and automatically replace it with the new grabber.



commit ef29810bb319032776794ed3823d6d2ae2527691
Author:    Raymond Wagner <rwagner at mythtv.org> at Sat, 21 Sep 2013 17:03:56 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sat, 21 Sep 2013 17:03:56 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ef29810bb319032776794ed3823d6d2ae2527691

Change VideoGrabber() movie default to tmdb3.py.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/bindings/python/MythTV/dataheap.py          |    6 +-
 .../bindings/python/MythTV/tmdb/XSLT/tmdbQuery.xsl |   99 --
 .../bindings/python/MythTV/tmdb/XSLT/tmdbVideo.xsl |  157 ---
 mythtv/bindings/python/MythTV/tmdb/tmdb_api.py     | 1317 --------------------
 .../bindings/python/MythTV/tmdb/tmdb_exceptions.py |   45 -
 mythtv/bindings/python/MythTV/tmdb/tmdb_ui.py      |  266 ----
 mythtv/libs/libmythmetadata/metadatadownload.cpp   |    8 +-
 mythtv/programs/scripts/metadata/Movie/tmdb.py     |  640 ----------
 8 files changed, 12 insertions(+), 2526 deletions(-)
 delete mode 100644 mythtv/bindings/python/MythTV/tmdb/XSLT/tmdbQuery.xsl
 delete mode 100644 mythtv/bindings/python/MythTV/tmdb/XSLT/tmdbVideo.xsl
 delete mode 100644 mythtv/bindings/python/MythTV/tmdb/__init__.py
 delete mode 100644 mythtv/bindings/python/MythTV/tmdb/tmdb_api.py
 delete mode 100644 mythtv/bindings/python/MythTV/tmdb/tmdb_exceptions.py
 delete mode 100644 mythtv/bindings/python/MythTV/tmdb/tmdb_ui.py
 delete mode 100755 mythtv/programs/scripts/metadata/Movie/tmdb.py

-- 



More information about the mythtv-firehose mailing list