"Choose player" Doesn't work
#1
Hi All,

Can someone help with the following issue?
I'd like to use different players in Kodi.

In this case Localcast and another videoplayer.
I'm selecting the video I'd select with longpress and select Play with...
It doesn't matter which one I choose. It opens always with my external player and not with Localcast even if I want to use that program.

See next for the playercorefactory.xml

PHP Code:
<playercorefactory>
  <players>
    <player name="LocalCast" type="ExternalPlayer" audio="false" video="true"
      <filename>de.stefanpledl.localcast</filename
      <hidexbmc>true</hidexbmc
      <playcountminimumtime>120</playcountminimumtime
    </player
  <player name="bmnTVideo" type="ExternalPlayer" audio="false" video="true"
       <filename>com.media.musicplayer.videoplayer</filename>
      <hidexbmc>true</hidexbmc
      <playcountminimumtime>120</playcountminimumtime
    </player
  </players>
</
playercorefactory
Thanks to all in advance.

Bjørn
Reply

Logout Mark Read Team Forum Stats Members Help
"Choose player" Doesn't work0