<div dir="ltr">On Sun, Sep 22, 2013 at 2:23 PM, Ian Evans <span dir="ltr"><<a href="mailto:dheianevans@gmail.com" target="_blank">dheianevans@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">
<div class="im">On Sun, Sep 22, 2013 at 9:41 AM, Jim Stichnoth <span dir="ltr"><<a href="mailto:stichnot@gmail.com" target="_blank">stichnot@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Try copying the file from that 3-minute sample, or from the original recording, into your Video Gallery directory, then do a rescan from the Video Gallery, and see if the file plays correctly. If it does, this suggests incorrect markup for the recording. "mythutil --clearseektable --chanid xxx --starttime yyy" doesn't currently clear this particularly markup, so to continue testing, one would need to directly execute a DB query to clear the extra markup.<br>
</div></blockquote></div><div class="im"><div><br></div></div><div>I copied it over to Mythvideo and was able to seek/fast forward.<br></div><div><br></div></div></div></div></blockquote><div>OK, sounds like extra markup is getting in your way then. If you're comfortable with using raw mysql commands, try this:</div>
<div><br></div><div> select * from recordedmarkup where chanid=xxx and starttime=yyy and type>=33;</div><div><br></div><div>I'm interested in what shows up in the "data" column. I'm guessing there are some zeros or otherwise small numbers. (type=33 gives the length in milliseconds, type=34 gives the total frame count)</div>
<div><br></div><div>Finally, if you're extra comfortable with raw mysql commands:</div><div><br></div><div> delete from recordedmarkup where chanid=xxx and starttime=yyy and type>=33;</div><div><br></div><div>Unfortunately, there's no way that I know of to do the latter with standard MythTV commands. I'm pondering whether "mythutil --clearseektable" should be doing that as well.</div>
<div><br></div><div>Jim</div></div></div></div>