2018-08-15, 06:48
Edit: I see this was also asked a few pages back, so it seems like it is an actual bug with Leia.
Edit2: Fixed in tonight's nightly build!
Leia alpha3 x64 w10
I have a playercorefactory setup to launch all my videos with mpc-hc, while audio is launched with the internal kodi player.
Audio and video files launch fine, but as soon as I play any video that invokes the mpc-hc rule, -ALL- subsequent plays of any media type (audio and video) are forced into this rule as well, even "play using..." and selecting the internal player does not work, everything is forced to the rule from the first video played. Only restarting Kodi fixes this, I can then play audio with the internal player as desired, but only until another video is launched.
Edit2: Fixed in tonight's nightly build!
Leia alpha3 x64 w10
I have a playercorefactory setup to launch all my videos with mpc-hc, while audio is launched with the internal kodi player.
Audio and video files launch fine, but as soon as I play any video that invokes the mpc-hc rule, -ALL- subsequent plays of any media type (audio and video) are forced into this rule as well, even "play using..." and selecting the internal player does not work, everything is forced to the rule from the first video played. Only restarting Kodi fixes this, I can then play audio with the internal player as desired, but only until another video is launched.
xml:<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\K-Lite Codec Pack\MPC-HC64\mpc-hc64.exe</filename>
<args>/fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
<playcountminimumtime>1140</playcountminimumtime>
</player>
</players>
<rules action="prepend">
<rule video="true" player="MPC-HC">
</rule>
</rules>
</playercorefactory>