Can someone send me an export from their MySQL database who has Freeview Satellite configured? Preferably someone who hasn't tinkered with it too much. I'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. I'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 > /home/<i>homefolder</i>/dump.sql<br><br>remember to change out the username, password and homefolder for the correct values. You will find the correct login details in /etc/mythtv/mysql.txt if you're not sure.<br>
<br><br>