[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-2490-g3720faa

Git Repo Owner noreply at mythtv.org
Fri Jan 16 16:56:45 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  3720faaca6d67ce99a03b31068d4cee7b54d88f6 (commit)
       via  c8a6b95da93dcf133b546ec2ae73bcac24a27acf (commit)
       via  8ddeb5089ec1615363231c8ed2671a81c99b9fdc (commit)
      from  9db5e6e1a79ca45904f7b1ae3ddf70cf06ecac11 (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 3720faaca6d67ce99a03b31068d4cee7b54d88f6
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 16 Jan 2015 16:55:39 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 16 Jan 2015 16:55:39 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3720faaca6d67ce99a03b31068d4cee7b54d88f6

Services API: Fix GetAlbumArt() when called without width or height args.



commit c8a6b95da93dcf133b546ec2ae73bcac24a27acf
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 16 Jan 2015 00:29:56 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 16 Jan 2015 15:40:13 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c8a6b95da93dcf133b546ec2ae73bcac24a27acf

WebFrontend: Show current frontend state info on the overview page.
This is a proof of concept and nothing more, it's not really practical
to handle this all client side as we do now since as there are potential
mixed-content and security issues. The backend might have ssl enabled,
but not the frontend for example. The frontend port info is hardcoded,
when it should instead come from the settings via the GetFrontends endpoint.

The existing format of the frontend state info needs work too, it's
too messy to parse and violates some of the principals of good xml. We
need the backend to provide state info as a translated string for the
UI.

Expanding it to display what is being watched and even the current
position are ultimate goals.



commit 8ddeb5089ec1615363231c8ed2671a81c99b9fdc
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 15 Jan 2015 23:17:37 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 15 Jan 2015 23:17:37 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8ddeb5089ec1615363231c8ed2671a81c99b9fdc

WebFrontend: Add a robots.txt



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

Summary of changes:
 mythtv/html/misc/js/overview.js                  |   35 ++++++++++++++++++++++
 mythtv/html/misc/overview.qsp                    |    5 ++-
 mythtv/html/robots.txt                           |    3 ++
 mythtv/programs/mythbackend/services/content.cpp |    9 ++++--
 4 files changed, 48 insertions(+), 4 deletions(-)
 create mode 100644 mythtv/html/misc/js/overview.js
 create mode 100644 mythtv/html/robots.txt

-- 



More information about the mythtv-firehose mailing list