<div dir="ltr">That did it... Thanks</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jul 20, 2018 at 9:25 PM Stephen Worthington <<a href="mailto:stephen_agent@jsw.gen.nz">stephen_agent@jsw.gen.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, 20 Jul 2018 19:02:23 -0500, you wrote:<br>
<br>
>disable auto-flag defaults  ( creating new scheds in mythweb should have<br>
>these set )<br>
>enable auto-expire defaults ( creating new scheds in mythweb should have<br>
>these set )<br>
><br>
>I've compiled fixes-29 for ARM.  The new mythtv-setup interface is very<br>
>different.  Seem to recall options for the above in MythFrontend.  I don't<br>
>have any MythFrontends<br>
><br>
>Somewhere within mythtv-setup or database?<br>
<br>
Those settings are found in the recording rule templates.  Unless you<br>
specify a template when you create or edit a recording rule, the<br>
settings are copied from the "Default (template)" rule.  To find this<br>
in mythtfrontend, you go to Manage Recordings > Recording Rules, then<br>
use the search feature (Ctrl-S) and search for "template".  The "Allow<br>
recordings to expire?" option is in "Storage Options" and the "Advert<br>
Flag new recordings" option is in "Post Processing".  The template<br>
rules do not seem to show up in the list in MythWeb, so I do not think<br>
they can be changed from there.  In the database, this SQL will list<br>
all your template rules:<br>
<br>
select * from record where title like '%(template%'\G<br>
<br>
The fields you want there are "autoexpire" and "autocommflag".<br>
<br>
Changing the templates only changes new recording rules that are made<br>
from those templates.  If you want to change all your old recording<br>
rules, you will need to use SQL in the database to do that.  And then<br>
all the old recordings made from those rules will still have whatever<br>
"autoexpire" option they acquired when the recording was made.<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</blockquote></div>