Linux I have to enable the audio manually when I am using the external player.
#1
This is my playercorefactory.xml:
Code:
<playercorefactory>
<players>
   <player name="MPV 播放器" type="ExternalPlayer" audio="true" video="true">
     <filename>/usr/bin/mpv</filename>
     <hidexbmc>false</hidexbmc>
     <hideconsole>true</hideconsole>
   </player>
</players>
</playercorefactory>

Every time I try to play videos with the external player, the audio is disable, I have to turn it on manually.
Reply

Logout Mark Read Team Forum Stats Members Help
I have to enable the audio manually when I am using the external player.0