Kodi Community Forum
[PATCH] LaunchPlayer - External Video Player Launcher (to launch third-party players) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: [PATCH] LaunchPlayer - External Video Player Launcher (to launch third-party players) (/showthread.php?tid=40136)

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


- albatros44 - 2009-05-09

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


- tiben20 - 2009-05-10

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"


- WiSo - 2009-05-10

Closing this thread as this isn't development related. Please use the user support forum.