home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Installation, configuration support
MCE Remote and its green button...
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Tech Geek" data-source="post: 36579" data-attributes="member: 18181"><p>Ok, the problem is *probably* caused by MP taking too much CPU time and the wireless driver isn't responding fast enough durring the connection process. </p><p></p><p>There is a simple way around this... well... sorta simple.</p><p>You launch a program that waits for however long the network normally takes to connect and then it launches MP.</p><p>Great if you are a programmer right?</p><p>Actually, there is a simple scripting tool called AutoIt that lets you do something like this with just 2 lines of code, it's free and it can generate executables.</p><p></p><p>I use this program at work to automate the launch, login and setup of programs used for remote video security. I have it lauching web pages, loading programs, moving windows, clicking on buttons, typing logins... all sorts of stuff. It's very slick and pretty easy to learn.</p><p></p><p>Here's the website:</p><p><a href="http://www.autoitscript.com/autoit3/" target="_blank">http://www.autoitscript.com/autoit3/</a></p><p></p><p></p><p>I think the script you'd need would look something like this:</p><p></p><p>;------------------------------------</p><p>;AutoIt 3 script to delay and then launch MediaPortal</p><p>;build into an executable and then place in the startup folder.</p><p>;------------------------------------</p><p>;sleep for 2 minutes. (Fine tune for your startup. 1000 = 1 sec)</p><p> Sleep(120000)</p><p></p><p>;launch MediaPortal. (Check the path and executable name)</p><p> Run ( "C:\Program Files\TeamMediaPortal\MediaPortal\MP.exe", "" )</p><p></p><p>;Done!</p><p>;------------------------------------</p></blockquote><p></p>
[QUOTE="Tech Geek, post: 36579, member: 18181"] Ok, the problem is *probably* caused by MP taking too much CPU time and the wireless driver isn't responding fast enough durring the connection process. There is a simple way around this... well... sorta simple. You launch a program that waits for however long the network normally takes to connect and then it launches MP. Great if you are a programmer right? Actually, there is a simple scripting tool called AutoIt that lets you do something like this with just 2 lines of code, it's free and it can generate executables. I use this program at work to automate the launch, login and setup of programs used for remote video security. I have it lauching web pages, loading programs, moving windows, clicking on buttons, typing logins... all sorts of stuff. It's very slick and pretty easy to learn. Here's the website: [url]http://www.autoitscript.com/autoit3/[/url] I think the script you'd need would look something like this: ;------------------------------------ ;AutoIt 3 script to delay and then launch MediaPortal ;build into an executable and then place in the startup folder. ;------------------------------------ ;sleep for 2 minutes. (Fine tune for your startup. 1000 = 1 sec) Sleep(120000) ;launch MediaPortal. (Check the path and executable name) Run ( "C:\Program Files\TeamMediaPortal\MediaPortal\MP.exe", "" ) ;Done! ;------------------------------------ [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Installation, configuration support
MCE Remote and its green button...
Contact us
RSS
Top
Bottom