[mythtv-users] Disabling Recordings

Chris Pinkham cpinkham at bc2va.org
Fri Sep 1 18:24:39 UTC 2006


Run the following SQL:

	update record set inactive = 1;

Then make the backend reschedule:

	mythbackend --resched

Then when you're ready to reenable:

	update record set inactive = 0;

and then

	mythbackend --resched

If you had any inactive schedules you'll need to fix those
manually if you apply the above SQL commands.

* On Fri Sep 01, 2006 at 02:08:58PM -0400, Michael MacLeod wrote:
> My cable is going to go down for about 24 hours later this evening. What's
> the best way to temporarily disable recording of programs while the cable is
> down?

> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


--
Chris


More information about the mythtv-users mailing list