[mythtv-commits] mythtv commits

mythtv at ijr.dnsalias.org mythtv at ijr.dnsalias.org
Sat May 17 17:55:07 EDT 2003


----------------------------------------------------------------------------
Changes committed by cpinkham on Sat May 17 16:50:57 2003

Added Files:
   in mythtv/programs/mythcommflag:
        .cvsignore main.cpp mythcommflag.pro 
Modified Files:
   in mythtv/libs/libmythtv:
        NuppelVideoPlayer.cpp NuppelVideoPlayer.h avformatdecoder.cpp 
        commercial_skip.h dvbrecorder.cpp mpegrecorder.cpp 
        programinfo.cpp programinfo.h 
   in mythtv/programs:
        programs.pro 
Log Message:

Added [GS]etMarkupMap() and ClearMarkupMap() functions to programinfo.cpp
to eliminate duplication of code in [GS]etBlankFrameList() and
[GS]etCommBreakList() and make more flexible.  Added [GS]etMarkupFlag
functions for getting/saving flags to recordedmarkup table.  Modified
main FlagCommercials function to insert a MARK_PROCESSING flag while
commercials are being flagged.

Added new mythcommflag executable.  mythcommflag can be used to flag
commercials in recorded programs without having to turn on Auto Commercial
Flagging.  mythcommflag can be run from cron or from the command-line.
Can be run for a single video, only un-flagged videos, or all recorded
videos.  Run "mythcommflag --help" for help.  To run from the cron and
tell the program not to consume all the cpu it can, use something like:
"5,35 * * * * /usr/local/bin/mythcommflag --quiet --sleep"


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


More information about the mythtv-commits mailing list