Posted: Mon Mar 15, 2010 8:06 pm
Go to schedulesdirect and change your channel lineup to Directv.
Then backup the mythtv database: http://www.mythtv.org/docs/mythtv-HOWTO-23.html#ss23.5
| Code: |
echo "DBBackupDirectory=/myth/download/mythbackup" > \
/home/mythtv/.mythtv/backuprc
/usr/share/mythtv/mythconverg_backup.pl |
Then wipe out all the existing channel data:
| Code: |
mysql -p
use mythconverg;
DELETE channel,program FROM channel NATURAL LEFT JOIN program WHERE channum BETWEEN 0 AND 99999;quit; |
Go in to mythtvsetup and go to the video sources section, and select the schedulesdirect setup, and tell it to re-download.
Go to the input connections selection, select your input channel, and have it re-download the channel listings.
Then re-download the new data:
Last edited by Brent on Mon Mar 15, 2010 8:20 pm; edited 3 times in total |