<br><br><div><span class="gmail_quote">On 10/25/07, <b class="gmail_sendername">Anthony Giggins</b> &lt;<a href="mailto:seven@seven.dorksville.net">seven@seven.dorksville.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;Peter Schachte wrote:<br>&gt;I haven&#39;t used this myself, but seems like a nicer solution.&nbsp;&nbsp;The only<br>&gt;trouble<br>&gt;with it is you need to run it, or set up a cron job to do so periodically.<br>&gt;But<br>&gt;then it probably wouldn&#39;t be there when a DVD rip is completed, and
<br>&gt;wouldn&#39;t allow you to choose when there are multiple IMDB matches for a<br>&gt;video name.<br>&gt;<br>&gt;If most of your videos come from ripping DVDs, MythVideo could solve the<br>&gt;problem itself.&nbsp;&nbsp;When MythVideo has started a rip, it could ask the user to
<br>&gt;verify the movie title (initial guess derived from the disk name), do the<br>&gt;IMDB lookup and ask the user to choose the right match if there is more<br>&gt;than one, ask for the parental level, and insert the metadata in the
<br>&gt;database when the rip succeeds.&nbsp;&nbsp;It would only take a few extra seconds to<br>&gt;put in the data at ripping time, and then the metadata would be there when<br>&gt;you enter MythVideo; no need to go to the video manager.
<br><br><br>I run mine in a cron with the following command<br><br>/home/mythtv/imdbupdater/imdb-bulk-update.pl -N -Fileup -Exclude<br><br>I found that pretty much every time there were multiple search results that<br>the 1st option was the correct one so Ryan amended the script several
<br>versions ago to by default select the 1st result but this can be overridden<br>if required.<br><br>Cheers<br><br>Anthony<br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>I dont use video manager update anymore. It does not set a videocategory.&nbsp; I have a cron job executing a script that downloads video podcasts and puts them into specific directories and then updates the videometadata afterwards with a coverfile and description.&nbsp; Videos are then sorted through with MythVideo&#39;s filters using the videocategory entry in the database.&nbsp; If I need a new directory, I just specifiy it as &quot;local&quot; in 
bpvid.conf.&nbsp; If I add or delete manually any video in any dir and execute the script with &quot;refresh&quot; arg, it searches each dirs and deletes videometadata info for files no longer in the dir, and adds a generic videometadata for files that are found in the directory.&nbsp; It is somewhere in this list.&nbsp;&nbsp; Search for 
bashpoddervid.shell.&nbsp; Perhaps it can be edited for your specific needs.&nbsp; Just be wary though as it will delete any videos or dirs that are not specified in the bpvid.conf file.&nbsp;&nbsp; <br><br>