Hi all,<br><br>first of all - great idea!<br><br>a few issues i've stumbled upon:<br>
<ol>
  <li>4 letter extensions: sync.pl does not detect video files with the
extension &quot;.mpeg&quot; (well, and removes existing ones from the DB). I know
nothing of perl, but when I had a look at the code, it does seem to
assume all files have a 3-letter extension. I just renamed all my .mpeg
files to .mpg. it doesn't really matter...</li>
  <li>
    <blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">Can't locate Cache/FileCache.pm</blockquote>
<div>when running vidupdate.pl<br>
just for any other newbies out there... I solved this by installing
libcache-cache-perl (in debian, run &quot;apt-get install
libcache-cache-perl&quot;)<br>
</div></li>
  <li>
    <blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">Use of uninitialized value in pattern match (m//) at Mythtv/TVTome.pm line 217, &lt;STDIN&gt; line 18.
</blockquote>
<div>Really dunno what this one wants. just popped up between 'searching for &quot;stargate sg-1&quot;' and the episode list</div></li>
</ol>
Thats all for now...<br>
Nadav :)<br>