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.