<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Aug 19, 2015, at 9:40 PM, Joey Morris <<a href="mailto:rjmorris.list@zoho.com" class="">rjmorris.list@zoho.com</a>> wrote:<div class=""><br class=""><div><blockquote type="cite" class="">Does anyone have thoughts about why Myth is recording these episodes twice or<br class=""><div class=""><span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">advice for further troubleshooting?</span></div></blockquote></div><br class=""><div class="">It could be myth is marking the episodes as damaged which I believe earns them an automatic rerecord. You can check this by going into mysql and doing:</div><div class=""><br class=""></div><div class="">    select starttime, title, subtitle from recordedprogram</div><div class="">    where FIND_IN_SET('DAMAGED', videoprop)</div><div class="">    order by starttime;</div><div class=""><br class=""></div><div class="">I also get stuff that rerecords for no apparant reason but am too lazy to check the DB. Myth offers themes the ability to indicate damage but I don’t think any are using it. Or maybe they do, I only use Blue Abstract and it doesn’t. I keep meaning to tweak it one of these days but...</div><div class=""><br class=""></div><div class="">- George</div></div></body></html>