<br><br><div class="gmail_quote">On Tue, May 6, 2008 at 4:28 AM, Anthony Giggins &lt;<a href="mailto:seven@seven.dorksville.net">seven@seven.dorksville.net</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
&gt; I didn&#39;t know that script would fix the paths in the database for local<br>
moves. Thanks. However, it caused a new problem. It created duplicate<br>
entries &gt; for all files the have the .divx extension. Has anybody seen this?<br>
Is it a bug in the script?<br>
&gt;<br>
<br>
</div>Hmmmm No I&#39;m not seeing the same problems, you could try manually removing<br>
them from the database and then running the IMDB bulk updater script<br>
again.....<br>
<br>
I run this in a cron every hour or so which the following command line<br>
switches.<br>
<br>
<br>
imdb-bulk-update.pl -N -Fileup -Exclude<br>
<div><div></div><div class="Wj3C7c"><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" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>For future reference, with the help of the script author I was able to figure out what was causing the duplicates. Under Video Settings--&gt;General Settings there is an option for &quot;Show Unknown File Types&quot;. When this is enabled the video manager will add videos even if their file type isn&#39;t defined in Video Settings--&gt;File Types. Then for some reason the imdb-bulk-update script is confused by these files that are in the database but don&#39;t have a defined file type and it ends up adding two entries for them. There are several fixes: 1) Add the undefined file types in Video Settings--&gt;File Types 2) Don&#39;t use both video manager and the imdb-bulk-update.pl script 3) Disable the &quot;Show Unknown File Types&quot; option 4) Wait and maybe the issue will be resolved in a updated version of imdb-bulk-update.<br>