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
Codecs, External Players
PowerDVD 15 Launcher (fix 3D Playback with Daemon Tools)
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="KuLuYuk" data-source="post: 1174053" data-attributes="member: 121403"><p><strong>Update 01: </strong>After reinstalling my HTPC i realized, that there was a problem with the script. Instead of checking the drive passed by mediaportal, always drive D was checked. This is fixed now.</p><p></p><p>Hello,</p><p></p><p>I had some problems to launch 3D movies with PowerDVD15 as external player. Good news: I found a way to solve my problem and want to share it with you <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p><strong>1. Cause of Problem / Explanation</strong></p><p>skip to point 3 if you just want a quick fix <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p></p><p>For some reason, 3D mode is only working for me, when I use the autoplay feature of PowerDVD (e.g. double click on drive letter).</p><p>The Syntax to play a movie inside drive D:\ would be "<strong>PDVDLP.exe AUTOPLAY BD D:\"</strong> (PDVDLP seems to start PowerDVD in Cinema Mode)</p><p>However, this workes only, when you play real Bluray discs or mount an image manually with Daemon Tools.</p><p>When using the automount feature of MediaPortal, PowerDVD will complain that the disc is missing.</p><p>The reason seems to be, that PowerDVD seems to restart it's exe file when going to Autoplay mode. During this restart MediaPortal detects, that the exe is not running and unmounts the disc image imediately.</p><p></p><p>At least this seemed to be the problem for me, I am open for discussion <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p><strong>2. Fix of Problem / Function of Launcher</strong></p><p></p><p>I have written a short Autohotkey script to Launch PowerDVD.</p><p>The script needs two parameters:</p><p>1. exe file + parameters (in my case: "PDVDLP.exe AUTOPLAY BD")</p><p>2. Drive letter (e.g. "D:\")</p><p></p><p>The Launcher starts PowerDVD when the given drive is ready to use. If the drive is not ready after 10 seconds the Launcher stops.</p><p>After starting PowerDVD, the Launcher keeps checking, if PowerDVD is still running. If PowerDVD is not running anymore, the Launcher quits with a delay of 2 seconds.</p><p>The delay is needed for the short moment when PowerDVD goes to fullscreen / autoplay mode and restarts.</p><p></p><p><strong>3. Launcher and instruction</strong></p><p>Place the Launcher.exe in PowerDVD directory.</p><p></p><p>In Mediaportal config set the following:</p><p>External Player: <strong>C:\Path-to-PowerDVD\Launcher.exe</strong></p><p>Parameters: <strong>"PDVDLP.exe AUTOPLAY BD" "%root%"</strong> <span style="color: #ff0000">(including the quotation marks!)</span></p><p><span style="color: #ff0000"></span></p><p><span style="color: #ff0000"><span style="color: #000000">Important: PowerDVD needs to be set to TV mode</span></span></p><p></p><p></p><p></p><p><span style="color: #ff0000"><span style="color: #000000">I hope this will work for you! You can also modify the Autohotkey Script and recompile it.</span></span></p></blockquote><p></p>
[QUOTE="KuLuYuk, post: 1174053, member: 121403"] [B]Update 01: [/B]After reinstalling my HTPC i realized, that there was a problem with the script. Instead of checking the drive passed by mediaportal, always drive D was checked. This is fixed now. [B][/B] Hello, I had some problems to launch 3D movies with PowerDVD15 as external player. Good news: I found a way to solve my problem and want to share it with you :) [B]1. Cause of Problem / Explanation[/B] skip to point 3 if you just want a quick fix ;) For some reason, 3D mode is only working for me, when I use the autoplay feature of PowerDVD (e.g. double click on drive letter). The Syntax to play a movie inside drive D:\ would be "[B]PDVDLP.exe AUTOPLAY BD D:\"[/B] (PDVDLP seems to start PowerDVD in Cinema Mode) However, this workes only, when you play real Bluray discs or mount an image manually with Daemon Tools. When using the automount feature of MediaPortal, PowerDVD will complain that the disc is missing. The reason seems to be, that PowerDVD seems to restart it's exe file when going to Autoplay mode. During this restart MediaPortal detects, that the exe is not running and unmounts the disc image imediately. At least this seemed to be the problem for me, I am open for discussion :) [B]2. Fix of Problem / Function of Launcher[/B] I have written a short Autohotkey script to Launch PowerDVD. The script needs two parameters: 1. exe file + parameters (in my case: "PDVDLP.exe AUTOPLAY BD") 2. Drive letter (e.g. "D:\") The Launcher starts PowerDVD when the given drive is ready to use. If the drive is not ready after 10 seconds the Launcher stops. After starting PowerDVD, the Launcher keeps checking, if PowerDVD is still running. If PowerDVD is not running anymore, the Launcher quits with a delay of 2 seconds. The delay is needed for the short moment when PowerDVD goes to fullscreen / autoplay mode and restarts. [B]3. Launcher and instruction[/B] Place the Launcher.exe in PowerDVD directory. In Mediaportal config set the following: External Player: [B]C:\Path-to-PowerDVD\Launcher.exe[/B] Parameters: [B]"PDVDLP.exe AUTOPLAY BD" "%root%"[/B] [COLOR=#ff0000](including the quotation marks!) [COLOR=#000000]Important: PowerDVD needs to be set to TV mode[/COLOR][/COLOR] [COLOR=#ff0000][COLOR=#000000]I hope this will work for you! You can also modify the Autohotkey Script and recompile it.[/COLOR][/COLOR] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Codecs, External Players
PowerDVD 15 Launcher (fix 3D Playback with Daemon Tools)
Contact us
RSS
Top
Bottom