- Thread starter
- #41
AW: [Plugin] Browse The Web / Webbrowser
Steve
you are right there need to be 3 dll in the plugins dir:
BrowseTheWeb.dll
HtmlAgilityPack.dll
Skybound.Gecko.dll
in the log it looks ok:
Load plugins from : C:\Program Files (x86)\Team MediaPortal\MediaPortal\Plugins\windows\BrowseTheWeb.dll
2010-11-12 15:56:37.631897 [Info.][MPMain(1)]: File Version : 0.2.3.0
Load plugins from : C:\Program Files (x86)\Team MediaPortal\MediaPortal\Plugins\windows\HtmlAgilityPack.dll
2010-11-12 15:56:38.062922 [Info.][MPMain(1)]: File Version : 1.4.0.0
Load plugins from : C:\Program Files (x86)\Team MediaPortal\MediaPortal\Plugins\windows\Skybound.Gecko.dll
2010-11-12 15:57:10.579782 [Info.][MPMain(1)]: File Version : 1.9.1.1
I locked in the log and find you missed to copy the skin file into the skin folder:
SKIN: Missing C:\ProgramData\Team MediaPortal\MediaPortal\Skin\BlacknBluez\BrowseTheWeb.xml
So make sure both file BrowseTheWeb.xml and browsethewebbook.xml are in the skinfolder. There is also under \media the file hover_browsetheweb.png
The reason why there is no ID is here in your log:
Window: BrowseTheWeb.GUIPlugin init
2010-11-12 15:57:46.989864 [Debug][MPMain(1)]: BrowseTheWeb | load home page Google
on my side:
Window: BrowseTheWeb.GUIPlugin init
2010-11-13 09:14:26.700230 [Debug][MPMain(1)]: BrowseTheWeb | page completetd : about:blank
2010-11-13 09:14:26.702230 [Debug][MPMain(1)]: BrowseTheWeb | page links cnt : 0
2010-11-13 09:14:26.706231 [Debug][MPMain(1)]: BrowseTheWeb | page forms cnt : 0
2010-11-13 09:14:26.852239 [Debug][MPMain(1)]: BrowseTheWeb | load home page Google
2010-11-13 09:14:27.899299 [Debug][MPMain(1)]: BrowseTheWeb | page completetd : Google
2010-11-13 09:14:27.900299 [Debug][MPMain(1)]: BrowseTheWeb | page links cnt : 30
2010-11-13 09:14:27.939301 [Debug][MPMain(1)]: BrowseTheWeb | page forms cnt : 1
So it seems the eventhandler is not recordnized.
I'm doing right now more test. Currenty working on import favorites form IE and FF.
Thanks for the log.
kroko
Steve
you are right there need to be 3 dll in the plugins dir:
BrowseTheWeb.dll
HtmlAgilityPack.dll
Skybound.Gecko.dll
in the log it looks ok:
Load plugins from : C:\Program Files (x86)\Team MediaPortal\MediaPortal\Plugins\windows\BrowseTheWeb.dll
2010-11-12 15:56:37.631897 [Info.][MPMain(1)]: File Version : 0.2.3.0
Load plugins from : C:\Program Files (x86)\Team MediaPortal\MediaPortal\Plugins\windows\HtmlAgilityPack.dll
2010-11-12 15:56:38.062922 [Info.][MPMain(1)]: File Version : 1.4.0.0
Load plugins from : C:\Program Files (x86)\Team MediaPortal\MediaPortal\Plugins\windows\Skybound.Gecko.dll
2010-11-12 15:57:10.579782 [Info.][MPMain(1)]: File Version : 1.9.1.1
I locked in the log and find you missed to copy the skin file into the skin folder:
SKIN: Missing C:\ProgramData\Team MediaPortal\MediaPortal\Skin\BlacknBluez\BrowseTheWeb.xml
So make sure both file BrowseTheWeb.xml and browsethewebbook.xml are in the skinfolder. There is also under \media the file hover_browsetheweb.png
The reason why there is no ID is here in your log:
Window: BrowseTheWeb.GUIPlugin init
2010-11-12 15:57:46.989864 [Debug][MPMain(1)]: BrowseTheWeb | load home page Google
on my side:
Window: BrowseTheWeb.GUIPlugin init
2010-11-13 09:14:26.700230 [Debug][MPMain(1)]: BrowseTheWeb | page completetd : about:blank
2010-11-13 09:14:26.702230 [Debug][MPMain(1)]: BrowseTheWeb | page links cnt : 0
2010-11-13 09:14:26.706231 [Debug][MPMain(1)]: BrowseTheWeb | page forms cnt : 0
2010-11-13 09:14:26.852239 [Debug][MPMain(1)]: BrowseTheWeb | load home page Google
2010-11-13 09:14:27.899299 [Debug][MPMain(1)]: BrowseTheWeb | page completetd : Google
2010-11-13 09:14:27.900299 [Debug][MPMain(1)]: BrowseTheWeb | page links cnt : 30
2010-11-13 09:14:27.939301 [Debug][MPMain(1)]: BrowseTheWeb | page forms cnt : 1
So it seems the eventhandler is not recordnized.
I'm doing right now more test. Currenty working on import favorites form IE and FF.
Thanks for the log.
kroko