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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Sep 17 00:57:08 UTC 2005


      Author: cpinkham
        Date: 2005-09-17 00:57:07 +0000 (Sat, 17 Sep 2005)
New Revision: 7268
   Changeset: http://cvs.mythtv.org/trac/changeset/7268

Modified:

   trunk/mythtv/libs/libmythtv/jobqueue.cpp
   trunk/mythtv/libs/libmythtv/jobqueue.h
   trunk/mythtv/programs/mythcommflag/main.cpp

Log:

Mythcommflag changes.

- Change mythcommflag's "-j" option to take a JobQueue Job ID as an
  argument.  Now, we don't have to tell mythcommflag the chanid and
  starttime of the program if it is running under the jobqueue, we just
  give it the ID of the job to flag.  Change corresponding call to
  mythcommflag in jobqueue.cpp as well.  Also imply --force when called
  with -j.

- Get rid of the undocumented "-l" mythcommflag command-line argument that
  told mythcommflag that it was flagging a live recording.  Now, this is
  determined by checking the endtime of the recording and seeing if we
  can get the recorder via RemoteGetExistingRecorder();







More information about the mythtv-commits mailing list