Dreambox / Inetbox300S - in MythTV
Outdated ..... but still usefull :-)

Well - since I live far out in the country - I wanted to get more than the 2 channels I had on the roof, so I needed to find a way to get my sateliteDish into MythTV - And well here's how I did. But First of all - thanks to the MythTV IRC for pointing me in the rigth direction. Started out with getting something strange to use as reciever - and stumled over this reciever from TV-Radio Shoppen, which is a great place for satelite stuff here in Denmark, and found this one.

inetbox

This machine runs with a digital tuner, AC3 sound and runs Busy Box = Linux! Well I installed Gemini Project 400 on it - and the reciver runs good. I got the RGB output connected to the PVR500 And hooked it up on the net. For making this possible, we need the network to "control" the Inetbox through it's own interface upon Apache. Since no one is the same - such as Dreambox/iInetbox - you should check this one your own machine. Find your own code's on this page:

remote.png

Rigthclick on the screen - chose "View source" and you'll find something like this:


Power
1
2
3
4
5
6
7
8
9
previous
0
next
volume up
mute
bouquet up
volume down
lame
bouquet down
info
up
dream
left
OK
right
audio
down
video
red
green
yellow
blue
tv
radio
text
help


These are the codes we're needing. We'll send a "wget" command when changing the channels on the external tuner. So Started out with making a directory for all the scripts, and the garbage from the "wget" command:

$ mkdir -p /scripts/garbage