[mythtv-commits] mythtv branch fixes/0.26 updated by wagnerrp. v0.26.1-17-gbd7198b

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


The branch, fixes/0.26 has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  bd7198bafcab2746fed2ab473c5d9315d24a62a3 (commit)
       via  b5938c076cf6afde5f40ea25c6f2308d947cee6d (commit)
       via  4d341e71a685d35825db631dd43de60f6f1d3885 (commit)
      from  dbdd45563bdd065a08ab1a0d8c89bfc5a1761818 (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 bd7198bafcab2746fed2ab473c5d9315d24a62a3
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 14:02:09 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bd7198bafcab2746fed2ab473c5d9315d24a62a3

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
(cherry picked from commit 983bb0e4353d361f6c54f0de0c0db683b8d3be1d)



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

Enable --debug flag in test application. (cherry picked from commit abae25afb73f967421eb7797a868a9bdb187c18c)



commit 4d341e71a685d35825db631dd43de60f6f1d3885
Author:    Raymond Wagner <rwagner at mythtv.org> at Thu, 12 Sep 2013 21:35:05 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Fri, 13 Sep 2013 14:01:59 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4d341e71a685d35825db631dd43de60f6f1d3885

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
(cherry picked from commit 0d91e6fc4184c17c5a9d39e1b2a264602a47747d)



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

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-commits mailing list