[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Jun 10 23:20:06 EDT 2004


----------------------------------------------------------------------------
Changes committed by cpinkham on Fri Jun 11 03:16:54 2004

Modified Files:
   in mythtv/libs/libmythtv:
        NuppelVideoPlayer.cpp scheduledrecording.cpp tv_play.cpp 
   in mythtv/programs/mythfrontend:
        globalsettings.cpp playbackbox.cpp 
Log Message:


* Added "Pre-Notify" auto commercial skip setting.  Pre-Notify will popup
    the same OSD as the Notify setting but 2 seconds prior to the commercial
    starting so you can go ahead and manually skip if you want.  Current
    auto-skip settings are ON, OFF, Notify, and Pre-Notify.

* Fixed a bug in the handling of the "All Programs" virtual recording group.
    If the user set "All Programs" to be their default display group, it was
    saved to the DB in the user's native language instead of English, so if
    the user changed to a different language they would no longer be able to
    see any recordings because their default display group in the DB would
    be gibberish in their current language.  Fixed by saving "All Programs"
    in English now same as "Default" is and correcting recording groups
    code to use the group name in English but display onscreen in the
    user's selected native language.  Wrote a long comment in case anyone
    sees anything break with this.  Try changing your default display group
    first if you're default language is set to something other than English.

* Added code to set a bookmark when exiting playback of a recording using the
    DELETE key in case the user accidentilly hits DELETE and then wants to
    go back to watching the recording.  For users who wanted to hit DELETE
    this shouldn't be any big deal since it just sets a bookmark on a
    recording they were about to delete anyway.


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


More information about the mythtv-commits mailing list