Kodi Community Forum
Linux I have to enable the audio manually when I am using the external player. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux I have to enable the audio manually when I am using the external player. (/showthread.php?tid=301440)



I have to enable the audio manually when I am using the external player. - s9209122222 - 2016-12-19

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.