<!DOCTYPE html><html><head><style type="text/css">body { font-family:'DejaVu Sans Mono'; font-size:12px}</style></head><body><div>On Thu, 20 Aug 2015 02:40:29 +0100, Joey Morris <rjmorris.list@zoho.com> wrote:<br><br>><br>> Does anyone have thoughts about why Myth is recording these episodes <br>> twice or<br>> advice for further troubleshooting?<br>><br><br>Firstly I'd check the backend log to confirm there's no database errors (crashed tables).<br><br>Then you can check the scheduler's intentions:<br><br>mythbackend --printsched <br><br><a href="https://www.mythtv.org/wiki/Mythbackend#Interpreting_--printsched_Output">https://www.mythtv.org/wiki/Mythbackend#Interpreting_--printsched_Output</a><br></div><div><br></div><div>And correlate it to the database</div><div><br></div><div>using either SQL</div><div><br></div><div>SELECT * FROM oldrecorded WHERE title LIKE "%Mayberry%";</div><div><div>SELECT * FROM recorded WHERE title LIKE "%Mayberry%";</div><div><br></div><div>or interactively via Adminer <a href="http://www.adminer.org">http://www.adminer.org</a></div></div><div><br></div><div><div><a href="https://www.mythtv.org/wiki/Oldrecorded_table">https://www.mythtv.org/wiki/Oldrecorded_table</a></div><div><a href="https://www.mythtv.org/wiki/Recorded_table">https://www.mythtv.org/wiki/Recorded_table</a></div><div><br></div><div>That might explain what's going on.</div><div><br></div><div>A Myth version might be useful too.</div></div></body></html>