[mythtv-firehose] mythtv branch master updated by jyavenard. v0.27-beta-34-g657e946

Git Repo Owner noreply at mythtv.org
Thu Aug 22 12:29:29 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  657e94656cac2e18be1a9c4b02ffd8adba468606 (commit)
       via  cb0764cba471ecfe347dd5a470954b1c60826e83 (commit)
       via  ed30c157faf000e73ba5e75a8dc7621baebd509e (commit)
       via  90f47553371e7778ead7354d33baed95b5b56188 (commit)
      from  efd70b3e2c6034ad7817b646ea19cfe18a430262 (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 657e94656cac2e18be1a9c4b02ffd8adba468606
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 Aug 2013 22:25:29 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 Aug 2013 22:25:29 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=657e94656cac2e18be1a9c4b02ffd8adba468606

Display any errors when retrieving metadata.
Popups were dismissed with no user feedback.



commit cb0764cba471ecfe347dd5a470954b1c60826e83
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 Aug 2013 20:09:55 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 Aug 2013 20:09:55 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cb0764cba471ecfe347dd5a470954b1c60826e83

Only send one DL failure event when a download failed.
There's no way to tell which image failed to download anyway...



commit ed30c157faf000e73ba5e75a8dc7621baebd509e
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 Aug 2013 19:46:14 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 Aug 2013 19:46:14 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ed30c157faf000e73ba5e75a8dc7621baebd509e

Fix crashes should we get an invalid response from the backend or timeout
If the read from the backend timed-out and we got no data, it would crash as the list was empty.
Styling: Make consistent use of Qt style vs STL style



commit 90f47553371e7778ead7354d33baed95b5b56188
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 Aug 2013 17:00:48 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 Aug 2013 17:00:48 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=90f47553371e7778ead7354d33baed95b5b56188

Do not abort early if not all data is received within 25ms
0b106b10692ed7efd5eae81b498f591ad39b6222 introduced a 25ms hard limit on how long a transfer could last. This is often too low, especially on wireless frontends

Now read by 50ms blocks and handle smaller reads than requested.
Read will attempt if more than 150ms was spent without receiving any data.

Fixes #11769



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

Summary of changes:
 mythplugins/mythgame/mythgame/gameui.cpp           |    9 +++++
 mythtv/libs/libmythbase/remotefile.cpp             |   27 ++++++++------
 mythtv/libs/libmythmetadata/metadatafactory.cpp    |   14 +++++++
 .../libs/libmythmetadata/metadataimagedownload.cpp |   27 +++++++-------
 mythtv/programs/mythbackend/filetransfer.cpp       |   39 +++++++++++++++++---
 mythtv/programs/mythfrontend/editvideometadata.cpp |   16 +++++++-
 mythtv/programs/mythfrontend/scheduleeditor.cpp    |   12 ++++++-
 mythtv/programs/mythfrontend/videodlg.cpp          |   17 +++++++--
 8 files changed, 124 insertions(+), 37 deletions(-)

-- 



More information about the mythtv-firehose mailing list