[mythtv-commits] mythtv branch master updated by jstichnoth. v0.28-pre-324-gdafb81a

Git Repo Owner noreply at mythtv.org
Sun Oct 6 18:44:58 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  dafb81abcf8955112037d2e7e230ebb8eb068886 (commit)
      from  bc62d105d6cd594e18c8d0674902916d3b00d37b (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 dafb81abcf8955112037d2e7e230ebb8eb068886
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 6 Oct 2013 11:21:50 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 6 Oct 2013 11:21:50 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=dafb81abcf8955112037d2e7e230ebb8eb068886

Add mythutil --getmarkup and mythutil --setmarkup commands.
This extracts the contents of the recordedmarkup, recordedseek, and
filemarkup tables to or from a local xml file.  The primary reason is
to allow users to extract recorder seektable information as needed and
attach it to a ticket, for a developer to use for debugging.  Example:

  mythutil --chanid xxx --starttime yyy --getmarkup /tmp/markup.xml
  mythutil --video zzz.mpg --setmarkup /tmp/markup.xml

An added benefit is to be able to copy metadata (e.g. seektable,
commskiplist, cutlist) between isolated MythTV instances.



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

Summary of changes:
 mythtv/libs/libmyth/programinfo.cpp            |  268 ++++++++++++++++++++++++
 mythtv/libs/libmyth/programinfo.h              |   17 ++
 mythtv/programs/mythutil/commandlineparser.cpp |    9 +
 mythtv/programs/mythutil/markuputils.cpp       |  152 ++++++++++++++
 4 files changed, 446 insertions(+), 0 deletions(-)

-- 



More information about the mythtv-commits mailing list