<div dir="ltr"><div class="gmail_extra">2013/10/16 Thomas Boehm <span dir="ltr">&lt;<a href="mailto:mythtv-users@lists.boehmi.net" target="_blank">mythtv-users@lists.boehmi.net</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="im">Andréas Kühne wrote:<br>
&gt; My wife records alot of TV-series that she just wants to keep, not to<br>
&gt; view on one of our frontends. Because the selection of series is growing<br>
&gt; in size I try to export them directly after recording them (via<br>
&gt; mythexport). I would also like to delete the recordings as soon as the<br>
&gt; export is done. Is this possible?<br>
<br>
</div>I have this command at the end of my userjob<br>
<br>
echo &quot;update recorded set recgroup = &#39;Deleted&#39;, autoexpire = 999 where<br>
chanid = &#39;$3&#39; and starttime = &#39;$4&#39;;&quot;`|mysql --batch --skip-column-names<br>
--user=&quot;${DBUserName}&quot; --password=&quot;${DBPassword}&quot; -h &quot;${DBHostName}&quot;<br>
&quot;${DBName}&quot;<br>
<br>
This moves the recording into the &quot;Deleted&quot; recording group and gives it<br>
a high auto expire priority. Of course you need to substitute the<br>
variables with yours.<br>
<br>
HTH<br>
Thomas<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br></div><div class="gmail_extra">Thanks Thomas,<div><br></div><div>I&#39;ll try that out!</div><div><br></div><div>Regards,</div><div><br></div><div>Andréas</div><div><br></div></div></div>