[mythtv] commercial/cutlist/etc status for mythweb?

Chris Petersen lists at forevermore.net
Wed Jun 23 01:04:22 EDT 2004


> It should be in the response to a QUERY_RECORDINGS query..  It's the 
> programflags element, so, the 30th element in the list.  It's just a bitmask 
> of the 'FlagMask' enum from programinfo.h or'd together.

Granted, I'm not so hot with the binary stuff, but how can you have
flags for 0x02, 0x08 and 0x10?  Wouldn't 0x10 conflict with the other
two?

so basically, I'd just need to pull out 

1 -> has commflag
2 -> has cutlist
4 -> will autoexpire
8 -> is editing

??

-Chris



More information about the mythtv-dev mailing list