Topic: Using Kodi with MPV & SVP
I'm trying to use MPV with Kodi, but it won't run when I select a TV Channel on Kodi. Is there any difference between the official MPV and the MPV used with SVP?
Here is what I am using for Kodi configuration in user data:
<playercorefactory>
<players>
<player name="MPV" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\SVP 4\mpv64\mpv.exe</filename>
<args>-fs "{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule video="true" player="MPV"/>
</rules>
</playercorefactory>
I would appreciate any feedback, thank you.