• 1
  • 23
  • 24
  • 25
  • 26
  • 27(current)
[PATCH] LaunchPlayer - External Video Player Launcher (to launch third-party players)
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.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
  • 1
  • 23
  • 24
  • 25
  • 26
  • 27(current)

Logout Mark Read Team Forum Stats Members Help
[PATCH] LaunchPlayer - External Video Player Launcher (to launch third-party players)3