![]() | 2 dreamboxes, 1 motorHi, I have recently installed a motorised sat system and have 2 ... | |
![]() | Home | Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read | Links | ![]() |
![]() | | #1 | ![]() |
![]() | | #2 | ![]() |
![]() | | #3 | ![]() |
![]() | | #4 | ![]() |
| Moderator Join Date: May 2008 Posts: 2,307 Thanks: 177
Thanked 424 Times in 344 Posts
Downloads: 80 Uploads: 67 ![]() ![]() | this should work if unpluged the living room box off at the mains before bed and pluged the bedroom box in at night with the same config and settings
__________________ dm800-s=dm7025-sc=openmedia-sc=1.1 m triax dish=titanium twin lnb ![]() DIGITAL KAOS best site on the net |
| | |
![]() | | #5 | ![]() |
![]() | | #6 | ![]() |
![]() | | #7 | ![]() |
| Member | Sucess!!! Posting an update to say that I've installed the flexmenu plugin on my secondary 500 and modified shellexec.conf menu to point to a new script in var/bin which changes channel on my primary box to match that of my secondary box. Bear in mind that this sort of plugin is only useful whn noone is watching the primary box as they might be quite annoyed by you changing the channel they were watching... especially the wife!!! Here is my patched together code to get the current channel of the secondary box and change the primary channel via the web interface. Note: I had to disable http authentication on my primary box as I have no idea how to get wget to log in with a username and password. Code: Check this link #!/bin/sh # get the current steam info (i.e. channel) from local box wget -O /var/tmp/steaminfo.html http://192.168.123.157/xml/streaminfo # extract the channel reference from steam info VAR=`sed -n '/reference/ p' /var/tmp/steaminfo.html | sed s/.\<reference\>// | sed s/.\<.reference\>//` echo $VAR MYVAR1="http://192.168.123.7/cgi-bin/zapTo?path=" MYVAR2="&curBouquet=0&curChannel=" # change channel on primary box connected to motor to match that of local box wget -O /var/tmp/changechannel.txt $MYVAR1$VAR$MYVAR2 |
| | |
| The Following User Says Thank You to hotbaws11 For This Useful Post: | .: JaCkPoT :. (30th June, 2009) |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing 2 dreamboxes | horsegun | Cable Dreambox | 9 | 26th September, 2009 11:04 AM |
| Youtubeplayer for ALL dreamboxes with enigma1 images. | alunfennell | Sat Dreambox | 0 | 29th April, 2009 09:33 PM |
| Cheap dreamboxes are they genuine | zaf786 | Cable Dreambox | 16 | 31st March, 2009 12:24 PM |
| Multiroom Dreamboxes? Is it possible | thevman2k3 | Sat Dreambox | 1 | 24th March, 2009 02:19 PM |
| what do the dreamboxes do | tamgunner | Sat Dreambox | 4 | 16th February, 2009 02:13 PM |
![]() | ![]() |