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)



- HarshReality - 2007-03-30

Currently you have to build your own (see first post in thread) as its sync'd with XBMC you will need the source files for a specific build and then add the links files and build. I really wish this would do a branch on XBMC SVN similar to the one Spiff did when he was working on the db dev. Would make it a world easier to get and build.


- mjsmyth - 2007-03-31

Thanks for the info. I guess I will wait a little longer as I have neither the tools nor the knowledge to create my own.

MJ


- anoobie - 2007-04-01

cool cant wait


- ysbox - 2007-04-03

Some screenies of the work in progress... Wink

the new settings system (not completely working atm), in the OSD for visual settings...
Image Image

and in its own page under the Weather settings (renamed temporarily to "Internet" for the occasion... )
Image Image

Finally, the experimental support of hooking Links' simplest message boxes and displaying it by XBMC instead... Only simple messageboxes with less than 3 buttons are supported for the moment.
Image


- hazeh - 2007-04-03

chopchop Smile


- Nickman - 2007-04-03

Very nice progress there. Looking at those screenshots makes my mouth water.


- sCAPe - 2007-04-03

Looks very good Ysbox! Nod


- Writhing.Shad0w - 2007-04-04

I'm excited as hell for this... any word on full integration from devs? (I didn't feel like sifting through 50+ forum pages...) Regardless, badass... keep up the good work!


- weinerschnitzel - 2007-04-04

Closer and closer. What more is left?


- xino - 2007-04-05

is this work in progress for the old LinksBok!?
cuz I was banging out the 2005 made.
I can't believe I can actually view all pages...i even though they were for special html (mobile/pda type).

Keyboard needs fixing! use virtual keyboard!
allow shockwave
you don't need to allow the LinksBoks to stream a mpg/avi video online, user can just download it to the cache folder.
Also the new window...I don;t think opening two windows work for the old LinkBoks..allow user to open more than 1 windows at once.


- timdog82001 - 2007-04-05

yeah tabbed browsing of some sort would be nice


- Sydney30 - 2007-04-05

Looks great.. Well done from Downnder (ie Australia) and can't wait to get my mits on it..


- Deff - 2007-04-06

Latest XBMC and LINKS2XBMC won't compile together Sad Previous versions have compiled fine so not sure what is wrong...

Code:
...
Compiling for XBOX: c:\svnstuff\xbmclinks\xbmc\utils\../xbox/xkeeprom.h
Compiling for XBOX: c:\svnstuff\xbmclinks\xbmc\xbox\XKExports.h
Compiling for XBOX: c:\svnstuff\xbmclinks\xbmc\xbox\XKUtils.h
Compiling for XBOX: c:\svnstuff\xbmclinks\xbmc\xbox\XKGeneral.h
Compiling for XBOX: c:\svnstuff\xbmclinks\xbmc\xbox\XKRC4.h
Compiling for XBOX: c:\svnstuff\xbmclinks\xbmc\xbox\XKSHA1.h
Compiling for XBOX: c:\svnstuff\xbmclinks\xbmc\xbox\XKCRC.h
Compiling for XBOX: c:\svnstuff\xbmclinks\xbmc\utils\../xbox/xkhdd.h
xbmc\utils\SystemInfo.cpp(1584) : error C2065: 'SYSTEM_TOTAL_SPACE_X' : undeclared identifier
xbmc\utils\SystemInfo.cpp(1584) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1585) : error C2065: 'BAR_FREE_SPACE_X' : undeclared identifier
xbmc\utils\SystemInfo.cpp(1585) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1586) : error C2065: 'BAR_USED_SPACE_X' : undeclared identifier
xbmc\utils\SystemInfo.cpp(1586) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1592) : error C2065: 'SYSTEM_TOTAL_SPACE_Y' : undeclared identifier
xbmc\utils\SystemInfo.cpp(1592) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1593) : error C2065: 'BAR_FREE_SPACE_Y' : undeclared identifier
xbmc\utils\SystemInfo.cpp(1593) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1594) : error C2065: 'BAR_USED_SPACE_Y' : undeclared identifier
xbmc\utils\SystemInfo.cpp(1594) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1600) : error C2065: 'SYSTEM_TOTAL_SPACE_Z' : undeclared identifier
xbmc\utils\SystemInfo.cpp(1600) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1601) : error C2065: 'BAR_FREE_SPACE_Z' : undeclared identifier
xbmc\utils\SystemInfo.cpp(1601) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1602) : error C2065: 'BAR_USED_SPACE_Z' : undeclared identifier
xbmc\utils\SystemInfo.cpp(1602) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1624) : error C3861: 'BAR_FREE_SPACE_X': identifier not found, even with argument-dependent lookup
xbmc\utils\SystemInfo.cpp(1624) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1625) : error C3861: 'BAR_FREE_SPACE_Y': identifier not found, even with argument-dependent lookup
xbmc\utils\SystemInfo.cpp(1625) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1626) : error C3861: 'BAR_FREE_SPACE_Z': identifier not found, even with argument-dependent lookup
xbmc\utils\SystemInfo.cpp(1626) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1634) : error C3861: 'BAR_USED_SPACE_X': identifier not found, even with argument-dependent lookup
xbmc\utils\SystemInfo.cpp(1634) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1635) : error C3861: 'BAR_USED_SPACE_Y': identifier not found, even with argument-dependent lookup
xbmc\utils\SystemInfo.cpp(1635) : error C2051: case expression not constant
xbmc\utils\SystemInfo.cpp(1636) : error C3861: 'BAR_USED_SPACE_Z': identifier not found, even with argument-dependent lookup
xbmc\utils\SystemInfo.cpp(1636) : error C2051: case expression not constant
StringUtils.cpp
Stopwatch.cpp
Splash.cpp
SortFileItem.cpp
...

Build log was saved at "file://c:\svnstuff\XBMCLinks\Release\BuildLog.htm"
xbmc - 30 error(s), 0 warning(s)
---------------------- Done ----------------------

    Build: 2 succeeded, 2 failed, 0 skipped


!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-
ERROR: Default.xbe failed to build!  See .\Release\BuildLog.htm for details.
View the build log in your HTML browser? [y/n]



- jmarshall - 2007-04-06

Looks like you need a #include "GUIInfoManager.h" in that file.


- Deff - 2007-04-06

jmarshall Wrote:Looks like you need a #include "GUIInfoManager.h" in that file.

It has one but LINKS2XBMC includes it's own guiinfomanager.h which I'm guessing by your reply is broken?