[mythtv-firehose] mythtv branch fixes/0.27 updated by natanojl. v0.27.5-3-g9498257

Git Repo Owner noreply at mythtv.org
Wed Jun 24 20:31:40 UTC 2015


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user natanojl.
       via  9498257571e8158926b60a0eefc74568c4436823 (commit)
       via  2142e0813ca8af41f848317d2a275d1fcd2a4fcf (commit)
       via  26bb9cb71fb134ffb96d9330d837e7abc355328e (commit)
      from  ad97d2435230a5a47837af4a504e6bc9ddd11c9f (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 9498257571e8158926b60a0eefc74568c4436823
Author:    Mario Limonciello <superm1 at ubuntu.com> at Wed, 9 Oct 2013 07:21:38 -0500
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Wed, 24 Jun 2015 22:24:44 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9498257571e8158926b60a0eefc74568c4436823

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>
(cherry picked from commit 6fb78ae1c77c7ad29a68fcf5c27b771eb92f8739)



commit 2142e0813ca8af41f848317d2a275d1fcd2a4fcf
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Sun, 21 Jun 2015 23:45:52 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Wed, 24 Jun 2015 22:24:44 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2142e0813ca8af41f848317d2a275d1fcd2a4fcf

Internet Content: Tidy up some formatting in the YouTube grabber
(cherry picked from commit 8e8aabb5d3f0e051e6b6812726f62aa1115c9206)



commit 26bb9cb71fb134ffb96d9330d837e7abc355328e
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Sat, 20 Jun 2015 14:27:27 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Wed, 24 Jun 2015 22:24:12 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=26bb9cb71fb134ffb96d9330d837e7abc355328e

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.

(cherry picked from commit 9527d3d0c9b71bb088b3869319a11f5c1ea9bb57)



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

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/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 +-
 16 files changed, 349 insertions(+), 570 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-firehose mailing list