| |||||||
| Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here. |
![]() |
| | Thread Tools | Display Modes |
| | #41 (permalink) |
| Portal Tester Join Date: Feb 2005 Location: Melbourne
Posts: 1,929
Thanks: 4
Thanked 15 Times in 15 Posts
Country: | Excellent work lkuech .... Just a couple of minor issues:- These error messages appear frequently in the error.log file [ERROR][MPMain]: No translation found for id 110234 [ERROR][MPMain]: No translation found for id 110235 [ERROR][MPMain]: No translation found for id 110236 [ERROR][MPMain]: No translation found for id 110237 [ERROR][MPMain]: No translation found for id 101002 placing the following entries in the strings_user.xml file removes the error messages, but I am not sure if this is the correct solution? <String id="101002" prefix="My ">Worldmap</String> <String id="110234" prefix="My ">Worldmap</String> <String id="110235" prefix="My ">Worldmap menu</String> <String id="110236" prefix="My ">Worldmap search</String> <String id="110237" prefix="My ">Worldmap search results</String> Also, I think that the skin file “MyWorldMapMenu.xml” in both BlueTwo & BlueTwo wide contains a slight error. This line <ondown>10</ondown> under the Placemarks button should be <ondown>8</ondown> |
| | |
| | #42 (permalink) |
| Portal Member Join Date: Feb 2007 Location: Im Harz Age: 26
Posts: 44
Thanks: 12
Thanked 6 Times in 2 Posts
Country: | They were due... This said, I'd like to share some thoughts on future improvements: 1. Me personally would prefer googlemaps set by default. Could be made configurable to fit everyone's needs... 2. When looking for a placename the search could be started right after hitting done/fertig on the visual keyboard instead of additionally clicking search afterwards... 3. The last location could be remembered and restored on the next launch of the plugin... 4. As mentioned before, placemarks and favourites would be the sweetest topping 5. Don't wanna get crazy on this but 3D (GoogleEarth) is impossible, isn't it?!? 6. Stop me, if I'm going to far bye, Anthrax PS: I'm glad to see you intend on making things skinnable and figured the extreme seriousness of my request. Can't wait to go from dirty orange to "matschgrau" or "quietschgrün" by myself. ![]() |
| | |
| | #43 (permalink) |
| Portal Developer Join Date: Feb 2007 Location: Hamburg Age: 35
Posts: 573
Thanks: 32
Thanked 49 Times in 21 Posts
Country: | Hi would prefer "quitschgrün" Point 3 is already implemented. But the window management of the plugin is not good enough right now and because of this it does not always save the settings on exit. Simply use the "show previous menu" key 3 times after using the search... the plug in then know that all dialogs are closed and the save function should do her job if you leave the plugin. The next version will be much more reliable at this point. Bye Lars
__________________ Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically. Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin! |
| | |
| | #44 (permalink) |
| Portal Developer Join Date: Feb 2007 Location: Hamburg Age: 35
Posts: 573
Thanks: 32
Thanked 49 Times in 21 Posts
Country: | New version! Take a look at the first thread to find the information what is new. Bye Lars
__________________ Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically. Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin! |
| | |
| | #45 (permalink) |
| Portal Designer | Hey, I finally got around installing it, but can't get it to work :-( It doesn't even show in the main menu. Code: 2007-06-05 19:34:00.093750 [Debug][MPMain]: [Worldmap] Start to initialize Worldmap plugin Windows 2007-06-05 19:34:00.093750 [Debug][MPMain]: [Worldmap] Initialize Worldmap menu 2007-06-05 19:34:00.093750 [Info.][MPMain]: GUIWindowManager: Could not find window 10235 2007-06-05 19:34:00.109375 [Debug][MPMain]: [Worldmap] the window with the ID 10235 has been added to the windowmanager! 2007-06-05 19:34:00.109375 [Debug][MPMain]: [Worldmap] Initialize Worldmap search 2007-06-05 19:34:00.109375 [Info.][MPMain]: GUIWindowManager: Could not find window 10236 2007-06-05 19:34:00.109375 [Debug][MPMain]: [Worldmap] the window with the ID 10236 has been added to the windowmanager! 2007-06-05 19:34:00.109375 [Debug][MPMain]: [Worldmap] Initialize Worldmap searchresult 2007-06-05 19:34:00.109375 [Info.][MPMain]: GUIWindowManager: Could not find window 10237 2007-06-05 19:34:00.109375 [Debug][MPMain]: [Worldmap] the window with the ID 10237 has been added to the windowmanager! I could not find any other errors or msg in the log. Any ideas? Edit: forgot to say I'm using 0.3
__________________ There are only two industries that refer to their customers as "users". - Edward Tufte |
| | |
| | #46 (permalink) |
| Portal Developer Join Date: Feb 2007 Location: Hamburg Age: 35
Posts: 573
Thanks: 32
Thanked 49 Times in 21 Posts
Country: | What I can say from the logs you have posted is that everything looks like it should be... The plugin first checks if a window is already initialized (the result is a message like "GUIWindowManager: Could not find window 10xxx") and if the window was not found it creates it and add it to the windowmanager (the window with the ID 10xxx has been added to the windowmanager!). So if you don't see the plugin (not in the main menu and not in the plugins section) then there must something else wrong. Do you see the plugin in the configuration? Maybe the version 0.3.1 will help you. But you will have to wait till my upload becomes validated. Bye Lars
__________________ Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically. Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin! |
| | |
| | #47 (permalink) | |
| Portal Designer | Hmm, I switched to B2 Wide for a moment, and it showed up. Exited, switched back to spinsafe revolve and it worked too (but it def. wasn't before, I restarted MP multiple times). So never mind, seems to work now. Sorry about that. Edit: Ok after playing around with it, it's very nice. But it keeps crashing on my (MP as a whole) reliably after moving around for a while. Perhaps catch any exception at some top level method so at it least it doesn't bring down MP (for me this is deadle as it means no recordings). Anyways, perhaps this can help you: Exception.log Quote:
Code: 2007-06-05 20:23:25.906250 [Debug][MPMain]: [Worldmap] Refreshing Mapimage. lon:lat:zoomL:zoomF:mapT -118,135986328125:34,0218887329102:15:2:GMHybrid 2007-06-05 20:23:25.921875 [Info.][MapTileDownloader]: MediaPortal: Unhandled exception occured 2007-06-05 20:23:25.968750 [Info.][MapTileDownloader]: Exception :System.Threading.ThreadStartException: Thread failed to start. ---> System.Threading.ThreadAbortException: Thread was being aborted. --- End of inner exception stack trace --- at System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& stackMark) at System.Threading.Thread.Start() at System.Threading.Thread.Start(Object parameter) at MAPS.ThreadedDownload.ProcessDownloadQueue() at MAPS.ThreadedDownload.ImageThread(Object stateInfo) at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart(Object obj) 2007-06-05 20:23:25.968750 [Info.][MapTileDownloader]: Exception :Thread failed to start. 2007-06-05 20:23:25.968750 [Info.][MapTileDownloader]: site :Void StartInternal(System.Security.Principal.IPrincipal, System.Threading.StackCrawlMark ByRef) 2007-06-05 20:23:25.968750 [Info.][MapTileDownloader]: source :mscorlib 2007-06-05 20:23:25.968750 [Info.][MapTileDownloader]: stacktrace: at System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& stackMark) at System.Threading.Thread.Start() at System.Threading.Thread.Start(Object parameter) at MAPS.ThreadedDownload.ProcessDownloadQueue() at MAPS.ThreadedDownload.ImageThread(Object stateInfo) at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart(Object obj) 2007-06-05 20:23:25.968750 [Info.][MapTileDownloader]: MediaPortal: stop...
__________________ There are only two industries that refer to their customers as "users". - Edward Tufte Last edited by Inker; 2007-06-05 at 20:29. | |
| | |
| | #48 (permalink) |
| Portal Member Join Date: Aug 2005 Location: Herxheim Age: 47
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | lkuech, are you planning to bring a version for MP stable (0.2.2.0)? thanks+regards WeWe
__________________ Hard: ASUS K8M-VX, Sempron 3100+, MSI NX6200AX-TD256, Spinpoint SP2004C, WinTV PVR 150, MCE Remote + Keyboard / Soft: Win XP MCE, MP 0.2.1.0 |
| | |
| | #49 (permalink) |
| Portal Developer Join Date: Feb 2007 Location: Hamburg Age: 35
Posts: 573
Thanks: 32
Thanked 49 Times in 21 Posts
Country: | @Inker: The ThreadStartException should be history since version 0.3.1. I guess you have tested with version 0.3, right? @wewe: Yes, I do. But I want to implement all planned features first... and I guess till Iam ready with this the next stable is there that supports it anyway... Bye Lars
__________________ Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically. Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin! Last edited by lkuech; 2007-06-06 at 06:56. |
| | |
| | #50 (permalink) |
| Portal Member Join Date: Aug 2005 Location: Herxheim Age: 47
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | yes, "the sparrows pipe it from the roofs" (die Spatzen pfeifen es von den Dächern) that 0.2.3.0 will be there in june ... thanks+regards WeWe
__________________ Hard: ASUS K8M-VX, Sempron 3100+, MSI NX6200AX-TD256, Spinpoint SP2004C, WinTV PVR 150, MCE Remote + Keyboard / Soft: Win XP MCE, MP 0.2.1.0 |
| | |
![]() |
| Bookmarks |
| Tags |
| earth, google, maps, myworldmap, plugin, virtual |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Google earth Plugin?! | eggz2004 | Plugins | 10 | 2007-04-20 13:15 |
| Add Google Earth !!! | sebdj | Improvement Suggestions | 2 | 2007-04-08 20:09 |
| Virtual DUb als Plugin? | Thrakath | Plugins/Erweiterungen | 0 | 2007-01-05 12:34 |
| Latest SVN: Why on earth is date doing a 360*? | Spragleknas | Skins | 10 | 2006-11-20 13:33 |
| Add other maps to weather plugin | jdiffend | Improvement Suggestions | 1 | 2005-01-16 10:07 |