[mythtv-firehose] mythtv branch master updated by wagnerrp. v0.26-pre-168-g1debfc6

Git Repo Owner noreply at mythtv.org
Thu May 3 15:00:05 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  1debfc665fdda71e328f8c649f2c25a87912426a (commit)
       via  e6222cf57fc247dfcc27a2f56bc4d44b0f87ce55 (commit)
       via  30a0d398cc5f40487a69ddcc3beff77b09052def (commit)
       via  676cbb1aaf9c8d19d207ec9575ffaa9665d8e710 (commit)
       via  7425634d7b92f8bbe9abdc8b50c4148c96c87f40 (commit)
      from  e229f68b879d7594b4b2df03df928bc3ee21458f (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 1debfc665fdda71e328f8c649f2c25a87912426a
Author:    Raymond Wagner <rwagner at mythtv.org> at Thu, 3 May 2012 10:55:25 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Thu, 3 May 2012 10:55:25 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1debfc665fdda71e328f8c649f2c25a87912426a

Add --parse-video-filename option to test filename parser.
This adds a new option to MythUtil to hook directly into the filename
parsing routines used by the Video Library, to allow them to be tested
directly for irregularities rather than having to go through the
scanner.



commit e6222cf57fc247dfcc27a2f56bc4d44b0f87ce55
Author:    Raymond Wagner <rwagner at mythtv.org> at Thu, 3 May 2012 10:54:59 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Thu, 3 May 2012 10:54:59 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e6222cf57fc247dfcc27a2f56bc4d44b0f87ce55

Merge commit '30a0d398cc5f40487a69ddcc3beff77b09052def'



commit 30a0d398cc5f40487a69ddcc3beff77b09052def
Author:    Raymond Wagner <rwagner at mythtv.org> at Thu, 3 May 2012 02:56:30 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Thu, 3 May 2012 02:56:30 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=30a0d398cc5f40487a69ddcc3beff77b09052def

Add method to search for movies similar to current.



commit 676cbb1aaf9c8d19d207ec9575ffaa9665d8e710
Author:    Raymond Wagner <rwagner at mythtv.org> at Thu, 3 May 2012 02:43:07 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Thu, 3 May 2012 02:43:07 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=676cbb1aaf9c8d19d207ec9575ffaa9665d8e710

Clean up __repr__ methods, and impose soft 80-character line limit.



commit 7425634d7b92f8bbe9abdc8b50c4148c96c87f40
Author:    Raymond Wagner <rwagner at mythtv.org> at Thu, 3 May 2012 01:12:28 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Thu, 3 May 2012 01:12:28 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7425634d7b92f8bbe9abdc8b50c4148c96c87f40

Improve handling of invalid responses from TMDB
When an HTML error is received from the TMDB API, this will now attempt
to process a specific error type from the returned JSON.  If no error
type is given, or the resposnse was not JSON, it will raise the previous
TMDBHTTPError.



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

Summary of changes:
 mythtv/bindings/python/tmdb3/README                |    3 +-
 mythtv/bindings/python/tmdb3/setup.py              |    2 +-
 mythtv/bindings/python/tmdb3/tmdb3/locales.py      |    3 +-
 mythtv/bindings/python/tmdb3/tmdb3/request.py      |   27 +++-
 mythtv/bindings/python/tmdb3/tmdb3/tmdb_api.py     |  179 ++++++++++----------
 .../bindings/python/tmdb3/tmdb3/tmdb_exceptions.py |   11 +-
 mythtv/bindings/python/tmdb3/tmdb3/util.py         |   26 +++-
 mythtv/programs/mythutil/backendutils.cpp          |   20 +++
 mythtv/programs/mythutil/commandlineparser.cpp     |    4 +
 mythtv/programs/mythutil/mythutil.pro              |    2 +-
 10 files changed, 174 insertions(+), 103 deletions(-)

-- 



More information about the mythtv-firehose mailing list