Kodi Community Forum

Full Version: [PATCH] LaunchPlayer - External Video Player Launcher (to launch third-party players)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Code:
<advancedsettings>
  <video>
    <defaultplayer>externalplayer</defaultplayer>
  </video>

<externalplayer>
  <filename>"C:\Program Files\Webteh\BSplayerPro\bsplayer.exe"</filename>
  <args>-fs -eend -hide</args>
  <forceontop>false</forceontop>
  <hidexbmc>true</hidexbmc>
  <hideconsole>false</hideconsole>
  <hidecursor>false</hidecursor>
</externalplayer>

</advancedsettings>

Image

but not working bsplayer play the video.help meSmile
1.you dont need the quote "" for the player path
2. bs player require the arguments after the path of the video file.
ex:
the one working
bsplayer.exe "H:\Downloads\American.Dad.S04E16.Delorean.Story-An.PROPER.PDTV.XviD-FQM.avi" -fs -eend -hide
the one dont working
bsplayer.exe -fs -eend -hide "H:\Downloads\American.Dad.S04E16.Delorean.Story-An.PROPER.PDTV.XviD-FQM.avi"
Closing this thread as this isn't development related. Please use the user support forum.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27