Diff can be found here: Hidden Content
Original Discussion here: Hidden Content
In order to start the Browser Plugin create the following file within /var/tuxbox/plugins/links.cfg
Code:
type=3
name=Web Browser
desc=Starts the links Web Browser
needfb=1
needrc=1
needvtxtpid=0
needoffsets=0
/var/tuxbox/plugins/links.sh (Hyperlink in below example can be changed!!)
Code:
#!/bin/sh
links -g Hidden Content be able to use the "browser" without the Dbox IR Keyboard the following was added:
With Arrow_up / Arrow_down the links can be selected
With Arrow_right you follow the link.
With Arrow_left you go one page back.
/var/tuxbox/config/kb2rcd.conf
Code:
MOUSECNT=0
MINMOUSE=1
MAXMOUSE=80
DELAY=10
SMARTDELY=10
INVERSE=0
WEBPORT=80
WEBUSER=
WEBPASS=
KEY_HOME=KEY_Q;
KEY_OK=KEY_ENTER;
KEY_VOLUMEUP=KEY_PAGEUP;
KEY_VOLUMEDOWN=KEY_PAGEDOWN;
/var/tuxbox/plugins/links.sh (Hyperlink in below example can be changed!!)
Code:
#!/bin/sh
kb2rcd
links -g Hidden Content killall kb2rcd
With HOME you can close the Browser and the Volume + / - Buttons enable scrolling within the Page.
OPEN ISSUES:
Once the Browser is ended Neutrino remembers all buttons pressed by the User whilst browsing and then "processes" them after each other in the order pressed. (may be already fixed in above link!!!)
The 32MB Ram of the Dbox can be full quite quick but the cache can be configured.
A Pre-Compiled Version of this Plugin as a yInstaller but only in TXT Mode can be downloaded Hidden Content