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

Chris Pinkham cpinkham at bc2va.org
Fri Feb 17 21:44:00 UTC 2006


> #1308: Add 'transcoded' flag to recorded table

>  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.

I was already considering making it like this, I'll make it 3-state it when I
merge it into my tree.

-- 
Chris



More information about the mythtv-dev mailing list