[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Nov 8 18:00:33 EST 2003


----------------------------------------------------------------------------
Changes committed by cpinkham on Sat Nov  8 22:59:23 2003

Modified Files:
   in mythtv:
        keys.txt 
   in mythtv/i18n:
        mythfrontend_ca.ts mythfrontend_de.ts mythfrontend_dk.ts 
        mythfrontend_es.ts mythfrontend_fr.ts mythfrontend_it.ts 
        mythfrontend_nl.ts mythfrontend_pt.ts mythfrontend_sv.ts 
   in mythtv/libs/libmythtv:
        NuppelVideoPlayer.cpp commercial_skip.cpp commercial_skip.h 
        dbcheck.cpp scheduledrecording.cpp scheduledrecording.h 
        tv_play.cpp tv_play.h 
   in mythtv/programs/mythfrontend:
        globalsettings.cpp 
Log Message:


Added simple popup menu for recording playback.  Currently allows toggling
    of Commercial Auto-Skip (temporary) and Auto-Expire setting (permanent).
    Mapped to 'O' key since it's already used for browse when in LiveTV.

Modified commercial blank-frame and scene-change detection code to ignore
    a border 10 pixels wide around the image to eliminate false negatives.
    Modified code which determines what is a 'dim' (but blank) frame to
    try to eliminate some false positives.

Made 'Q' key clear cut points in editor rather than requiring 'C'.  'Q' is
    already used for jumping back to the previous commercial marker so it
    may/should already be mapped on remotes. 'C' is still usable as well.

Added per-Show PreRoll and PostRoll settings to allow forcing Myth to
    always start recording a ahow early/late and end early/late.  These
    times are independent of the global preroll and may cause scheduling
    conflicts to occur if they are used unlike the global preroll which
    is optional and won't cause a conflict.  Positive means start early
    and/or end late.  Negative numbers mean start late and/or end early.

Changed some descriptions on Advanced Recording Options screen so they would
    fit on screen better (or at all).  The "Record Dups" and "Auto Expire"
    descriptions should be shortened when David Engel commits his
    overrides patch.

Patch by Kirby Vandivort to add "Notify" option for Commercial Auto-Skip.
    Instead of Auto-Skipping commercials, a popup will display when Myth
    thinks one started.  Useful for those times when Commercial Detection
    doesn't get it quite right.


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


More information about the mythtv-commits mailing list