[PATCH] LaunchPlayer - External Video Player Launcher (to launch third-party players)

  Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
albatros44 Offline
Junior Member
Posts: 1
Joined: May 2009
Reputation: 0
Post: #391
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: nwh8jr.jpg]

but not working bsplayer play the video.help meSmile
find
tiben20 Offline
Team-XBMC Developer
Posts: 1,003
Joined: Jun 2008
Reputation: 16
Post: #392
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"
find
WiSo Offline
Team-XBMC Developer
Posts: 2,484
Joined: Oct 2003
Reputation: 0
Location: Germany
Post: #393
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.
find
Thread Closed