Win HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players ISO Menus
(2017-03-14, 15:57)defleppard Wrote: Hi ther!! thanx for first answer; now go to second:

Just to put it clear..

i have nvidia Gt710

I use external player just to play Bluray´s (2d and 3d) in PDVD

I follow your guide (post nº1) but differ from your that i mount my iso´s with internal PDVD drive

so the question is.. the only way to activate 3d stereoscopic in nvidia panel before play 3d bluray it´s via contextual menu creating your 3D ENABLE.bat?

there is a way to automate via playercorefactory?


thanx

Set Nvidia stereoscopic and Windows stereoscopic to ON and always leave them enabled.
You won't need an ISO.bat or any virtual rom installed.
When you select a Blu-ray .iso 2D or 3D, it will default to open with PDVD. When you select anything else, it will default to open with the Kodi player. You won't have to choose from the context menu and will automatically open to the correct player.

Just use this playercorefactory.xml. You may need to change the version 16 of PDVD to match yours in this line:
<filename>C:\Program Files (x86)\CyberLink\PowerDVD16\PowerDVD.exe</filename>


Code:
<playercorefactory>
  <players>
   <player name="PowerDVD" type="ExternalPlayer" audio="false" video="true">
     <filename>C:\Program Files (x86)\CyberLink\PowerDVD16\PowerDVD.exe</filename>
     <args>"{1}" /fullscreen /close</args>
     <hidekodi>false</hidekodi>
     <hideconsole>true</hideconsole>
     <warpcursor>none</warpcursor>
   </player>
  </players>
  <rules action="prepend">
   <rule filetypes="iso|bdmv|mpls|m2ts" player="PowerDVD"/>
</rules>
</playercorefactory>
HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players iso menus
DIY HOME THEATER WIND EFFECT

W11 Pro 24H2 MPC-BE\HC madVR KODI 22 GTX960-4GB/RGB 4:4:4/Desktop 60Hz 8bit Video Matched Refresh rates 23,24,50,60Hz 8/10/12bit/Samsung 82" Q90R Denon S720W
Reply


Messages In This Thread
RE: Kodi 3D Guide - by brazen1 - 2015-06-15, 22:20
RE: Kodi 3D Guide - by brazen1 - 2015-06-15, 22:29
RE: Kodi 3D Guide - by michaelsammler - 2015-06-22, 00:38
RE: Kodi 3D Guide - by brazen1 - 2015-06-23, 17:15
RE: Kodi 3D Guide - by michaelsammler - 2015-06-24, 02:23
RE: Kodi 3D Guide - by brazen1 - 2015-06-24, 17:22
RE: Kodi 3D Guide - by michaelsammler - 2015-06-25, 09:26
RE: HOW TO - Kodi 2D & 3D Guide Internal & External Players Incl afedchin build - by brazen1 - 2017-03-14, 17:25
HELP! - by brazen1 - 2018-08-22, 18:50
RE: HELP! - by zxaura1 - 2018-08-24, 09:32
Problem with DXVA scaling videos - by obstler - 2018-10-27, 10:13
Logout Mark Read Team Forum Stats Members Help
HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players ISO Menus39