[mythtv-commits] mythtv branch fixes/0.27 updated by jstichnoth. v0.27-39-g1a3639a

Git Repo Owner noreply at mythtv.org
Fri Oct 11 13:57:06 UTC 2013


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  1a3639a3f0851d3d124d1904e029739499f5685f (commit)
       via  aaa418ef1dcd6973ec2db564f6c3c78fe7ad4096 (commit)
       via  db1b1c87bea4555fe51786e6b2c16fafdd030fea (commit)
      from  95d94e291c3113b93e705c0fc72c8f087704d991 (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 1a3639a3f0851d3d124d1904e029739499f5685f
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Fri, 11 Oct 2013 06:53:53 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Fri, 11 Oct 2013 06:53:53 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1a3639a3f0851d3d124d1904e029739499f5685f

Update binary version after [aaa418e].



commit aaa418ef1dcd6973ec2db564f6c3c78fe7ad4096
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 6 Oct 2013 11:21:50 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Fri, 11 Oct 2013 06:49:55 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=aaa418ef1dcd6973ec2db564f6c3c78fe7ad4096

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.
(cherry picked from commit dafb81abcf8955112037d2e7e230ebb8eb068886)



commit db1b1c87bea4555fe51786e6b2c16fafdd030fea
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Fri, 20 Sep 2013 06:12:33 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Fri, 11 Oct 2013 06:49:45 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=db1b1c87bea4555fe51786e6b2c16fafdd030fea

Mythutil: Allow --video instead of --chanid/--starttime.
This applies to the markup utils.  Refs #10804
(cherry picked from commit 97a309a04f017fcfbdb2004a12008e1f563b141c)



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

Summary of changes:
 mythtv/libs/libmyth/programinfo.cpp               |  268 +++++++++++++++++++++
 mythtv/libs/libmyth/programinfo.h                 |   17 ++
 mythtv/libs/libmythbase/mythcommandlineparser.cpp |    3 +-
 mythtv/libs/libmythbase/mythversion.h             |    2 +-
 mythtv/programs/mythutil/commandlineparser.cpp    |   35 ++-
 mythtv/programs/mythutil/markuputils.cpp          |  152 ++++++++++++
 mythtv/programs/mythutil/mythutil.cpp             |    6 +
 7 files changed, 473 insertions(+), 10 deletions(-)

-- 



More information about the mythtv-commits mailing list