Official BS.Player forums

Official BS.Player forums (http://forum.bsplayer.com/)
-   Bug Reports And Codecs (http://forum.bsplayer.com/bug-reports-codecs/)
-   -   Bug: run.Execute with BSplayer > 2.34 (http://forum.bsplayer.com/bug-reports-codecs/9378-bug-run-execute-bsplayer-2-34-a.html)

DragonFighter 3rd March 2009 12:21 PM

Bug: run.Execute with BSplayer > 2.34
 
The new BSplayer 2.35.986 doesn't load correctly video files using the execute command.
BSplayer 2.34.980 and past versions of the program had support for playing a video using this command.

I use the following code in Delphi:

run.FileName:= PlayerPath;
run.Parameters := '"' + MovieOrIni + '" ' + BSparam;
run.Execute;

*PlayerPath: The path which is located the BSplayer.exe file
*MovieOrIni: The full path of the video or ini file
*BSparam could be: '-fs' or '-pan' etc

This code works fine with all versions of BSplayer except for the latest 2.35 which plays only the last "history" file. What went wrong?

PS: My program used to call the "ShellExecute" function but BSplayer had stopped supporting that function..

BSPeter 3rd March 2009 08:36 PM

Maybe some connection with the newest features:
IMPROVEMENTS:
- Explorer context menus (Open, Enqueue...) can now be disabled from Preferences>File types
- all files specified at command line will now be played and not just the first one
:confused:

Ico-man 4th March 2009 10:39 AM

We cannot reproduce this, for example:

bsplayer.exe movie.avi -fs starts movie in full screen mode and works without any problems

DragonFighter 5th March 2009 12:57 PM

You can reproduce my problem if you try this:
bsplayer.exe "movie1.avi" -fs
and then
bsplayer.exe "movie2.avi" -fs

You will notice that BSplayer will play again the movie1 and not movie2!
Furthermore, I 've noticed that the above code works if I don't use any parameters

There was no problem with the past versions.

Ico-man 12th March 2009 12:05 PM

Its true, will be fixed in 2.36.

DragonFighter 18th March 2009 02:30 PM

Thank you very much!


All times are GMT +1. The time now is 07:19 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger


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