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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Feb 18 05:44:18 UTC 2006


      Author: cpinkham
        Date: 2006-02-18 05:44:16 +0000 (Sat, 18 Feb 2006)
New Revision: 9028
   Changeset: http://cvs.mythtv.org/trac/changeset/9028

Modified:

   trunk/mythtv/libs/libmyth/exitcodes.h
   trunk/mythtv/libs/libmythtv/jobqueue.cpp
   trunk/mythtv/programs/mythtranscode/main.cpp

Log:

Move some transcode logic/functionality out of the JobQueue into mythtranscode.

The code moved includes the code responsible for renaming transcoded files,
deleting or keeping the original copy, clearing recordedmarkup and the
cutlist and bookmark fields in the recorded table, and the status updates
for the jobqueue table.  This code belongs more in mythtranscode than in
the JobQueue, and with the new ability to run a different executable than
mythtranscode, we may not want to perform these actions in the JobQueue
itself.







More information about the mythtv-commits mailing list