<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jan 16, 2013 at 11:54 AM, Jim Stichnoth <span dir="ltr">&lt;<a href="mailto:stichnot@gmail.com" target="_blank">stichnot@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">On Tue, Jan 15, 2013 at 6:51 PM, Larry T &lt;<a href="mailto:larryt@gmail.com">larryt@gmail.com</a>&gt; wrote:<br>

&gt;<br>
&gt;<br>
&gt; On Tue, Jan 15, 2013 at 5:18 PM, Jim Stichnoth &lt;<a href="mailto:stichnot@gmail.com">stichnot@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Jan 15, 2013 at 2:02 PM, Bob Cottingham &lt;<a href="mailto:bobnvic@gmail.com">bobnvic@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; I&#39;d be happy to provide a sample if Larry doesn&#39;t post it first.  What<br>
&gt;&gt; &gt; would<br>
&gt;&gt; &gt; be a good way to trim the video to ~30s and preserve any timing details<br>
&gt;&gt; &gt; you<br>
&gt;&gt; &gt; may need?<br>
&gt;&gt;<br>
&gt;&gt; I would do this just by manually scheduling a 1-minute recording.<br>
&gt;&gt; Then verify the 5m19s duration display issue.  It doesn&#39;t matter how<br>
&gt;&gt; long the recording actually is, as long as it&#39;s at least 30 seconds<br>
&gt;&gt; (otherwise it&#39;s hard to play around with), and small enough to easily<br>
&gt;&gt; host or email.<br>
&gt;&gt;<br>
&gt;&gt; It&#39;s possible that it would also be useful to have the seek table for<br>
&gt;&gt; the recording - execute the mysql query &quot;select * from recordedseek<br>
&gt;&gt; where chanid=&lt;mychanid&gt; and starttime=&lt;mystarttime&gt;;&quot;, substituting<br>
&gt;&gt; the proper values for &lt;mychanid&gt; and &lt;mystarttime&gt;.<br>
&gt;&gt;<br>
&gt;&gt; Jim<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; mythtv-users mailing list<br>
&gt;&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt;&gt; <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
&gt;<br>
&gt;<br>
&gt; Jim,<br>
&gt;<br>
&gt; I am going to send you 3 Dropbox links off list. One is a 1 minute video<br>
&gt; from a channel that consistently produces this problem (Cartoon Network).<br>
&gt; One is a 15 minute full show from that channel (confirmed to display 5:19)<br>
&gt; and one is what I think is the proper database query result stored in a text<br>
&gt; file. Happy to do anything else if you want anything more or if I blew it on<br>
&gt; the query.<br>
<br>
</div></div>Larry,<br>
<br>
Thanks for uploading the samples.  On my system, for both Master and<br>
v0.26.0-81-g91e9315, both samples play fine, show the correct position<br>
and duration, and seeking works fine. This is when importing them into<br>
Video Library, and under three separate themes - Blue Abstract,<br>
Mythbuntu, and Steppes, and with or without &quot;mythcommflag --rebuild&quot;.<br>
<br>
A few more questions and things to try, focusing on the 15-minute sample.<br>
<br>
1. What theme are you using?<br>
<br>
2. What happens if you drop the .mpg file into your Videos storage<br>
group, do a Video Library rescan, and play it back there?<br>
<br>
3. What does the recordedmarkup table have for this recording?<br>
&quot;select * from recordedmarkup where chanid=&lt;mychanid&gt; and<br>
starttime=&lt;mystarttime&gt;;&quot;<br>
<div class=""><div class="h5"><br>
Jim<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br><div>1. Mythbuntu<br></div>2. I will determine this answer shortly when I return home from work.<br>3. <br>mysql&gt; select * from recordedmarkup where chanid=1036 and starttime=&#39;2013-01-14 05:00:00&#39;;<br>
+--------+---------------------+------+------+---------+<br>| chanid | starttime           | mark | type | data    |<br>+--------+---------------------+------+------+---------+<br>|   1036 | 2013-01-14 05:00:00 |    0 |   -3 |    NULL |<br>
|   1036 | 2013-01-14 05:00:00 |    0 |   11 |    NULL |<br>|   1036 | 2013-01-14 05:00:00 | 6224 |   11 |    NULL |<br>|   1036 | 2013-01-14 05:00:00 | 6210 |   14 | 1000000 |<br>|   1036 | 2013-01-14 05:00:00 |    0 |   30 |     480 |<br>
|   1036 | 2013-01-14 05:00:00 | 5819 |   30 |    3819 |<br>|   1036 | 2013-01-14 05:00:00 | 6210 |   30 |    3719 |<br>|   1036 | 2013-01-14 05:00:00 | 6224 |   30 |     480 |<br>|   1036 | 2013-01-14 05:00:00 |    0 |   31 |     480 |<br>
|   1036 | 2013-01-14 05:00:00 | 5819 |   31 |    2242 |<br>|   1036 | 2013-01-14 05:00:00 | 6210 |   31 |     896 |<br>|   1036 | 2013-01-14 05:00:00 | 6224 |   31 |     480 |<br>|   1036 | 2013-01-14 05:00:00 |    0 |   32 |   29970 |<br>
|   1036 | 2013-01-14 05:00:00 | 6210 |   32 |   25000 |<br>|   1036 | 2013-01-14 05:00:00 | 6224 |   32 |   29970 |<br>|   1036 | 2013-01-14 05:00:00 |    0 |   33 |  319496 |<br>+--------+---------------------+------+------+---------+<br>
16 rows in set (0.00 sec)<br><br></div></div>