[mythtv-commits] mythtv branch master updated by natanojl. v0.28-pre-3495-gd99f2e2

Git Repo Owner noreply at mythtv.org
Mon Jan 25 21:04:54 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user natanojl.
       via  d99f2e238cf38d38a3a6586b370e62413d91a69e (commit)
       via  36717b5a597602bb6da088b2e5954924d0d52b2b (commit)
       via  ad02a7ad98b02abfc3dca8e784917dc92722b6e4 (commit)
       via  95dde86b45e799e1631acbd02df2160457f0c060 (commit)
      from  63cf47ea36fc6f451845f482681c7ce0d25b567b (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 d99f2e238cf38d38a3a6586b370e62413d91a69e
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 25 Jan 2016 21:57:47 +0100
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 25 Jan 2016 22:03:03 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d99f2e238cf38d38a3a6586b370e62413d91a69e

Internet Content: Set the volume to max for YouTube and Vimeo



commit 36717b5a597602bb6da088b2e5954924d0d52b2b
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 25 Jan 2016 21:22:19 +0100
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 25 Jan 2016 22:03:03 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=36717b5a597602bb6da088b2e5954924d0d52b2b

Internet Content: Use the YouTube iframe API
The old API is deprecated and uses Flash even if HTML5 playback is possible.
Unfortunately the scaling in the Qt-based browser is rather poor so use the
support for external browsers if you want better quality.

HTML5 playback requires some GStreamer libraries which should be provided by the
gstreamer1.0-libav and gstreamer1.0-plugins-good packages on Debian.

Based on patch by Alex Halovanic <halovanic at gmail.com>.

Fixes #11092



commit ad02a7ad98b02abfc3dca8e784917dc92722b6e4
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 25 Jan 2016 20:45:00 +0100
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 25 Jan 2016 22:02:52 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ad02a7ad98b02abfc3dca8e784917dc92722b6e4

MythNetvision: Add page navigation
This adds the possibility to navigate to the next/previous page and skip 10
pages at a time.  Trying to skip 10 pages for a grabber that does not support
skipping to a specific page (currently only the YouTube grabber) only skips one
page.

Based on patch by Angela Schmid <angela.schmid at wolke7.net>.

Fixes #12071



commit 95dde86b45e799e1631acbd02df2160457f0c060
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 25 Jan 2016 21:00:14 +0100
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Mon, 25 Jan 2016 21:59:54 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=95dde86b45e799e1631acbd02df2160457f0c060

MythNetvision: Only connect the search slot once



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

Summary of changes:
 mythplugins/mythnetvision/mythnetvision/main.cpp   |    5 ++
 .../mythnetvision/mythnetvision/netsearch.cpp      |   62 +++++++++++++++++---
 .../mythnetvision/mythnetvision/netsearch.h        |    2 +
 .../nv_python_libs/configs/HTML/vimeo.html         |    2 +-
 .../nv_python_libs/configs/HTML/youtube.html       |   43 ++++++++------
 5 files changed, 86 insertions(+), 28 deletions(-)

-- 



More information about the mythtv-commits mailing list