<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 7, 2022 at 7:42 AM 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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
To check for these messages, these commands are useful:<br>
<br>
grep -a "overall_score=\"0" /var/log/mythtv/mythbackend.log<br>
<br>
That will find any overall_score value that starts with a 0, so any<br>
where mythbackend calculated the value as less than 1.0.<br>
<br>
And this will find any non-zero continuity_error_count messages:<br>
<br>
grep -a "continuity_error_count=\"[1-9]" /var/log/mythtv/mythbackend.log<br></blockquote><div><br></div><div>Stephen, I've added your-v record to a test mythtv-backend that uses only the HDHR Quatro. I set up 2 recordings.</div><div> The 2 recordings from station 11701 are the ones in the log below that concern me. The earlier one is the one that was flagged in Yellow test in the media listing.</div><div><br></div><div>I ran the 2 commands you gave me and the results are below for 2 recordings. only the 2 from Station 11701 are of concern since they were both Prime time HD programs on a good signal station. Is there a way to tell if these problems were Tuner or Network traffic related??</div><div><br></div><div>grep -a "overall_score=\"0" /var/log/mythtv/mythbackend.log<br>May 12 16:10:39 rpi4-mythtv mythbackend: mythbackend[941]: I TVRecEvent tv_rec.cpp:841 (FinishedRecording) TVRec[1]: FinishedRecording(15001_2022-05-12T20:10:00Z) damaged recq:#012<RecordingQuality overall_score="0.25" key="15001_2022-05-12T20:10:00Z" continuity_error_count="0" packet_count="73579">#012 <Gap start="2022-05-12T20:10:00Z" end="2022-05-12T20:10:19Z" duration="19" />#012</RecordingQuality><br>May 15 22:00:00 rpi4-mythtv mythbackend: mythbackend[974]: I HDHRStreamHandler tv_rec.cpp:841 (FinishedRecording) TVRec[1]: FinishedRecording(11701_2022-05-16T01:00:00Z) damaged recq:#012<RecordingQuality overall_score="0.9" key="11701_2022-05-16T01:00:00Z" continuity_error_count="9387" packet_count="23833584" /><br>May 15 23:00:00 rpi4-mythtv mythbackend: mythbackend[974]: I TVRecEvent tv_rec.cpp:841 (FinishedRecording) TVRec[1]: FinishedRecording(11701_2022-05-16T02:00:00Z) damaged recq:#012<RecordingQuality overall_score="0.9" key="11701_2022-05-16T02:00:00Z" continuity_error_count="4954" packet_count="25284058" /><br>May 16 22:00:00 rpi4-mythtv mythbackend: mythbackend[6529]: I HDHRStreamHandler tv_rec.cpp:841 (FinishedRecording) TVRec[1]: FinishedRecording(11701_2022-05-17T01:00:00Z) damaged recq:#012<RecordingQuality overall_score="0.9" key="11701_2022-05-17T01:00:00Z" continuity_error_count="9826" packet_count="24994436" /><br>pi@rpi4-mythtv:~ $ grep -a "continuity_error_count=\"[1-9]" /var/log/mythtv/mythbackend.log<br>May 15 22:00:00 rpi4-mythtv mythbackend: mythbackend[974]: I HDHRStreamHandler tv_rec.cpp:841 (FinishedRecording) TVRec[1]: FinishedRecording(11701_2022-05-16T01:00:00Z) damaged recq:#012<RecordingQuality overall_score="0.9" key="11701_2022-05-16T01:00:00Z" continuity_error_count="9387" packet_count="23833584" /><br>May 15 23:00:00 rpi4-mythtv mythbackend: mythbackend[974]: I TVRecEvent tv_rec.cpp:841 (FinishedRecording) TVRec[1]: FinishedRecording(11701_2022-05-16T02:00:00Z) damaged recq:#012<RecordingQuality overall_score="0.9" key="11701_2022-05-16T02:00:00Z" continuity_error_count="4954" packet_count="25284058" /><br>May 16 22:00:00 rpi4-mythtv mythbackend: mythbackend[6529]: I HDHRStreamHandler tv_rec.cpp:841 (FinishedRecording) TVRec[1]: FinishedRecording(11701_2022-05-17T01:00:00Z) damaged recq:#012<RecordingQuality overall_score="0.9" key="11701_2022-05-17T01:00:00Z" continuity_error_count="9826" packet_count="24994436" /><br>May 16 23:00:00 rpi4-mythtv mythbackend: mythbackend[6529]: I TVRecEvent tv_rec.cpp:841 (FinishedRecording) TVRec[1]: FinishedRecording(11701_2022-05-17T02:00:00Z) good recq:#012<RecordingQuality overall_score="1" key="11701_2022-05-17T02:00:00Z" continuity_error_count="257" packet_count="25125088" /><br></div><div><br></div><div>Jim A</div><div><br></div></div></div>