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
MediaPortal 1 Talk
MP and ITUNES at the same time?
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="samundsen" data-source="post: 131744" data-attributes="member: 28303"><p>I use ZoomPlayer for everything else. The script is very simple, it simply launches the video file by itself, so that whatever player is associated to the file type in Windows is the application that launches. </p><p></p><p>Btw, I didn't write the original script myself, I found it online, I just adapted it for my use.</p><p></p><p>Here is the content of the script (I call it MoviePlayer.vbs, and I have configured MP to launch MoviePlayer.vbs as the external player.</p><p></p><p>Set oArgs = WScript.Arguments</p><p>sFilePath = oArgs(0)</p><p>Set oShell = CreateObject("WScript.Shell")</p><p></p><p>iRC = oShell.Run("""" & sFilePath & """")</p><p></p><p>Wscript.Quit iRC</p></blockquote><p></p>
[QUOTE="samundsen, post: 131744, member: 28303"] I use ZoomPlayer for everything else. The script is very simple, it simply launches the video file by itself, so that whatever player is associated to the file type in Windows is the application that launches. Btw, I didn't write the original script myself, I found it online, I just adapted it for my use. Here is the content of the script (I call it MoviePlayer.vbs, and I have configured MP to launch MoviePlayer.vbs as the external player. Set oArgs = WScript.Arguments sFilePath = oArgs(0) Set oShell = CreateObject("WScript.Shell") iRC = oShell.Run("""" & sFilePath & """") Wscript.Quit iRC [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
MP and ITUNES at the same time?
Contact us
RSS
Top
Bottom