[mythtv-commits] mythtv commit: r7270 - in trunk/mythtv by cpinkham
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Sat Sep 17 04:29:22 UTC 2005
Author: cpinkham
Date: 2005-09-17 04:29:21 +0000 (Sat, 17 Sep 2005)
New Revision: 7270
Changeset: http://cvs.mythtv.org/trac/changeset/7270
Modified:
trunk/mythtv/libs/libmythtv/jobqueue.cpp
trunk/mythtv/libs/libmythtv/jobqueue.h
trunk/mythtv/libs/libmythtv/programinfo.cpp
trunk/mythtv/libs/libmythtv/programinfo.h
trunk/mythtv/programs/mythbackend/mainserver.cpp
trunk/mythtv/programs/mythcommflag/main.cpp
trunk/mythtv/programs/mythfrontend/playbackbox.cpp
trunk/mythtv/programs/mythtranscode/transcode.cpp
Log:
Mythcommflag and JobQueue related changes.
- Get rid of ProgramInfo::IsCommProcessing() and convert all references to
use JobQueue::IsJobRunning(). In order for this method to still return
true when a user ia manually running mythcommflag, mythcommflag will
now insert a 'fake' job into the JobQueue when it is not run from
the JobQueue. This job will be updated with normal status updates
and will list the number of commercial breaks found, but will not
be controlable by the user via mythfrontend. This also includes code
to make sure shows aren't left in a state where they show they are
being flagged when they really aren't. Also closes #298 since there
should be no need for a --clearflagging command-line option to mythcommflag
any more after this commit.
More information about the mythtv-commits
mailing list