Win HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players ISO Menus
#53
Brazen1 ! many thanks for thei wonderful thread.I setup my windows 10 with Kodi 15.2 & madnox.using your code & batch files things are working well. Only a few minor niggles.
1- PDVD dosen't start for bluray iso's with cinema mode , Shall I just change to Standard but fullscreen mode in settings ?
2-I use a Harmony One and have managed to find Cyberlink PDVD 7.3 remote Mappings in the Harmony software. It is controlling everything EXcept a- cannot STOP ( its mapped to S on keyboard ) and b- does not automatically closed PDVD so as to return to Kodi.
3- also if i sometimes play a .STRM file it also opens PDVD/ external player.
I am very happy with using native Kodi player for ALL except the Bluray ISO.
heres my Playercorefactory which i have tried to mod with some success.
<playercorefactory>
<players>
<player name="3D" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\***\AppData\Roaming\Kodi\userdata\PlayISO3D.bat</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<forceontop>false</forceontop>
</player>
<player name="2D" type="ExternalPlayer" audio="false" video="false">
<filename>C:\Users\***\AppData\Roaming\Kodi\userdata\PlayISO2D.bat</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<forceontop>false</forceontop>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv|avi" player="dvdplayer"/>
rule filename=".*.3D.SBS.*|.*.3D.TAB.*|3D.OU.*" player="2D"/>
<rule filename=".*.3D.*|.*.3D.iso|3D.*" player="3D"/>
<rule filetypes="iso|bdmv|mpls|m2ts" player="2D"/>
</rules>
</playercorefactory>

Advice would be much appreciated.
Thanks
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 - by shaktoo - 2015-11-19, 17:04
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