PDA

View Full Version : [Diff] Webbrowser within Neutrino



pt-1
25-11-2008, 04:19 PM
Diff can be found here: -> HERE <- (http://tuxbox-upload.wittnet.de/index.php?action=downloadfile&filename=links.diff&directory=Diffs)
Original Discussion here: -> HERE <- (http://tuxbox-forum.dreambox-fan.de/forum/viewtopic.php?f=27&p=362263#p362263)
In order to start the Browser Plugin create the following file within /var/tuxbox/plugins/links.cfg

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!!)

#!/bin/sh
links -g To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. To 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


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!!)

#!/bin/sh
kb2rcd
links -g To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. 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 -> here <- (http://tuxbox-forum.dreambox-fan.de/forum/viewtopic.php?f=11&t=48043#p358877)