[mythtv-commits] mythtv commit: r13517 - in trunk/mythtv by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun May 27 23:33:42 UTC 2007


      Author: cpinkham
        Date: 2007-05-27 23:33:41 +0000 (Sun, 27 May 2007)
New Revision: 13517
   Changeset: http://cvs.mythtv.org/trac/changeset/13517

Modified:

   trunk/mythtv/libs/libmythtv/jobqueue.cpp
   trunk/mythtv/libs/libmythtv/jobqueue.h
   trunk/mythtv/programs/mythfrontend/globalsettings.cpp

Log:

Add a way to defer auto-transcode jobs so that they can be automatically
scheduled for days after the original recording completes rather than
immediately after.

You can now specify auto-transcode jobs to run from 0-365 days after the
recording completes, so you can for instance watch the HD version of a show
if you watch it within 7 days, but after 7 days have it automatically
transcoded down to a lower-resolution and smaller file on disk.  If the
setting is left at the default of 0, then auto-transcode jobs are run as soon
as possible like they currently are.

Modified patch by Patrick Donnelly.  I added the GUI portion and reworked the
JobQueue settings page in mythfrontend to make things fit better as well as
modifying the patch to use a single DB setting instead of two.

Closes #3503.






More information about the mythtv-commits mailing list