<div dir="ltr">I have just now found a bit of suspicious code in tv_rec.cpp.<div>This is the current code is this in tv_rec.cpp:159</div><div><br></div><div>    m_overRecordSecNrml = gCoreContext->GetDurSetting<std::chrono::minutes>("RecordOverTime");<br></div><div><br></div><div>My production system has a value in the database of 1200 seconds.</div><div>As I understand the code, the seconds value in the database is interpreted as minutes, which results in 72000 seconds record overtime.</div><div>My development system has record overtime 0 so there it does not make a difference.</div><div><br></div><div>This is in commit <span style="color:rgb(68,77,86);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;text-align:right;white-space:nowrap">c2730942e325b393e589bb0b369c8e08bab3ea3c</span></div><div><span style="color:rgb(68,77,86);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;text-align:right;white-space:nowrap"><br></span></div><div>Have not tested this yet but hope this helps.</div><div><br></div><div>Klaas.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 10 Feb 2021 at 22:08, Scott Simpson <<a href="mailto:simpson100@gmail.com">simpson100@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">My MythTV packages are 64 bit also:<br>
<br>
mythtv@mythtv:~$ dpkg-query --list |grep mythtv<br>
ii  libmythtv-perl<br>
2:32.0~master.202102091135.9a790b3e91~ubuntu20.04.1 all          Perl<br>
library to access some MythTV features<br>
ii  mythtv-backend<br>
2:32.0~master.202102091135.9a790b3e91~ubuntu20.04.1 amd64        Personal<br>
video recorder application (server)<br>
ii  mythtv-common<br>
2:32.0~master.202102091135.9a790b3e91~ubuntu20.04.1 amd64        Personal<br>
video recorder application (common data)<br>
ii  mythtv-database<br>
2:32.0~master.202102091135.9a790b3e91~ubuntu20.04.1 all          Personal<br>
video recorder application (database)<br>
ii  mythtv-dbg<br>
2:32.0~master.202102091135.9a790b3e91~ubuntu20.04.1 amd64        Debug<br>
symbols for mythtv packages<br>
ii  mythtv-doc<br>
2:32.0~master.202102091135.9a790b3e91~ubuntu20.04.1 all          Personal<br>
video recorder application (documentation)<br>
ii  mythtv-frontend<br>
2:32.0~master.202102091135.9a790b3e91~ubuntu20.04.1 amd64        Personal<br>
video recorder application (client)<br>
ii  mythtv-theme-mythbuntu<br>
2:32.0~master.202102091135.9a790b3e91~ubuntu20.04.1 all          MythTV<br>
Theme used in the Mythbuntu distribution<br>
ii  mythtv-transcode-utils<br>
2:32.0~master.202102091135.9a790b3e91~ubuntu20.04.1 amd64        Utilities<br>
used for transcoding MythTV tasks<br>
ii  php-mythtv<br>
2:32.0~master.202102091135.9a790b3e91~ubuntu20.04.1 all          PHP<br>
Bindings for MythTV<br>
m<br>
<br>
-----Original Message-----<br>
From: mythtv-dev <<a href="mailto:mythtv-dev-bounces@mythtv.org" target="_blank">mythtv-dev-bounces@mythtv.org</a>> On Behalf Of Gary<br>
Buhrmaster<br>
Sent: Wednesday, February 10, 2021 12:12 PM<br>
To: Development of MythTV <<a href="mailto:mythtv-dev@mythtv.org" target="_blank">mythtv-dev@mythtv.org</a>><br>
Subject: Re: [mythtv] Very long recordings<br>
<br>
On Wed, Feb 10, 2021 at 6:31 PM David Hampton via mythtv-dev<br>
<<a href="mailto:mythtv-dev@mythtv.org" target="_blank">mythtv-dev@mythtv.org</a>> wrote:<br>
<br>
> Summarizing to see if there is a pattern. So far we have reports of:<br>
><br>
> No problem:<br>
....<br>
> GaryB: external recorded, unknown OS, unknown Qt<br>
<br>
To add to the info:<br>
<br>
No problems seen at:<br>
<br>
OS: Fedora 33<br>
Qt: 5.15.2 (compile and runtime)<br>
Kernel: 5.10.13<br>
gcc: 10.2.1<br>
Tuners: (3rd party) external recorder (mythhdhrrecorder) with HDHR Prime<br>
MythTV master tested at both e3cafbc0b8 and 9a790b3e91<br>
_______________________________________________<br>
mythtv-dev mailing list<br>
<a href="mailto:mythtv-dev@mythtv.org" target="_blank">mythtv-dev@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-dev" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-dev</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>
<br>
_______________________________________________<br>
mythtv-dev mailing list<br>
<a href="mailto:mythtv-dev@mythtv.org" target="_blank">mythtv-dev@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-dev" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-dev</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>