[mythtv-commits] mythtv commit: r13524 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon May 28 05:15:49 UTC 2007


      Author: cpinkham
        Date: 2007-05-28 05:15:49 +0000 (Mon, 28 May 2007)
New Revision: 13524
   Changeset: http://cvs.mythtv.org/trac/changeset/13524

Modified:

   trunk/mythtv/programs/mythbackend/housekeeper.cpp

Log:

Allow the user to set a mythfilldatabase run period where the max hour is
less than the min hour, for instance if they want the run period to be from
8PM till 4AM.

This is loosely based on a patch by WP van Paassen in #3310.  I shortened
it up a bit, and removed a part unecessary with current SVN head.
While I was in the housekeeper, I also converted a few things like
now.toString(QString("d")).toInt() to a much cleaner now.date().day().

Closes #3310.






More information about the mythtv-commits mailing list