[mythtv-firehose] mythtv branch master updated by wagnerrp. v0.26-pre-337-gedb7b6c

Git Repo Owner noreply at mythtv.org
Mon May 21 06:53:54 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  edb7b6cbaa794a208be51769a9cea474cca31134 (commit)
       via  fff02e698418de20a918480694ac74661ce666db (commit)
       via  76c8c518ff8dcc1206a984d2a5c12503f194870a (commit)
       via  30a0d398cc5f40487a69ddcc3beff77b09052def (commit)
       via  676cbb1aaf9c8d19d207ec9575ffaa9665d8e710 (commit)
       via  7425634d7b92f8bbe9abdc8b50c4148c96c87f40 (commit)
      from  d50dad848b27dc451ae58423a90424d9e9b0ce28 (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 edb7b6cbaa794a208be51769a9cea474cca31134
Author:    Raymond Wagner <rwagner at mythtv.org> at Mon, 21 May 2012 02:53:36 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Mon, 21 May 2012 02:53:36 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=edb7b6cbaa794a208be51769a9cea474cca31134

Merge commit '76c8c518ff8dcc1206a984d2a5c12503f194870a'



commit fff02e698418de20a918480694ac74661ce666db
Author:    Raymond Wagner <rwagner at mythtv.org> at Mon, 21 May 2012 02:51:28 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Mon, 21 May 2012 02:51:28 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fff02e698418de20a918480694ac74661ce666db

Add data poller loop for kqueue.
This adds an alternate poller loop for systems that use kqueue rather
than poll.  Limited testing seems to work fine on FreeBSD, so it should
work similarly on OSX.

Ref #10737



commit 76c8c518ff8dcc1206a984d2a5c12503f194870a
Author:    Raymond Wagner <rwagner at mythtv.org> at Mon, 21 May 2012 02:32:30 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Mon, 21 May 2012 02:32:30 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=76c8c518ff8dcc1206a984d2a5c12503f194870a

Move interactive access to separate script.
This removes the interactive behavior of tmdb_api.py and places it in a
new script.  The script can be run from the source directory, but does
not get installed with the library.



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

Summary of changes:
 mythtv/bindings/python/MythTV/utility.py        |  206 ++++++++++++++++-------
 mythtv/bindings/python/tmdb3/scripts/pytmdb3.py |   53 ++++++
 mythtv/bindings/python/tmdb3/tmdb3/tmdb_api.py  |   16 --
 3 files changed, 195 insertions(+), 80 deletions(-)
 create mode 100755 mythtv/bindings/python/tmdb3/scripts/pytmdb3.py

-- 



More information about the mythtv-firehose mailing list