[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-1866-ge7b163f

Git Repo Owner noreply at mythtv.org
Sun Jul 13 20:18:20 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  e7b163fd1de5fc40549245bce2f6d502094cc0b2 (commit)
      from  2d6eef6ecf0062f503b2188220eb8db9092cc6d6 (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 e7b163fd1de5fc40549245bce2f6d502094cc0b2
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 13 Jul 2014 00:35:35 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 13 Jul 2014 21:18:07 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e7b163fd1de5fc40549245bce2f6d502094cc0b2

UPnP: Expose more metadata to UPnP clients
A lot of upnp clients won't use it, but it's there for those that do.

For recordings:
channelID
channelName
callSign
channelNr
seriesTitle
programTitle
episodeNumber*
episodeCount*
recordedStartDateTime
recordedDayOfWeek
seriesID
programID
srsRecordScheduleID

For videos:
seriesTitle
programTitle
episodeNumber*

For music:
playbackCount
lastPlaybackTime

*These likely expect the value to be for the entire series rather than
 per-season since there is no provision for season ID. However since
 it's not that specific we populate them with the episode number
 within a season.



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

Summary of changes:
 mythtv/libs/libmythupnp/upnpcdsobjects.cpp   |   41 +++++++-
 mythtv/libs/libmythupnp/upnpcdsobjects.h     |    3 +-
 mythtv/programs/mythbackend/upnpcdsmusic.cpp |   21 ++--
 mythtv/programs/mythbackend/upnpcdstv.cpp    |  156 +++++++++++++++++++-------
 mythtv/programs/mythbackend/upnpcdsvideo.cpp |   19 +++-
 5 files changed, 179 insertions(+), 61 deletions(-)

-- 



More information about the mythtv-commits mailing list