View Single Post
  #1 (permalink)  
Old 22nd January 2010
abba77 abba77 is offline
Junior Member
BS.Player Newbie
 
Join Date: Mar 2009
Posts: 5
Rep Power: 0
abba77 is on a distinguished road
Default Command line options

Hi,

I found the cmdline.txt which gives me the options.

I use XBMC and would like to use bsplayer as my external player. I want to pass the arguments -fs -eend -hide.

The problem is that bsplayer needs them after the filename for it to work, e.g.:

Code:
"C:\Program Files\Webteh\BSplayerPro\bsplayer.exe" "C:\Downloads\sample.mkv" -fs -eend -hide

XBMC passes the arguements after the executable and before the filename, which bsplayer doesnt like, e.g.:

Code:
"C:\Program Files\Webteh\BSplayerPro\bsplayer.exe" -fs -eend -hide "C:\Downloads\sample.mkv"
Is there a way to make it work, or can a suggestion be made that the arguements could be in either order for it to work in an upcoming update?

Thanks.
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20