[mythtv-firehose] mythtv/master commit: eed7862e8 by Raymond Wagner (wagnerrp)

MythTV noreply at mythtv.org
Mon Sep 19 01:04:31 UTC 2011


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2011-09-18T18:00:58-07:00
   Push Date:  2011/09/18 18:04:25 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  eed7862e84c240c07caf843d83b4a82ebc995375
   Changeset:  https://github.com/MythTV/mythtv/commit/eed7862e8

Log:

Alter mythfilldatabase day specification parameters

This commit replaces the following command line options with --refresh:
    --refresh-today
    --dont-refresh-tomorrow
    --refresh-second
    --refresh-day
    --refresh-all

The old options will continue to function for now, but will be hidden
from the help printout.

Each instance of the --refresh option takes one input, and the option
can be specified multiple times.  The three named options can be
pre-pended by the 'not' parameter, specifying that day should not be
pulled.  Numbered days start with today at zero, counting up, and a
range can be specified using a dash.

The following example will refresh today, skip tomorrow, and refresh
all of next week:

mythfilldatabase --refresh today --refresh nottomorrow --refresh 7-13

Modified:

   mythtv/programs/mythfilldatabase/commandlineparser.cpp
   mythtv/programs/mythfilldatabase/main.cpp



More information about the mythtv-firehose mailing list