[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-2153-g7b228cc

Git Repo Owner noreply at mythtv.org
Sat Sep 6 09:14:56 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  7b228ccb6b34713f909a66741e401ed0d1702e28 (commit)
       via  40cd9644db455236efed657c0f26800fa57ce756 (commit)
      from  35dca9eb3fd043044efc70b8c30a80e64a9af62e (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 7b228ccb6b34713f909a66741e401ed0d1702e28
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 5 Sep 2014 17:53:01 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 6 Sep 2014 05:30:08 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7b228ccb6b34713f909a66741e401ed0d1702e28

UPnP: Implement the CONTAINER_SHORTCUT feature.



commit 40cd9644db455236efed657c0f26800fa57ce756
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 5 Sep 2014 11:21:53 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 6 Sep 2014 05:30:08 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=40cd9644db455236efed657c0f26800fa57ce756

UPnP: Add support for GetFeatureList() and GetServiceResetToken().
We don't yet support any features so we return an empty result.

For the ResetToken I used the date at the point the MediaServer was
started as it fits the critera of being unique (never repeating) and
it will change when the backend restarts (internal state is lost).



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

Summary of changes:
 mythtv/libs/libmythupnp/CDS_scpd.xml         |   28 ++++
 mythtv/libs/libmythupnp/CMGR_scpd.xml        |   14 ++
 mythtv/libs/libmythupnp/httprequest.cpp      |    5 +-
 mythtv/libs/libmythupnp/upnpcds.cpp          |  215 +++++++++++++++++++++++++-
 mythtv/libs/libmythupnp/upnpcds.h            |   86 ++++++++++-
 mythtv/libs/libmythupnp/upnpcmgr.cpp         |   31 +++-
 mythtv/libs/libmythupnp/upnpcmgr.h           |    8 +-
 mythtv/libs/libmythupnp/upnpdevice.cpp       |   14 +-
 mythtv/libs/libmythupnp/upnpserviceimpl.cpp  |   51 ++++++
 mythtv/libs/libmythupnp/upnpserviceimpl.h    |   31 ++++
 mythtv/libs/libmythupnp/upnputil.h           |   17 ++
 mythtv/programs/mythbackend/devicemaster.xml |    2 +-
 mythtv/programs/mythbackend/upnpcdsmusic.cpp |    6 +
 mythtv/programs/mythbackend/upnpcdstv.cpp    |    3 +
 mythtv/programs/mythbackend/upnpcdsvideo.cpp |    3 +
 15 files changed, 490 insertions(+), 24 deletions(-)

-- 



More information about the mythtv-firehose mailing list