Go to the source code of this file.
| int BuildVideoMarkup | ( | QString & | filename | ) |
| int QueueCommFlagJob | ( | QString | chanid, | |
| QString | starttime | |||
| ) |
| int CopySkipListToCutList | ( | QString | chanid, | |
| QString | starttime | |||
| ) |
| int SetCutList | ( | QString | chanid, | |
| QString | starttime, | |||
| QString | newCutList | |||
| ) |
| int GetMarkupList | ( | QString | list, | |
| QString | chanid, | |||
| QString | starttime | |||
| ) |
| void streamOutCommercialBreakList | ( | ostream & | output, | |
| QMap< long long, int > & | commercialBreakList | |||
| ) |
Definition at line 233 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by DoFlagCommercials(), and FlagCommercials().
| void commDetectorBreathe | ( | ) |
Definition at line 250 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by DoFlagCommercials().
| void commDetectorStatusUpdate | ( | const QString & | status | ) |
Definition at line 287 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by DoFlagCommercials().
| void commDetectorGotNewCommercialBreakList | ( | ) |
Definition at line 293 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by DoFlagCommercials().
| void incomingCustomEvent | ( | QCustomEvent * | e | ) |
Definition at line 320 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by DoFlagCommercials().
| int DoFlagCommercials | ( | bool | showPercentage, | |
| bool | fullSpeed, | |||
| bool | inJobQueue, | |||
| NuppelVideoPlayer * | nvp, | |||
| enum SkipTypes | commDetectMethod | |||
| ) |
Definition at line 374 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by FlagCommercials().
| int FlagCommercials | ( | QString | chanid, | |
| QString | starttime | |||
| ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 639 of file mythtv/programs/mythcommflag/main.cpp.
Definition at line 35 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by BuildVideoMarkup(), FlagCommercials(), main(), and QueueCommFlagJob().
Definition at line 36 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by FlagCommercials(), and main().
| bool showPercentage = true |
Definition at line 38 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by FlagCommercials(), and main().
Definition at line 39 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by FlagCommercials(), and main().
| bool rebuildSeekTable = false |
Definition at line 40 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by FlagCommercials(), and main().
| bool inJobQueue = false |
Definition at line 42 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by FlagCommercials(), and main().
| bool watchingRecording = false |
Definition at line 43 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by FlagCommercials(), and incomingCustomEvent().
| CommDetectorBase* commDetector = NULL |
Definition at line 44 of file mythtv/programs/mythcommflag/main.cpp.
| RemoteEncoder* recorder = NULL |
Definition at line 45 of file mythtv/programs/mythcommflag/main.cpp.
| ProgramInfo* program_info = NULL |
Definition at line 46 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by TV::BrowseDispInfo(), JobQueue::DoFlagCommercialsThread(), JobQueue::DoTranscodeThread(), JobQueue::DoUserJobThread(), and TV::ToggleRecord().
| enum SkipTypes commDetectMethod = COMM_DETECT_UNINIT |
Definition at line 47 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by FlagCommercials(), and main().
| int recorderNum = -1 |
Definition at line 48 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by FlagCommercials(), and incomingCustomEvent().
| bool dontSubmitCommbreakListToDB = false |
Definition at line 49 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by DoFlagCommercials(), and main().
| QString outputfilename |
Definition at line 50 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by DoFlagCommercials(), FlagCommercials(), and main().
| bool onlyDumpDBCommercialBreakList = false |
Definition at line 51 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by FlagCommercials(), and main().
| int jobID = -1 |
Definition at line 53 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by commDetectorBreathe(), commDetectorStatusUpdate(), JobQueue::customEvent(), DoFlagCommercials(), JobQueue::DoFlagCommercialsThread(), PlaybackBox::doPlaylistJobQueueJob(), JobQueue::DoTranscodeThread(), JobQueue::DoUserJobThread(), FlagCommercials(), main(), JobQueue::QueueJob(), and PlaybackBox::stopPlaylistJobQueueJob().
| int lastCmd = -1 |
Definition at line 54 of file mythtv/programs/mythcommflag/main.cpp.
Referenced by commDetectorBreathe().
1.5.5