<div dir="ltr"><div class="gmail_extra">2013/10/16 Thomas Boehm <span dir="ltr"><<a href="mailto:mythtv-users@lists.boehmi.net" target="_blank">mythtv-users@lists.boehmi.net</a>></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>
> My wife records alot of TV-series that she just wants to keep, not to<br>
> view on one of our frontends. Because the selection of series is growing<br>
> in size I try to export them directly after recording them (via<br>
> mythexport). I would also like to delete the recordings as soon as the<br>
> export is done. Is this possible?<br>
<br>
</div>I have this command at the end of my userjob<br>
<br>
echo "update recorded set recgroup = 'Deleted', autoexpire = 999 where<br>
chanid = '$3' and starttime = '$4';"`|mysql --batch --skip-column-names<br>
--user="${DBUserName}" --password="${DBPassword}" -h "${DBHostName}"<br>
"${DBName}"<br>
<br>
This moves the recording into the "Deleted" 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'll try that out!</div><div><br></div><div>Regards,</div><div><br></div><div>Andréas</div><div><br></div></div></div>