View unanswered posts Memberlist Search FAQ Register

Barr Aquatic Systems Forum Index / Linux / Changing my Mythtv box from Dish to Directv:
Page 1 of 1
Reply to topic
PostPost subject: Changing my Mythtv box from Dish to Directv: Reply with quote
Brent

Owner

Joined: 31 Dec 1969
Posts: 631
Location: Spokane, WA

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:
Code:
mythfilldatabase




Last edited by Brent on Mon Mar 15, 2010 8:20 pm; edited 3 times in total
View user's profile Send private message
PostPost subject: Reply with quote
Brent

Owner

Joined: 31 Dec 1969
Posts: 631
Location: Spokane, WA

Posted: Mon Mar 15, 2010 8:11 pm
While that is going on, work on changing over your lirc stuff to work with directv. Edit the /etc/lirc.conf as per the attached file.

This is what worked for me on my D12-100 box, which is the one that feeds in to the Myth system. I did not actually try it on the HD21 box.

Borrowed from here: http://lirc.sourceforge.net/remotes/directv/H23

View user's profile Send private message
Page 1 of 1
Reply to topic
Barr Aquatic Systems Forum Index


Jump to:    

FAQ
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
Log inRegister


This site run by php BB
All times are GMT - 7 Hours
Theme subMerged for phpBB by redhair