[mythtv-firehose] mythtv branch fixes/0.26 updated by wagnerrp. v0.26.0-212-gcb02cec

Git Repo Owner noreply at mythtv.org
Sun Jul 7 05:09:36 UTC 2013


The branch, fixes/0.26 has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  cb02cec994712e3361be2be4b78c593aa0c8010a (commit)
       via  8232e55234d916ca2019dce386de5347de0ad7df (commit)
       via  248660c54fad143a3e0c4bafd39e037727629ef2 (commit)
       via  d061321a332f4173728343ed111c1ef9d6adb22c (commit)
       via  2764bf4eb2615f08b30c1afb7a3bfce74fb0e6fa (commit)
       via  f1bfa3149009187a1ac24dda103a291edb11b2a5 (commit)
       via  a0d6348228f76d509df16012b3026ffd79329070 (commit)
       via  3e48760e980204715486fb5bc8a31f0d8b92281d (commit)
       via  0286ab52246448f89439d9b701f411f06d8a491d (commit)
       via  9277e5b0541a067360c9d080510ae3f9ad70a03b (commit)
       via  abe6a286c4bc98d3f3d1ed123791471d5e25b2cd (commit)
       via  c0bb5d41ea38e00827330dcf8505ae32832a0d59 (commit)
       via  867e733c0fee9617994bc098d5bcd89eaf7422bc (commit)
       via  8672dbcf62b5ec0d2439e3916de5ed2583681275 (commit)
       via  ec7891c0dd7dbbc7b8fe87300d32955783dbe318 (commit)
       via  1aa7d8e25e0072d3ac5433daab30157fd32e40f4 (commit)
       via  f652982d6341805a6d2157df026cb35994da345f (commit)
       via  45fd261d486b0feac1cbb6b6fe7b53f883672c48 (commit)
       via  52aed6e16fc767809e34ddf517a311a40b053ca9 (commit)
       via  c1e6161c058161ea5f8ee7084328bcd3b8bb711a (commit)
       via  56a9036966070a1e890f259d3ef7685272743df7 (commit)
       via  0d926427c468ddc61275e9d704833c1c584b65fa (commit)
       via  f897515ba9a7fcdc69c76ca675a0876b5770d23b (commit)
       via  fc8e6d12fd0bfcb3ffc1a056d910e8e46fb05089 (commit)
       via  b16abd5bdc83b3034ab2d1923ce6cfd8b1f911dd (commit)
       via  0c4df4518428b27967f7f89e4600a18d46347b2d (commit)
      from  28128e30cf24ce6b70ee5ba54652aa66147d1ff1 (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 cb02cec994712e3361be2be4b78c593aa0c8010a
Author:    Raymond Wagner <rwagner at mythtv.org> at Sun, 7 Jul 2013 01:08:32 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sun, 7 Jul 2013 01:08:32 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cb02cec994712e3361be2be4b78c593aa0c8010a

Merge commit 'd061321a332f4173728343ed111c1ef9d6adb22c' into fixes/0.26



commit 8232e55234d916ca2019dce386de5347de0ad7df
Author:    Raymond Wagner <rwagner at mythtv.org> at Sun, 7 Jul 2013 00:54:11 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sun, 7 Jul 2013 01:06:30 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8232e55234d916ca2019dce386de5347de0ad7df

Add debugging mode for tmdb3.py (cherry picked from commit 2256e3056ef431d5a80530e14f9edbce8c77a047)



commit 248660c54fad143a3e0c4bafd39e037727629ef2
Author:    Greg Cockburn <greg at performancemagic.com> at Tue, 8 Jan 2013 12:26:43 -0500
Committer: Raymond Wagner <rwagner at mythtv.org> at Sun, 7 Jul 2013 01:06:05 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=248660c54fad143a3e0c4bafd39e037727629ef2

Add support for IMDB based lookups
I'm giving greg credit for this, but the method is significantly
differnet. This includes an explicit regular expression check to ensure
only zero-padded seven digit numbers are queried as IMDB IDs. This is to
prevent any risk of potential overlap with TMDB IDs, once their database
grows that large. This also does not bother applying the IMDB IDs to the
temporary VideoMetadata object as MythTV does not attempt to do anything
with it.

Fixes #11345

Signed-off-by: Raymond Wagner <rwagner at mythtv.org>
(cherry picked from commit c68e784d32192f69a066169b02a2135b0d1f101a)



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

Summary of changes:
 mythtv/bindings/python/tmdb3/LICENSE            |   24 +++
 mythtv/bindings/python/tmdb3/README             |   44 ++++-
 mythtv/bindings/python/tmdb3/setup.py           |    2 +-
 mythtv/bindings/python/tmdb3/tmdb3/__init__.py  |    5 +-
 mythtv/bindings/python/tmdb3/tmdb3/locales.py   |    1 +
 mythtv/bindings/python/tmdb3/tmdb3/tmdb_api.py  |  229 +++++++++++++++++++----
 mythtv/bindings/python/tmdb3/tmdb3/util.py      |    4 +
 mythtv/programs/scripts/metadata/Movie/tmdb3.py |   23 ++-
 8 files changed, 281 insertions(+), 51 deletions(-)
 create mode 100644 mythtv/bindings/python/tmdb3/LICENSE

-- 



More information about the mythtv-firehose mailing list