[mythtv-commits] mythtv/master commit: baf610533 by Raymond Wagner (wagnerrp)

MythTV noreply at mythtv.org
Thu Jul 7 23:24:00 UTC 2011


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2011-07-07T16:23:28-07:00
   Push Date:  2011/07/07 16:23:52 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  baf6105331ffac50f720e57006223486f8071b72
   Changeset:  https://github.com/MythTV/mythtv/commit/baf610533

Log:

Rework ordering of command line processing in mythcommflag.  Inputs are
no longer processed and stored to temporary variables, as required by
the previous command line parser, but are now pulled out of the parser
object as needed. The --skipdb parameter now behaves properly.

Fixes #9515

Use with no options is no longer permitted.  The old behavior of running
all recordings directly is no longer supported.  If the --queue
parameter is specified alone, it will queue a commercial detection job
for any recording that has not been previously flagged, and is not on a
commercial free channel.  The --force parameter will queue jobs for all
recordings, and the --rebuild will queue jobs to instead rebuild the
seektables.

Fixes #9152

Modified:

   mythtv/libs/libmythbase/mythversion.h
   mythtv/libs/libmythtv/jobqueue.h
   mythtv/programs/mythcommflag/main.cpp



More information about the mythtv-commits mailing list