Kodi Community Forum
LinksBoks (Links2Browser Web-Browser) integration into XBMC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: LinksBoks (Links2Browser Web-Browser) integration into XBMC (/showthread.php?tid=11640)



- Asteron - 2007-04-27

It still has its own branch.


- Jezz_X - 2007-04-27

No they did not ther put it in the main svn in a branch

Main SVN = https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk/XBMC
Links SVN = https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linksbrowser


- gronne - 2007-04-27

Ahhhh, I did get it all wrong then... So heroin DOES have side-effects after all... damn...

Let's hope they're merged soon though.


- MacGyver - 2007-04-28

Ok, the wiki doesn't have alot of things dealing with links in it.
So what are the commands the web browser can deal with from keymap.xml

<keyboard>
<g>XBMC.WebBrowserControl(GotoURL)</g>
<comma>XBMC.WebBrowserControl(back)</comma>
<period>XBMC.WebBrowserControl(forward)</period>
<r>XBMC.WebBrowserControl(reload)</r>
<s>XBMC.WebBrowserControl(stop)</s>
<o>XBMC.ActivateWindow(2801)</o> <!-- OSD -->
<b>XBMC.ActivateWindow(2803)</b> <!-- Bookmarks -->
<h>XBMC.ActivateWindow(2804)</h> <!-- History -->
<tab>WebPageInfo</tab> <!-- Statusbar -->
<pageup>PageUp</pageup>
<pagedown>PageDown</pagedown>
<space>Select</space>
</keyboard>

is great, but the pageup/down doesn't work, can someone post a FULL list off commands the webbrowser can deal with, so I can expand support for my keyboard, remote, gamepad, and universalremote.

Great work on the browser. I just wish the mouse on my (SolidTek) Adesso IR Wireless USB Keyboard with Trackball worked under XBMC. (I just thought I'd warn those out there who the saw this for $59, and wondered if it would work)


- KingJames - 2007-04-28

I would like to browse Xbmc for saved webpages just like you would with media files then when u click on the saved pages linksboks would open up, i guess that would mean adding a button on the Home Screen. Most likely a usermade button. Would like to know if its possible to do.


Do i have to compile a whole build? - SokinSan - 2007-04-29

GREAT WORK!!!

Do i have to compile a private build to run Linksboks? Or can i just download Linksbox seperately? If so why compile a new build, if you can import it to your current installed one...

Maybe it's easier for people to download finished build via de official Ysbox of Linksbox wiki...So we can ftp it directly to our builds of xbmc...

Hope you can help...

Shocked


- KingJames - 2007-04-29

does anyone know what would cause links2xbmc to freeze after clicking the webroser button, i know its not a compiling issue, i think maybe my wireless linksys router could be causing the issue but i dont know what to look for


bookmarks - Noodlez - 2007-04-29

I found using my firefox bookmarks.html works nice, however lots of sites have version of there page ment for scaled down browsers PDA's and what not, witch would be perfect for linksboks, By chance is there a good resource for finding links of that sort?


- ysbox - 2007-04-30

KingJames Wrote:does anyone know what would cause links2xbmc to freeze after clicking the webroser button, i know its not a compiling issue, i think maybe my wireless linksys router could be causing the issue but i dont know what to look for

Make sure you have the system\LinksBrowser and userdata\LinksBrowser folders with everything in them, then retry running XBMC with X+Y buttons pressed while launching, until you get the home screen. After the crash retrieve your xbmc.log and post its last lines.


- KingJames - 2007-04-30

22:32:48 M: 39854080 DEBUG: CApplication::OnMessage : Translating ActivateWindow(webbrowser)
22:32:48 M: 39854080 DEBUG: CApplication::OnMessage : To ActivateWindow(webbrowser)
22:32:48 M: 39854080 DEBUG: Activating window ID: 12800
22:32:48 M: 39854080 DEBUG: Checking if window ID 12800 is locked.
22:32:48 M: 40644608 DEBUG: FreeVisualisation() started
22:32:48 M: 40644608 DEBUG: FreeVisualisation() done
22:32:48 M: 40534016 DEBUG: kernel32.dll fake function DisableThreadLibraryCalls called
22:32:48 M: 40534016 DEBUG: msg: [=LinksBoks=] Starting Core
22:32:48 M: 40534016 DEBUG: msg: [=LinksBoks=] Registering protocols and custom options
22:32:48 M: 40534016 DEBUG: msg: [=LinksBoks=] Starting main engines NOW!
22:32:48 M: 40534016 DEBUG: CURL::CURL - Url has no protocol /etc/links.cfg, empty CURL created
22:32:48 M: 40534016 DEBUG: CURL::CURL - Url has no protocol /etc/.links.cfg, empty CURL created
22:32:48 M: 40534016 DEBUG: msvcrt.dll fake function dll_setmode() called
22:32:48 M: 40534016 INFO: Stating file Q:\userdata\LinksBrowser\bookmarks.html
22:32:48 M: 40521728 DEBUG: msg: [=LinksBoks=] Ok, Links' core is now operational!
22:32:48 M: 40501248 INFO: Loading skin file: WebBrowser.xml
22:32:48 M: 40456192 DEBUG: msg: [=LinksBoks=] Creating window
22:32:48 M: 38014976 DEBUG: msg: [=LinksBoks=] Window created successfully!
22:32:48 M: 38014976 DEBUG: msg: [=LinksBoks=] Registering protocols and custom options
22:32:48 M: 38014976 INFO: Loading skin file: WebBrowserOSD.xml
22:32:48 M: 37871616 INFO: Loading skin file: WebBrowserBookmarks.xml
22:32:48 M: 37842944 INFO: Loading skin file: WebBrowserHistory.xml
22:32:48 M: 37834752 INFO: Loading skin file: WebBrowserSettings.xml


- kimgitz - 2007-04-30

No T3CH Linksbok builds!


- HarshReality - 2007-04-30

Duh, its got its own branch just grab and build it.


- shizzle - 2007-04-30

how do i build itHuh


- Deff - 2007-04-30

shizzle Wrote:how do i build itHuh

Read.

This thread contains a direct link to a howto.


- weinerschnitzel - 2007-04-30

How often will this be re-synced?