[mythtv-firehose] mythtv branch master updated by wagnerrp. v0.28-pre-127-g983bb0e

Git Repo Owner noreply at mythtv.org
Fri Sep 13 18:02:25 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  983bb0e4353d361f6c54f0de0c0db683b8d3be1d (commit)
       via  01f8dec0085dcfe92b8604439196c23be62a2b14 (commit)
       via  abae25afb73f967421eb7797a868a9bdb187c18c (commit)
       via  0d91e6fc4184c17c5a9d39e1b2a264602a47747d (commit)
      from  3657c59a3ab6899984190ef633aabd857c0215c6 (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 983bb0e4353d361f6c54f0de0c0db683b8d3be1d
Author:    Raymond Wagner <rwagner at mythtv.org> at Fri, 13 Sep 2013 13:55:49 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Fri, 13 Sep 2013 13:55:49 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=983bb0e4353d361f6c54f0de0c0db683b8d3be1d

Add handling for 'null' results in TheMovieDb searches.
This adds handling for a temporary issue on TheMovieDb where the API can
return 'null' results for a search when the movie has been deleted but
not yet flushed from the cache servers.

See http://www.themoviedb.org/talk/522e418d760ee3380c10d5a2



commit 01f8dec0085dcfe92b8604439196c23be62a2b14
Author:    Raymond Wagner <rwagner at mythtv.org> at Fri, 13 Sep 2013 13:55:06 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Fri, 13 Sep 2013 13:55:06 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=01f8dec0085dcfe92b8604439196c23be62a2b14

Merge commit 'abae25afb73f967421eb7797a868a9bdb187c18c'



commit abae25afb73f967421eb7797a868a9bdb187c18c
Author:    Raymond Wagner <rwagner at mythtv.org> at Thu, 12 Sep 2013 21:40:14 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Thu, 12 Sep 2013 21:40:14 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=abae25afb73f967421eb7797a868a9bdb187c18c

Enable --debug flag in test application.



commit 0d91e6fc4184c17c5a9d39e1b2a264602a47747d
Author:    Raymond Wagner <rwagner at mythtv.org> at Thu, 12 Sep 2013 21:35:05 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Thu, 12 Sep 2013 21:35:05 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0d91e6fc4184c17c5a9d39e1b2a264602a47747d

Have pager return Nones if the server returns null.
This temporarily resolves an issue where the TheMovieDb server returns
nulls in searches when a movie has been deleted but not yet flushed out
of the cache. This prevents the error internally, but does not attempt
to re-order to remove the nulls, so is merely passing the issue onto the
application using this library.

Refs #29



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

Summary of changes:
 mythtv/bindings/python/tmdb3/scripts/pytmdb3.py |    7 +++----
 mythtv/bindings/python/tmdb3/tmdb3/pager.py     |    5 ++++-
 mythtv/programs/scripts/metadata/Movie/tmdb3.py |    8 +++++++-
 3 files changed, 14 insertions(+), 6 deletions(-)

-- 



More information about the mythtv-firehose mailing list