[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-2496-g6af8ab6

Git Repo Owner noreply at mythtv.org
Sat Jan 17 18:09:54 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  6af8ab624a1ce21ab63ffc72318f66121511311b (commit)
       via  ad634638ffbef394256ac329003a6c7b310f2bb0 (commit)
       via  b6a712ed6eeb3df2081ea03f2a11da0fcae94ef6 (commit)
       via  0b2a3fab90871a06c95a988ec2b3e982de3e8137 (commit)
       via  ffabc43cc7f343930b20bb153a4746cee4a6501e (commit)
      from  dac108eb2cb505dbdefa8b17edd611d2a51680e2 (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 6af8ab624a1ce21ab63ffc72318f66121511311b
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 17 Jan 2015 11:44:16 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 17 Jan 2015 17:57:53 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6af8ab624a1ce21ab63ffc72318f66121511311b

HTTP: Split the frontend status page out of the code and into html/
This results in a temporary loss of information from this page such as
the list of backends. This will be re-added once the information is
made available through the services API.

Some new information has been added, but it's not well presented
currently. The Frontend service of the API needs some serious work so
we can make a proper job of it.



commit ad634638ffbef394256ac329003a6c7b310f2bb0
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 17 Jan 2015 17:47:12 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 17 Jan 2015 17:55:50 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ad634638ffbef394256ac329003a6c7b310f2bb0

Services: Add name and version information to Frontend/GetStatus



commit b6a712ed6eeb3df2081ea03f2a11da0fcae94ef6
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 16 Jan 2015 21:19:56 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 17 Jan 2015 17:52:51 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b6a712ed6eeb3df2081ea03f2a11da0fcae94ef6

Http: Register the html server as a normal extension.
Define different prefixes for the backend and frontend servers but let
them share the same root. This let's us reuse the resources - images,
scripts and even some of the HTML/QSP.



commit 0b2a3fab90871a06c95a988ec2b3e982de3e8137
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 16 Jan 2015 19:21:16 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 17 Jan 2015 17:52:51 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0b2a3fab90871a06c95a988ec2b3e982de3e8137

WebFrontend: Use the frontend port returned by GetFrontends instead of hardcoding



commit ffabc43cc7f343930b20bb153a4746cee4a6501e
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 16 Jan 2015 17:51:47 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 17 Jan 2015 17:52:51 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ffabc43cc7f343930b20bb153a4746cee4a6501e

Services API: Add frontend 'status' port to info returned by GetFrontends



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

Summary of changes:
 mythtv/html/{index.html => backend_index.html}     |    0
 mythtv/html/css/Status.css                         |   81 +++++++-
 mythtv/html/frontend_index.qsp                     |  115 ++++++++++++
 mythtv/html/misc/overview.qsp                      |    8 +-
 mythtv/html/tv/js/recordings.js                    |    7 +-
 mythtv/html/tv/recordings.qsp                      |    2 +-
 .../datacontracts/frontend.h                       |    7 +-
 .../datacontracts/frontendStatus.h                 |    8 +-
 mythtv/libs/libmythupnp/htmlserver.cpp             |   11 +
 mythtv/libs/libmythupnp/httpserver.cpp             |   27 +---
 mythtv/libs/libmythupnp/httpserver.h               |    5 +-
 mythtv/programs/mythbackend/mediaserver.cpp        |   11 +-
 mythtv/programs/mythbackend/services/myth.cpp      |    3 +
 mythtv/programs/mythfrontend/mediarenderer.cpp     |  197 +++-----------------
 mythtv/programs/mythfrontend/services/frontend.cpp |    7 +-
 mythtv/programs/mythfrontend/services/frontend.h   |   28 +++-
 16 files changed, 295 insertions(+), 222 deletions(-)
 rename mythtv/html/{index.html => backend_index.html} (100%)
 create mode 100644 mythtv/html/frontend_index.qsp

-- 



More information about the mythtv-firehose mailing list