Can someone send me an export from their MySQL database who has Freeview Satellite configured?&nbsp; Preferably someone who hasn&#39;t tinkered with it too much.&nbsp;&nbsp; I&#39;ve written a script that will use the Freeview Satellite EPG data for the analogue channels but just need a bit more data to finish it off.&nbsp; I&#39;ll put the script in a nice GUI and make it available on <a href="http://mythkiwi.com">mythkiwi.com</a> when its done.<br>
<br>Type in the commandline, <br>mysqldump -u<i> username</i> -p <i>password</i> mythconverg &gt; /home/<i>homefolder</i>/dump.sql<br><br>remember to change out the username, password and homefolder for the correct values.&nbsp; You will find the correct login details in /etc/mythtv/mysql.txt if you&#39;re not sure.<br>
<br><br>