Win HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players ISO Menus
(2018-08-07, 23:20)luci5r Wrote:
(2018-08-07, 21:52)popy Wrote: @luci5r 
Thx for all the info.
Also tried DVDFab 3 and what should ill say, it just works!!
All samples i throw at it just plays fine, also the 60fps UHD HDR samples!
The gpu load is max @70% with an 60fps sample.
Thanks a lot for the hint.

I have another questions:
  • can you please share your PCF xml file with DVDFab in it?
  • I am using yatse to control kodi and in addition with Eventghost also the volume of TV and so on.
    Is it possible to map the default basic kodi keys to DVDFab? Also back key and so on?
pOpY  
 @popy 

Thanks! 

Here's my playercorefactory.xml (*Keep in mind, my UHD HDR MKV's contain "4K" in their filename, eg:- "Oblivion (4K).mkv"):

xml:

<playercorefactory>
 <players>
    <player name="PowerDVD" type="ExternalPlayer" audio="false" video="true">
      <filename>C:\Users\b3lial\AppData\Roaming\Kodi\userdata\PDVD.bat</filename>
      <playcountminimumtime>1140</playcountminimumtime>
    </player>
    <player name="DVDFab" type="ExternalPlayer" audio="false" video="true">
      <filename>C:\Program Files (x86)\DVDFab Media Player 3\FabPlayer.exe</filename>
      <playcountminimumtime>1140</playcountminimumtime>
    </player>
 </players>
 <rules action="prepend">
    <rule filename=".*4K.*" player="DVDFab"/>
    <rule filetypes="iso|bdmv|mpls|m2ts" player="PowerDVD"/>
 </rules>
</playercorefactory>

And this is my PDVD.bat referenced in PCF above:

xml:

Set file=%1
Set dummy=%file:iso=%
IF NOT %dummy% == %file% (GOTO playiso) ELSE (goto playbdmv)

:playbdmv
set pth=%1
set pth=%pth:BDMV\MovieObject.bdmv=%
set pth=%pth:BDMV\index.bdmv=%
"C:\Program Files (x86)\CyberLink\PowerDVD18\PowerDVD.exe" %pth% exit
exit

:playiso
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 %1
"C:\Program Files (x86)\CyberLink\PowerDVD18\PowerDVD.exe" D:
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 /u
exit

Unfortunately, in DVDFab v3, I haven't really found a way to map the remote. I'm actually using a mini Keyboard with Touch Pad for my HTPC so I haven't needed to map the remote keys. However, I'm sure it's possible using some of the available applications. Try out a few things. 
thx, for all the input.
Will play with PCF soon.

pOpY
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 - UHD (4k) HDR Guide Internal & External Players - by popy - 2018-08-08, 10:47
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