<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace"><span style="font-family:Arial,Helvetica,sans-serif">On Mon, Jan 13, 2020 at 11:03 PM Greg Oliver <<a href="mailto:oliver.greg@gmail.com">oliver.greg@gmail.com</a>> wrote:</span><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div style="font-family:monospace,monospace"><span style="font-family:Arial,Helvetica,sans-serif">On Mon, Jan 13, 2020 at 10:45 PM Stephen Worthington <<a href="mailto:stephen_agent@jsw.gen.nz" target="_blank">stephen_agent@jsw.gen.nz</a>> wrote:</span><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, 13 Jan 2020 20:58:30 -0600, you wrote:<br>
<br>
>This has been happening for quite some time now and it is finally getting<br>
>annoying since it happened on CBS and they offer no free streaming.<br>
><br>
>Just a simple message """<br>
>N DeleteThread mainserver.cpp:2502 (DeleteRecordedFiles)<br>
>DeleteRecordedFiles - recording id 10569 filename<br>
>/ramdisk/mythtv/recordings/11101_20200108030000.ts<br>
>"""<br>
><br>
>Does anyone know what backend debugs I need to turn on to trap these<br>
>messages?<br>
><br>
>I do not want to turn on anything too extra since it is currently running<br>
>on an underpowered machine, but I do need to put an end to it.<br>
><br>
>I have TB of free space and a single StorageGroup, so I know no auto-expire<br>
>is happening.<br>
><br>
>TiA,<br>
><br>
>Greg<br>
<br>
As well as autoexpiring, you also get messages like that when you<br>
delete recordings yourself after watching them.  And when you have set<br>
up a recording rule so that it only keep a certain number of<br>
recordings.  I have my 6 o'clock news programmes set up to only keep 8<br>
recordings, so I get messages like that every day when an old<br>
recording from each channel is deleted before the new ones start<br>
recording.  If you do SQL then this should show you any recording<br>
rules you have that have a max episodes setting:<br>
<br>
select recordid,type,starttime,title,subtitle,description from record<br>
where maxepisodes != 0;<br></blockquote><div><br></div><div style="font-family:monospace,monospace"><span style="font-family:Arial,Helvetica,sans-serif">MariaDB [mythconverg]> select recordid,type,starttime,title,subtitle,description from record</span></div>    -> where maxepisodes != 0;<br>Empty set (0.00 sec)<br></div></div></blockquote><div><br></div><div class="gmail_default" style="font-family:monospace,monospace">And just to note, it deletes no metadata, just the file.  The only reason I notice is that it leaves a blue entry in the GUI.  I then know that file just disappeared.  I guess the blue might be theme dependent, but it is blue for me.</div></div></div>