Hi again, I wasn't really sure how to use the script but I tried following: <br>
<br>
[code]<br>
./zap2myth.pl -x DVB.xmltv channels.conf &gt;channels.sql<br>
mysql -p &lt;channels.sql<br>
[/code]<br>
<br>
I think that messed up mythtv Database totally cause now I can't even run mythbackend because of error:<br>
[code]<br>
mythtv@mythtv:~/.mythtv$ mythbackend<br>
2005-10-25 17:54:33.498 New DB connection, total: 1<br>
Starting up as the master server.<br>
2005-10-25 17:54:33.511 New DB connection, total: 2<br>
2005-10-25 17:54:33.516 DVB#0 DVB SI Table Parser Started<br>
2005-10-25 17:54:35.098 DVB#0 Using DVB card 0, with frontend Philips TDA10021 DVB-C.<br>
2005-10-25 17:54:35.099 DVB#0 CA: CI handler successfully initialized!<br>
2005-10-25 17:54:35.099 DVB#0 ERROR - Unable to find channel in database.<br>
2005-10-25 17:54:35.100 DVB#0 ERROR - Failed to get channel options for channel 3.<br>
2005-10-25 17:54:35.101 DVB#0 CA: CI handler thread running<br>
2005-10-25 17:54:35.108 New DB scheduler connection<br>
2005-10-25 17:54:35.118 mythbackend version: 0.18.1.20050510-1 <a href="http://www.mythtv.org">www.mythtv.org</a><br>
2005-10-25 17:54:35.119 Enabled verbose msgs : important general<br>
QServerSocket: failed to bind or listen to the socket<br>
Failed to bind port: 6543<br>
mythtv@mythtv:~/.mythtv$<br>
[/code]<br>
<br>
Maybe you could tell how should I have used that script?<br>