[mythtv-commits] Ticket #1308: Add 'transcoded' flag to recorded table

MythTV mythtv at cvs.mythtv.org
Fri Feb 17 19:45:25 UTC 2006


#1308: Add 'transcoded' flag to recorded table
------------------------------+---------------------------------------------
 Reporter:  derek at battams.ca  |        Owner:  cpinkham
     Type:  patch             |       Status:  assigned
 Priority:  minor             |    Milestone:          
Component:  mythtv            |      Version:  head    
 Severity:  medium            |   Resolution:          
------------------------------+---------------------------------------------
Comment (by derek at battams.ca):

 I was going to wait until after this patch was committed, but since you
 say you have to move some of the code around anyway, perhaps you can add
 it in all at once?

 I think an extra value should be added to the TranscodingResults enum:

 {{{
 enum TranscodingResults {
     TRANSCODING_INCOMPLETE = 0,
     TRANSCODING_COMPLETE = 1,
     TRANSCODING_RUNNING = 2
 };
 }}}

 And then call 'SetTranscoded(TRANSCODING_RUNNING)' where appropriate along
 with resetting it to TRANSCODING_INCOMPLETE on failure.  I can write the
 patch myself in a new ticket after this ticket is committed if necessary,
 too.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1308>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list