[mythtv-users] [mythtv-commits] Ticket #5029: can't "never record" upcoming recordings without sub-titles

Tony Lill ajlill at ajlc.waterloo.on.ca
Wed Mar 26 22:38:50 UTC 2008


"Kevin Kuphal" <kkuphal at gmail.com> writes:

> On Tue, Mar 25, 2008 at 2:58 PM, Marc Sherman <msherman at projectile.ca>
> wrote:
>
>> Does 0.21 allow you to create multiple rules for the same title? I've
>> never been able to do that with 0.20.
>>
> I've been able to do it with Mythweb.  You can do it on the frontend as long
> as the episode you want to match on is in the list and not matched by a
> prior rule or if you use a power rule.

I use the following script to create a standard recording rule from
the command line. Change the channel id and callsign to one that
exists in your lineup (or not, it probably doesn't matter). You can
then edit the options to your liking from mythweb or the Recording
Priorities screen in the frontend.


#! /bin/sh
# recordit "Program Title"
mysql -umythtv -pmythtv mythconverg << __EOF__
insert into record(type,chanid,title,autoexpire,station) values(4,1002,"$1",1,"CICA");
__EOF__



More information about the mythtv-users mailing list