[mythtv-commits] mythtv branch master updated by natanojl. v0.28-pre-2935-g6fb78ae

Git Repo Owner noreply at mythtv.org
Mon Jun 22 20:17:37 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user natanojl.
       via  6fb78ae1c77c7ad29a68fcf5c27b771eb92f8739 (commit)
       via  8e8aabb5d3f0e051e6b6812726f62aa1115c9206 (commit)
       via  9527d3d0c9b71bb088b3869319a11f5c1ea9bb57 (commit)
       via  391e4cc709f79ee3bf84552e4e3bec0c690f03f9 (commit)
      from  e1063a8408dce6197fc0cf60191db689176ccd29 (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 6fb78ae1c77c7ad29a68fcf5c27b771eb92f8739
Author:    Mario Limonciello <superm1 at ubuntu.com> at Wed, 9 Oct 2013 07:21:38 -0500
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 22 Jun 2015 22:13:22 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6fb78ae1c77c7ad29a68fcf5c27b771eb92f8739

Internet Content: Replace precompiled vimeo_data.pyc with the source vimeo_data.py.
vimeo_data.pyc was byte-compiled for python 2.6 and didn't work with any other
python versions.

vimeo_data.py holds the API key for connecting to vimeo.  It it obfuscated,
however other projects do keep their key in the open.

discussion:
http://irc.mythtv.org/ircLog/channel/4/2013-10-08:21:50:00/2013-10-08:22:09:00

Fixes #11907

Signed-off-by: Jonatan Lindblad <jlindblad at mythtv.org>



commit 8e8aabb5d3f0e051e6b6812726f62aa1115c9206
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Sun, 21 Jun 2015 23:45:52 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 22 Jun 2015 22:13:22 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8e8aabb5d3f0e051e6b6812726f62aa1115c9206

Internet Content: Tidy up some formatting in the YouTube grabber



commit 9527d3d0c9b71bb088b3869319a11f5c1ea9bb57
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Sat, 20 Jun 2015 14:27:27 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 22 Jun 2015 22:13:22 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9527d3d0c9b71bb088b3869319a11f5c1ea9bb57

Internet Content: Adapt the YouTube grabber to the v3 API
It is possible to set two optional parameters in ~/.mythtv/MythNetvision/userGrabberPrefs/youtube.xml:
* API key
* Region code used for retrieving the categories in the tree view

Some changes were also required in libmyth and MythNetvision due to the way
paging is handled.

This bumps the ABI version.



commit 391e4cc709f79ee3bf84552e4e3bec0c690f03f9
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 20 Apr 2015 19:01:53 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 22 Jun 2015 22:11:37 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=391e4cc709f79ee3bf84552e4e3bec0c690f03f9

MythGesture: Fix calculation of maximum x coordinate
This also includes a fix to the MythGestureEvent QString operator where the
array with the gesture names was incomplete.



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

Summary of changes:
 .../mythnetvision/mythnetvision/netcommon.cpp      |    4 +-
 .../mythnetvision/mythnetvision/netcommon.h        |    2 +-
 .../mythnetvision/mythnetvision/netsearch.cpp      |   23 +-
 .../mythnetvision/mythnetvision/netsearch.h        |    3 +
 mythtv/libs/libmyth/netgrabbermanager.cpp          |   26 +-
 mythtv/libs/libmyth/netgrabbermanager.h            |    7 +-
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/libs/libmythui/mythgesture.cpp              |    3 +-
 mythtv/programs/mythbackend/internetContent.cpp    |   10 +-
 .../nv_python_libs/common/common_api.py            |    9 +-
 .../configs/XML/defaultUserPrefs/youtube.xml       |   10 +
 .../internetcontent/nv_python_libs/mainProcess.py  |   17 +-
 .../nv_python_libs/vimeo/vimeo_data.py             |   21 +
 .../nv_python_libs/vimeo/vimeo_data.pyc            |  Bin 1263 -> 0 bytes
 .../nv_python_libs/youtube/youtube_api.py          |  734 ++++++--------------
 .../nv_python_libs/youtube/youtube_data.py         |   20 +
 mythtv/programs/scripts/internetcontent/youtube.py |   31 +-
 17 files changed, 351 insertions(+), 571 deletions(-)
 create mode 100644 mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/youtube.xml
 create mode 100644 mythtv/programs/scripts/internetcontent/nv_python_libs/vimeo/vimeo_data.py
 delete mode 100644 mythtv/programs/scripts/internetcontent/nv_python_libs/vimeo/vimeo_data.pyc
 create mode 100644 mythtv/programs/scripts/internetcontent/nv_python_libs/youtube/youtube_data.py

-- 



More information about the mythtv-commits mailing list