<div class="gmail_quote">On Sat, Aug 4, 2012 at 8:15 AM, Tim Raphael <span dir="ltr">&lt;<a href="mailto:raphael.timothy@gmail.com" target="_blank">raphael.timothy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am yet to see the metadata inserting itself in mythvideo without me<br>
pressing the &#39;w&#39; key. Once I have used a standard file format the<br>
metadata is not loading.<br></blockquote><div><br>I have not been able to figure out just what triggers a metadata lookup.  There&#39;s a checkbox in the frontend for doing a lookup immediately following a video scan but that doesn&#39;t seem to work.  I also can&#39;t figure out how to force it to happen.  If I run ttvdb.py manually, it just outputs everything to stdout without sticking anything in the database.<br>
<br>One problem that I see is with the &quot;Processed&quot; flag in the videometadata database table.  Someone replied to one of my earlier messages and said that if the Processed flag is set to 1 then the metadata lookup isn&#39;t attempted again.  In my case, it looks like Processed is getting set to 1 even when metadata lookup fails.  So that could keep it from retrying.  You can reset that flag to 0 with an SQL statement and see if it makes any difference.<br>
<br>UPDATE videometadata SET Processed=0 WHERE Title = &#39;title of your series&#39;<br><br></div></div>-- <br>Chris<br>