[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Jan 19 18:15:03 EST 2005


----------------------------------------------------------------------------
Changes committed by gigem on Wed Jan 19 18:10:18 2005

Modified Files:
   in mythtv/libs/libmythtv:
        dbcheck.cpp guidegrid.cpp programinfo.cpp programinfo.h 
        recordingtypes.cpp recordingtypes.h scheduledrecording.cpp 
        scheduledrecording.h sr_items.h 
   in mythtv/programs/mythbackend:
        mainserver.cpp scheduler.cpp 
   in mythtv/programs/mythfrontend:
        programrecpriority.cpp 
Log Message:
Added two new recording types, kFindDailyRecord and kFindWeeklyRecord.
The new recording types are intended for daily and weekly programs
which meet the following criteria.

  They usually don't have unique programids or descriptions.

  A "new" episode is shown at (or about) the same time for daily
  programs or on the same day of the week and time for weekly
  programs.

  The new episode is repeated one or more times throughout the next 24
  hours for daily programs or seven days for weekly programs.

Because there are no unique programids or descriptions, Myth can't
tell the multiple showings apart.  For these new recording types, Myth
will automatically assign an artificial identifier to group together
all shows in the defined interval.  Myth will then try to record one
showing in each interval given other scheduling constraints.

The day of the week and time of the "new" episode are currently set
when the recording rule is created and can't be changed.  Suggestions
on how to make this changeable in the SR dialog are welcome.

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


More information about the mythtv-commits mailing list