[mythtv-commits] mythtv branch fixes/0.27 updated by wagnerrp. v0.27-RC1-90-g1c7aa33

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


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  1c7aa335c7ffea17796ff15a00c8b62aef86bdea (commit)
       via  5ea6772fa968d715956b7d58dbb09f15a3807bed (commit)
       via  e5656cad2bbaea77dd725f2a5f9b742df5c50e46 (commit)
      from  5dfd1717c63a9192de6a3c84b57a606f53ab9993 (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 1c7aa335c7ffea17796ff15a00c8b62aef86bdea
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:01:32 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1c7aa335c7ffea17796ff15a00c8b62aef86bdea

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 5ea6772fa968d715956b7d58dbb09f15a3807bed
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:00:54 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5ea6772fa968d715956b7d58dbb09f15a3807bed

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



commit e5656cad2bbaea77dd725f2a5f9b742df5c50e46
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:00:43 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e5656cad2bbaea77dd725f2a5f9b742df5c50e46

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