[mythtv-users] Post recording options

Joe Ripley vitaminjoe at gmail.com
Mon Aug 13 16:09:03 UTC 2007


On 8/13/07, Michael Cook <michael at waxrat.com> wrote:
> For the "Post recording options" (e.g., whether or not to "Transcode
> new recordings), I'm trying to understand how these options are
> stored in the database.  I haven't been able to figure it out from
> browsing the mythtv.org/wiki
> (http://mythtv.org/wiki/index.php/Database_Schema) or from browsing
> the source or from poking around with mysql queries.  For example,
> if I wanted to list all scheduled programs for which transcoding was
> disabled, what would the SQL query be?

Wouldn't this be something like:

select * from record where autotranscode=0;

-- 
Joe Ripley
vitaminjoe at gmail.com


More information about the mythtv-users mailing list