<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">

<div class="im">
Yep, thanks!<br>
<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">
... still no Eye-Of-Sauron ;)<br>
</blockquote>
Four tests in Watch Recordings:<br>
</blockquote>
<br></div><div class="im">
Hmmm... so it&#39;s not a theme problem.<br>
I wonder why it&#39;s never automatically marked as watched though.<br>
<br>
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>
<br>
</div></blockquote>
<br>
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>
mysql&gt; select title from videometadata where watched != 0;<br>
Empty set (0.01 sec)<br>
<br>
mysql&gt;select count(*) from videometadata;<br>
+----------+<br>
| count(*) |<br>
+----------+<br>
|     7734 |<br>
+----------+<br>
1 row in set (0.00 sec)<br>
<br>
So nothing is being marked as watched automatically.<br>
But even when I set something manually to be watched -<br>
<br>
mysql&gt;select title from videometadata where watched != 0;<br>
Empty set (0.00 sec)<br>
<br>
So it looks like I have the wrong table, or something screwy is going on?!<br>
<br>
any suggestions ?<br>
<br>
ta,<div class="HOEnZb"><div class="h5"><br>
-kt<br></div></div></blockquote><div><br></div><div>I believe you need to be watching the last few minutes of the program for it to be marked watched automatically... I believe you need to be in the last 15% or so of the recording when you stop playback for it to be marked watched.</div>

</div>