I'm not sure if this will help but you might want to put Dolby.Vision before the .mkv. example: Gemini man (2019).Dolby.Vision.mkvragico wrote: ↑Fri Mar 05, 2021 11:17 pmCan you pls give un example?Pmaw10 wrote: ↑Thu Dec 03, 2020 11:12 pmYes, this is possible. You need to add a rule in your playercorefactory.xml. I, for example, have a rule to use ExoPlayer only when a movie has "Dolby.Vision" in the filename. Here is what I have in my XML:kavie87 wrote: ↑Thu Nov 26, 2020 8:19 pmI’ve managed to get kodi to play Dolby Vision via exoplayer. Works great. Was wondering if there is a code and where to put it, if I rename my 4k movies to have “Movie Name (2020) Dolby.Vision.mkv for those movies that DV so that it plays non DV in the default player and will play Dolby.Vision files in the exoplayer?
- <playercorefactory>
- <players>
- <player name="ExoPlayer" type="ExternalPlayer" audio="false" video="true">
<filename>com.google.android.exoplayer2.demo</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>
- <rules action="prepend">
- <rule video="true" player="dvdplayer">
<rule filetypes="mkv" filename=".*Dolby.Vision.*" player="ExoPlayer" />
</rule>
</rules>
</playercorefactory>
For example: Gemini man (2019).mkv.Dolby.Vision.
or what?
I tried different ways but dont work.
Thank you
Hope that helps.
Allister Fiend