albatros44
Junior Member
Posts: 1
Joined: May 2009
Reputation: 0
|
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>
but not working bsplayer play the video.help me
|
|
find
|
tiben20
Team-XBMC Developer
Posts: 1,003
Joined: Jun 2008
Reputation: 16
|
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
Team-XBMC Developer
Posts: 2,481
Joined: Oct 2003
Reputation: 0
Location: Germany
|
Closing this thread as this isn't development related. Please use the user support forum.
|
|
find
|