On Mon, 20 Jun 2005, Bruce Markey wrote:
3) Is there an easy way to "disable" future recordings, without
telling MythTV on a program by program basis to "Don't Record this
showing"
mythbackend --nosched
-- bjm
Bruce - that worked like a charm! Thank you very much!
btw, doing this will not work:
$ /etc/rc.d/init.d/mythbackend --nosched
So what I did is copy /etc/rc.d/init.d/mythbackend to
/etc/rc.d/init.d/mythbackend.nosched
and then edited /etc/rc.d/init.d/mythbackend.nosched to append '--nosched' to
the OPTIONS string.
Here is a diff so you can see what I mean:
[EMAIL PROTECTED] init.d]# diff mythbackend mythbackend.nosched
24c24
< OPTIONS="$OPTIONS --daemon --logfile /var/log/mythtv/$prog.log --pidfile
/var/run/$prog.pid"
---
OPTIONS="$OPTIONS --daemon --logfile /var/log/mythtv/$prog.log
--pidfile /var/run/$prog.pid --nosched"
So now, when my cable is out, I run:
[EMAIL PROTECTED] init.d]# /etc/rc.d/init.d/mythbackend.nosched start
Starting mythbackend: [ OK ]
mark
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users