[mythtv-commits] mythtv commit: r7273 - in trunk/mythtv by gigem
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Mon Sep 19 02:37:28 UTC 2005
Author: gigem
Date: 2005-09-19 02:37:27 +0000 (Mon, 19 Sep 2005)
New Revision: 7273
Changeset: http://cvs.mythtv.org/trac/changeset/7273
Modified:
trunk/mythtv/libs/libmythtv/programinfo.cpp
trunk/mythtv/libs/libmythtv/programinfo.h
trunk/mythtv/libs/libmythtv/scheduledrecording.cpp
trunk/mythtv/libs/libmythtv/tv_rec.cpp
trunk/mythtv/libs/libmythtv/tv_rec.h
trunk/mythtv/programs/mythbackend/mainserver.cpp
trunk/mythtv/programs/mythbackend/scheduler.cpp
trunk/mythtv/programs/mythbackend/scheduler.h
trunk/mythtv/programs/mythfrontend/viewscheduled.cpp
Log:
Added partial support for changing the end time of a recording while
it is still recording. If the end-late setting for a program is
changed while it is recording, the scheduler will detect the change
and try to honor it.
Be careful when doing this for recurring recording rules. Changes to
those rules will affect any currently recording programs and all
future programs as well. Another change will be made in the next few
days to allow creating an override rule on the fly so currently
recording programs can be changed without affecting future programs.
More information about the mythtv-commits
mailing list