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
General Forums
Newcomers Forum
Use both VLC and PowerDVD
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="kiwijunglist" data-source="post: 520206" data-attributes="member: 76888"><p>you could try the following save it as playvideo.vbs</p><p></p><p>[code]</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><p>[/code]</p><p></p><p>You set playvideo.vbs as the external video player under mediaportal configuration. The script automatically loads the default player associated with the file. then associate the file with the correct player in windows.</p><p></p><p>eg. in windows, you could associate .avi with vlc and .mpg with pdvd.... then if you select .avi in mediaportal it will load vlc, and if you select a .mpg file it will load in pdvd player.</p><p></p><p>This may also work with bluray however i don't have a bluray drive to test.</p><p></p><p>Having said that i thought what you want is supported by moving pictures already, ie. use default player for video and load external app for bluray.</p><p></p><p>Ref - <a href="https://forum.team-mediaportal.com/general-support-51/command-line-switch-instruct-mediaportal-open-video-file-45329/" target="_blank">https://forum.team-mediaportal.com/general-support-51/command-line-switch-instruct-mediaportal-open-video-file-45329/</a></p><p></p><p>EDIT: have you also looked here -> <a href="http://moving-pictures.tv/wiki/Configuring_Bluray_and_HDDVD_playback" target="_blank">http://moving-pictures.tv/wiki/Configuring_Bluray_and_HDDVD_playback</a></p></blockquote><p></p>
[QUOTE="kiwijunglist, post: 520206, member: 76888"] you could try the following save it as playvideo.vbs [code] Set oArgs = WScript.Arguments sFilePath = oArgs(0) Set oShell = CreateObject("WScript.Shell") iRC = oShell.Run("""" & sFilePath & """") Wscript.Quit iRC [/code] You set playvideo.vbs as the external video player under mediaportal configuration. The script automatically loads the default player associated with the file. then associate the file with the correct player in windows. eg. in windows, you could associate .avi with vlc and .mpg with pdvd.... then if you select .avi in mediaportal it will load vlc, and if you select a .mpg file it will load in pdvd player. This may also work with bluray however i don't have a bluray drive to test. Having said that i thought what you want is supported by moving pictures already, ie. use default player for video and load external app for bluray. Ref - [url]https://forum.team-mediaportal.com/general-support-51/command-line-switch-instruct-mediaportal-open-video-file-45329/[/url] EDIT: have you also looked here -> [url]http://moving-pictures.tv/wiki/Configuring_Bluray_and_HDDVD_playback[/url] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
General Forums
Newcomers Forum
Use both VLC and PowerDVD
Contact us
RSS
Top
Bottom