[mythtv-commits] mythtv/master commit: 32839c314 by Michael T. Dean (sphery)

MythTV noreply at mythtv.org
Tue Jan 25 00:02:44 UTC 2011


      Author:  Michael T. Dean <mdean at mythtv.org>
 Change Date:  2011-01-24T16:01:49-08:00
   Push Date:  2011/01/24 16:02:40 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  32839c314e837e1e2644cdeee01af591e1cacc4b
   Changeset:  https://github.com/MythTV/mythtv/commit/32839c314

Log:

Simplify string-based summary output of cut lists.

This patch modifies the generation of string-based cut list summaries
(as provided by mythcommflag --getcutlist) so that they specify the
beginning and end of recording for cut-to-beginning and cut-to-end cuts
(as was done for previous versions of MythTV).  Since the string
summaries do not specify mark types, this makes parsing easier for
applications that try to use summary data.

Also, don't load placeholder marks in ProgramInfo::QueryCutList().  The
database should never contain placeholders, so no need to load them.

Refs #9389.

Modified:

   mythtv/libs/libmyth/programinfo.cpp
   mythtv/libs/libmyth/programinfo.h
   mythtv/programs/mythbackend/mainserver.cpp
   mythtv/programs/mythcommflag/main.cpp
   mythtv/programs/mythtranscode/transcode.cpp



More information about the mythtv-commits mailing list