<br><div class="gmail_quote">2008/5/4 nick &lt;<a href="mailto:boexli@gmx.net">boexli@gmx.net</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for the help. But I still get some error messages.<br>
--------------------------------------------------------------------------<br>
nick@boexli:~$ sudo ./mythic.pl channels.conf<br>
[sudo] password for nick:<br>
Can&#39;t locate <a href="http://enum.pm" target="_blank">enum.pm</a> in @INC (@INC<br>
contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .)<br>
at ./mythic.pl line 7.<br>
BEGIN failed--compilation aborted at ./mythic.pl line 7.<br>
<font color="#888888">nick@boexli:~$<br>
----------------------------------------------------------------------------------------<br>
</font></blockquote></div><br>Finally got around to looking at this myself. You&#39;ll need to install an additional Perl module;<br><br>$ sudo perl -MCPAN -e shell<br>cpan[1]&gt; install enum<br><br>Then edit line 45 of mythic.pl, changing the db password (param 3) to match that in ~mythtv/.mythtv/mysql.txt, before doing;<br>
<br>$ perl mythic.pl channels.conf<br><br>Can&#39;t say as it made any difference to me, though - for &quot;BBC ONE&quot;. My frequency in the database is 810000000, in the channels.conf it is 698167000. So I edited the frequencies manually :)<br>