[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Jun 16 00:50:05 UTC 2005


----------------------------------------------------------------------------
Changes committed by cpinkham on Thu Jun 16 00:45:31 2005

Modified Files:
   in mythtv/programs/mythcommflag:
        main.cpp 
Log Message:


When mythcommflag is run with no arguments, it normally flags all unflagged
shows.  This patch makes mythcommflag also check the recorded.commflagged
database column to determine whether the show needs to be flagged rather than
just counting the number of entries in the recordedmarkup table.  This will
prevent things like commflagging shows recorded off of commercial-free
stations if the user runs mythcommflag without any arguments.  Only recordings
that have recorded.commflagged = 0 (ie, the COMM_FLAG_NOT_FLAGGED status) and
have 0 commercial break markers in recordedmarkup will be flagged in this mode.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list