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 Plugins
Blu-Ray / HD DVD plugin for Arcsoft player
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="domb" data-source="post: 766800" data-attributes="member: 26299"><p>@ MacGuyver</p><p></p><p>I downloaded the source code and managed to get it to launch Roxio CinePlayer and start playing.</p><p></p><p>Here are the lines I changed, although you've made a lot of changes since the source code I downloaded. Maybe you can share it?</p><p></p><p>[CODE] /// <summary></p><p> /// Launch external player</p><p> /// </summary></p><p> private void LaunchPlayer()</p><p> {</p><p> string _RoxioDriveLetter = _driveLetterInConfig + "\\";</p><p> Log.Info("Blu-Ray Player Launcher: LaunchPlayer");</p><p> Log.Info("Blu-Ray Player Launcher: PlayerPath" + " " + _playerExecutable);</p><p> Log.Info("Blu-Ray Player Launcher: DriveLetter" + " " + _RoxioDriveLetter);</p><p> ProcessStartInfo psi = new ProcessStartInfo();</p><p> _playerProcess = new Process();</p><p> psi.FileName = _playerExecutable;</p><p> psi.Arguments = _RoxioDriveLetter;[/CODE]</p><p></p><p>I was hoping we could add to your source code and just add another player selection tab for CinePlayer that then uses the _driveLetterinConfig as an argument when launching the player.</p><p></p><p>Out of interest have you tried this for PowerDVD? This is all autoplay does so I don't see why it wouldn't work.</p></blockquote><p></p>
[QUOTE="domb, post: 766800, member: 26299"] @ MacGuyver I downloaded the source code and managed to get it to launch Roxio CinePlayer and start playing. Here are the lines I changed, although you've made a lot of changes since the source code I downloaded. Maybe you can share it? [CODE] /// <summary> /// Launch external player /// </summary> private void LaunchPlayer() { string _RoxioDriveLetter = _driveLetterInConfig + "\\"; Log.Info("Blu-Ray Player Launcher: LaunchPlayer"); Log.Info("Blu-Ray Player Launcher: PlayerPath" + " " + _playerExecutable); Log.Info("Blu-Ray Player Launcher: DriveLetter" + " " + _RoxioDriveLetter); ProcessStartInfo psi = new ProcessStartInfo(); _playerProcess = new Process(); psi.FileName = _playerExecutable; psi.Arguments = _RoxioDriveLetter;[/CODE] I was hoping we could add to your source code and just add another player selection tab for CinePlayer that then uses the _driveLetterinConfig as an argument when launching the player. Out of interest have you tried this for PowerDVD? This is all autoplay does so I don't see why it wouldn't work. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Blu-Ray / HD DVD plugin for Arcsoft player
Contact us
RSS
Top
Bottom