hello,
I would like to choose an external player based on the HDR type rules, currently this does not work.
Would it be possible to add these rules.
thanks.
My playercorefactory.xml
<playercorefactory>
<players>
<player name=”MPC-BE 1.6.10 (madVR)” type=”ExternalPlayer” audio=”false” video=”true”>
<filename>E:/Applications\MPC-BE.1.6.10.x64/mpc-be64.exe</filename>
<args>”{1}” /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
<playcountminimumtime>1140</playcountminimumtime>
</player>
<player name=”MPV” type=”ExternalPlayer” audio=”false” video=”true”>
<filename>E:/Applications/mpv-0.37.0/mpv.exe</filename>
<args>–fs=yes “{1}”</args>
<hidexbmc>false</hidexbmc>
<playcountminimumtime>1140</playcountminimumtime>
</player>
</players>
<rules action=”prepend”>
<rule hdrtype=”dolbyvision” player=”MPV”/>
<rule hdrtype=”hdr10″ player=”MPC-BE 1.6.10 (madVR)”/>
</rules>
</playercorefactory>