With the BH image, the web-interface uses a picture of a Dreambox remote control, but here is a quick fix to get the web-interface to use an image of the VU+ remote control instead.
I've tested this on BH 1.4.3-B and it works perfectly.
The image of the remote control, and correct key mappings are already in place. All you need do is edit the file "tools.js" in directory:
/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/
On line 1137 and 1152,
change this:
to this:
This causes the Vu+ remote control image to be loaded instead of the dreambox remote control when you select "Webremote" in the web-interface.
All the key mappings work ok.
If you don't fancy editting, there is a copy of the new "tools.js" here:
Just download and copy to
/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/
You may need to clear your browser cache on your PC if it doesn't display the Vu+ remote control first time.
Regards,
sonc
I've tested this on BH 1.4.3-B and it works perfectly.
The image of the remote control, and correct key mappings are already in place. All you need do is edit the file "tools.js" in directory:
/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/
On line 1137 and 1152,
change this:
Code:
if(boxtype == "dm8000"){
Code:
if(boxtype == "dm500hd"){
All the key mappings work ok.
If you don't fancy editting, there is a copy of the new "tools.js" here:
Code:
http://www.multiupload.com/JATCJ471N8
/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/
You may need to clear your browser cache on your PC if it doesn't display the Vu+ remote control first time.
Regards,
sonc