Home MythTV Download Scripts Projects Screenshots Links Contact


MythTV System Installing MythTV MythTV Setup MythTV Frontends Install DVB-S Inetbox 300s Extra functions Myth with NAS

Inetbox 300S - in MythTV

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

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

<map name="remotecontrol">
<area shape="circle" coords="129, 54, 10" href="javascript:key(116)" alt="Power">
<area shape="circle" coords="63, 123, 10" href="javascript:key(2)" alt="1">
<area shape="circle" coords="109, 123, 10" href="javascript:key(3)" alt="2">
<area shape="circle" coords="153, 123, 10" href="javascript:key(4)" alt="3">
<area shape="circle" coords="63, 148, 10" href="javascript:key(5)" alt="4">
<area shape="circle" coords="109, 148, 10" href="javascript:key(6)" alt="5">
<area shape="circle" coords="153, 148, 10" href="javascript:key(7)" alt="6">
<area shape="circle" coords="63, 173, 10" href="javascript:key(8)" alt="7">
<area shape="circle" coords="109, 173, 10" href="javascript:key(9)" alt="8">
<area shape="circle" coords="153, 173, 10" href="javascript:key(10)" alt="9">
<area shape="circle" coords="63, 197, 10" href="javascript:key(412)" alt="previous">
<area shape="circle" coords="109, 197, 10" href="javascript:key(11)" alt="0">
<area shape="circle" coords="153, 197, 10" href="javascript:key(407)" alt="next">
<area shape="circle" coords="54, 243, 15" href="javascript:key(115)" alt="volume up">
<area shape="circle" coords="107, 233, 10" href="javascript:key(113)" alt="mute">
<area shape="circle" coords="159, 243, 15" href="javascript:key(402)" alt="bouquet up">
<area shape="circle" coords="66, 274, 15" href="javascript:key(114)" alt="volume down">
<area shape="circle" coords="107, 258, 10" href="javascript:key(1)" alt="lame">
<area shape="circle" coords="147, 274, 15" href="javascript:key(403)" alt="bouquet down">
<area shape="circle" coords="48, 306, 10" href="javascript:key(358)" alt="info">
<area shape="circle" coords="106, 310, 15" href="javascript:key(103)" alt="up">
<area shape="circle" coords="167, 306, 10" href="javascript:key(141)" alt="dream">
<area shape="circle" coords="70, 343, 15" href="javascript:key(105)" alt="left">
<area shape="circle" coords="108, 340, 15" href="javascript:key(352)" alt="OK">
<area shape="circle" coords="146, 343, 15" href="javascript:key(106)" alt="right">
<area shape="circle" coords="53, 381, 10" href="javascript:key(392)" alt="audio">
<area shape="circle" coords="106, 374, 15" href="javascript:key(108)" alt="down">
<area shape="circle" coords="162, 381, 10" href="javascript:key(393)" alt="video">
<area shape="circle" coords="56, 421, 10" href="javascript:key(398)" alt="red">
<area shape="circle" coords="90, 422, 10" href="javascript:key(399)" alt="green">
<area shape="circle" coords="123, 422, 10" href="javascript:key(400)" alt="yellow">
<area shape="circle" coords="158, 421, 10" href="javascript:key(401)" alt="blue">
<area shape="circle" coords="61, 460, 10" href="javascript:key(385)" alt="tv">
<area shape="circle" coords="90, 461, 10" href="javascript:key(377)" alt="radio">
<area shape="circle" coords="123, 461, 10" href="javascript:key(66)" alt="text">
<area shape="circle" coords="153, 460, 10" href="javascript:key(138)" alt="help">
</map>

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

 

   
All written in these pages is made by Per Jørgensen.
Respect the original rigths on pages.
Creative Commons License
Denne værk er licensieret under en Creative Commons Navngivelse-Del på samme vilkår 2.5 Danmark Licens.