Kodi DSPlayer – DirectShow Player for Windows
Assuming your 3D.iso's are complete rips, you need a player that renders menus like PowerDVD.  I know of no others.  Check eBay.  Many are unloading the older version which isn't much different from the newer at VERY attractive prices as is DVDFab player - excellent for UHD HDR also with menus but no 3D.  Neither DSPlayer nor MPC are menu capable or iso friendly.  However, once mounted, they can render the main movie only from a full complete iso rip.  To do this, the iso needs to be mounted in some fashion.  For MPC players, you call a .bat to do the mounting and the stereoscopic enabling when using NVidia.  AMD apparently does need to enable stereoscopic but a .bat associated with that GPU also needs to mount an iso for players to read as does Intel Graphics.  You need to distinguish a 3D title from all others, including iso's even though your 3D titles are also iso's, and assign MPC-BE to play them.  Assuming your Play3D.bat is correct (mounts and enables stereoscopic if needed and calls MPC-BE as the player) AND .3D is in the filename of all your 3D titles, simply remove iso from your code and use this:

<playercorefactory>
 <players>
< player name="MPC" type="ExternalPlayer" audio="false" video="true">
       <filename>C:\Users\Dave\AppData\Roaming\Kodi\userdata\Play3D.bat</filename>
       <args>"{1}"</args>
       <hidekodi>true</hidekodi>
       <hideconsole>true</hideconsole>
       <forceontop>false</forceontop>
       <playcountminimumtime>1140</playcountminimumtime>
    </player>
    </players>
 <rules action="prepend">
  <rule filename="*.3D*" player="MPC"/>
 </rules>
< /playercorefactory>

Fwiw, you really don't need any of this depending what you are doing:

<args>"{1}"</args>
       <hidekodi>true</hidekodi>
       <hideconsole>true</hideconsole>
       <forceontop>false</forceontop>
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
Lockup on STOP issue resolved! - by MKANET - 2015-04-11, 21:59
RE: 4G aware patch - by MagikMark - 2015-09-08, 03:27
Alt-F4 no longer quits - by JeffA - 2015-10-31, 20:38
H265 playback - by rew88 - 2017-11-04, 00:41
RE: H265 playback - by ashlar - 2017-11-04, 16:21
RE: H265 playback - by rew88 - 2017-11-05, 01:34
RE: H265 playback - by ashlar - 2017-11-05, 16:48
RE: H265 playback - by rew88 - 2017-11-05, 23:08
RE: H265 playback - by ashlar - 2017-11-06, 12:00
Leia 18 - by terpsarlington - 2017-11-21, 03:51
RE: Leia 18 - by spencerjford - 2017-11-21, 06:24
RE: Kodi DSPlayer – DirectShow Player for Windows - by brazen1 - 2018-04-22, 17:35
Display Modes / Refresh Rates - by goofer69 - 2019-09-20, 00:19
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 00:39
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 19:35
DSPlayer 23.810 to 23.976 - by Runakanta - 2018-05-09, 03:24
RE: DSPlayer 23.810 to 23.976 - by Warner306 - 2018-05-10, 01:32
Logout Mark Read Team Forum Stats Members Help
Kodi DSPlayer – DirectShow Player for Windows47