<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">

... still no Eye-Of-Sauron ;)<br></div><div class="im">
Hmmm... so it&#39;s not a theme problem. I wonder why it&#39;s never automatically marked as watched though. It used to be that you would only have to watch a few seconds of the programme for it to be considered &quot;watched&quot;. Has the criterion changed? <br>


</div></blockquote><div class="im">
Ok, so I&#39;ve looked into this a bit ~<br>
<br>
kingsley@mediabox:~$ mysql -u mythtv -D mythconverg -p<br>
Enter password:<br>
...<br>
<br>
mysql&gt;select title from videometadata where watched != 0;<br></div><div class="im">
Empty set (0.00 sec)<br>
<br>
So it looks like I have the wrong table, or something screwy is going on?!<br>
<br>
<br></div><div class="im">
You want the recorded table, not videometadata.<br>
<br>
<a href="http://www.mythtv.org/wiki/Recorded_table" target="_blank">http://www.mythtv.org/wiki/<u></u>Recorded_table</a><br>
</div></blockquote></blockquote>
<br>
Ok, now I see the one I marked as watched manually:<br>
<br>
mysql&gt; select title from recorded where watched != 0;<br>
+----------------+<br>
| title          |<br>
+----------------+<br>
| Gourmet Farmer |<br>
+----------------+<div class="im"><br>
1 row in set (0.00 sec)<br>
<br>
<br></div><div class="im">
On 15/09/12 07:48, Joseph Fry wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I believe you need to be in the last 15% or so of the recording<br>
</blockquote>
<br></div>
I&#39;ll try letting something run all the way through, and see what happens.<br>
I do record some extra at the end of a programme (because the EIT data is a bit rubbish), maybe this is the problem.<br>
<br>
Is this 15% configurable?   25% would be a better choice for us, maybe even 50%.<br></blockquote><div><br></div><div>I am not exactly sure if it&#39;s a percentage, or a fixed amount... but I believe it&#39;s close to that.  I don&#39;t actually use the feature.</div>

<div><br></div><div>You shouldn&#39;t have to let it play trough to the end... just skip to the last minute or two before stopping playback.</div><div><br></div><div>Please note, my information is all from things I am recalling from memory from past discussions (probably years ago) and experience with this feature when I tested it a year or so ago... I may be wrong, or out of date.</div>

</div>