[mythtv-commits] mythtv commit: r6688 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Jun 22 07:31:27 UTC 2005


      Author: cpinkham
        Date: 2005-06-22 07:31:27 +0000 (Wed, 22 Jun 2005)
New Revision: 6688
   Changeset: http://cvs.mythtv.org/trac/changeset/6688

Modified:

   trunk/mythtv/libs/libmythtv/jobqueue.cpp
   trunk/mythtv/libs/libmythtv/jobqueue.h
   trunk/mythtv/libs/libmythtv/tv_rec.cpp
   trunk/mythtv/libs/libmythtv/tv_rec.h

Log:

* Bugfix for JobQueue and "Find Once" scheduled recordings.  Previously,
  Jobs would probably not be executed for the "Find Once" type recordings.
  Debugging and initial patch by Robert Tsai (who was tracking down why
  transcoding jobs were failing to run) with mods by Chris Pinkham to             apply Robert's changes to all Jobs.

* Fix a bug in the JobAllowUserJob* settings which were broken in a lot
  of cases since I was treating the job type field as a value instead of
  a bitmap in one piece of code in jobqueue.cpp.  I think this was probably
  causing User Jobs to be allowed to run anywhere not just on the backends
  the user configured the job to run on.

* Make the JobQueue wait a little longer when trying to stop jobs since
  the transcoder can take a little longer to stop than the 20 seconds we
  were previously waiting.  Also, only print out the VB_JOBQUEUE
  "JobQueue: Waiting..." message every 5 seconds instead of every second
  we have to wait.






More information about the mythtv-commits mailing list