[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-1851-ge72b1ca

Git Repo Owner noreply at mythtv.org
Sat Jul 12 16:05:51 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  e72b1caf240578318e44ab1eb34d562ad0190d96 (commit)
       via  84705913ebfe904d6cb85a3b192b6eacfe6537e3 (commit)
       via  d8c0ad9930dd157106f651617d1217f1d6cce234 (commit)
      from  44775b1785110949ef5970cffb9acdb32fc72c92 (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 e72b1caf240578318e44ab1eb34d562ad0190d96
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 12 Jul 2014 15:47:33 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 12 Jul 2014 17:05:24 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e72b1caf240578318e44ab1eb34d562ad0190d96

UPnP: Ensure that all the values in the CDS Object XML are properly encoded.



commit 84705913ebfe904d6cb85a3b192b6eacfe6537e3
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 11 Jul 2014 00:52:15 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 12 Jul 2014 05:30:09 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=84705913ebfe904d6cb85a3b192b6eacfe6537e3

UPnP: Ensure resource URIs are properly encoded and formatted.
Also fixed a couple of bugs.

1. The 'medium' size artwork was being defined
twice for video and recordings.
2. The thumbnail for recordings was using PNG which is within the
spec, but DLNA requires JPG be offered at a minimum. Since no client
will support PNG but not JPG, we may as well only offer JPG for now.

Refs #9632
Fixes #12202



commit d8c0ad9930dd157106f651617d1217f1d6cce234
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 10 Jul 2014 23:45:48 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 12 Jul 2014 05:30:08 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d8c0ad9930dd157106f651617d1217f1d6cce234

UPnP: Add the fraction of a second component to the 'Duration' attribute for music.
This is a no-op, it's entirely optional in the spec and we don't store
music duration to this resolution. I'm making the change because it
future proofs the upnp code should we ever decide to store music
duration down to the millisecond.

Refs #9632



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

Summary of changes:
 mythtv/libs/libmythupnp/httprequest.cpp      |   16 ++
 mythtv/libs/libmythupnp/httprequest.h        |    1 +
 mythtv/libs/libmythupnp/upnpcdsobjects.cpp   |   22 ++--
 mythtv/libs/libmythupnp/upnpcdsobjects.h     |   28 +++-
 mythtv/programs/mythbackend/upnpcdsmusic.cpp |   67 +++++----
 mythtv/programs/mythbackend/upnpcdstv.cpp    |  203 +++++++++++++-------------
 mythtv/programs/mythbackend/upnpcdsvideo.cpp |   55 ++++---
 7 files changed, 218 insertions(+), 174 deletions(-)

-- 



More information about the mythtv-commits mailing list