Official BS.Player forums  

Go Back   Official BS.Player forums > Main forum > Feature Requests, Feedback And Suggestions
Register FAQ Calendar Today's Posts Search

Feature Requests, Feedback And Suggestions Post your suggestions and feature requests here, what would you like to use in BS.Player. Any feedback is appreciated and will be reviewed by our team.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 7th January 2003
Junior Member
BS.Player Newbie
 
Join Date: Jan 2003
Posts: 1
Rep Power: 0
batman007 is an unknown quantity at this point
Default How to play every video in a directory ?

It would be very nice to be able to play every video in a directory (not recursively)
With a commande like this : bsplay c:\any\directory\

The only reason I still use another player in some case (the old microdvd) is this possibility it has and not bsplay.

Thank you :D
Reply With Quote
  #2 (permalink)  
Old 10th January 2003
Junior Member
BS.player Regular User
 
Join Date: Jan 2003
Posts: 13
Rep Power: 0
Marcel is an unknown quantity at this point
Default

I helped myself with a batch file (y'know, this old DOS stuff, sometimes it's still great), placed in the same directory like the video files:

dir *.avi *.mpg *.mpeg *.wmv *.asf *.m2v /b /-p %1 >scoobydoo.bsl
start scoobydoo.bsl

It creates a playlist and starts it with BSPlayer. File extension .bsl must be linked with BSPlayer, of course. I don't remember if I did it on my own or BSPlayer Setup did this for me.
The %1 is for additional parameters, like /s (scans subdirectories, too).

If you want it more flexible, write

dir %1\*.avi %1\*.mpg %1\*.mpeg *%1\.wmv %1\*.asf %1\*.m2v /b /-p >scoobydoo.bsl
start scoobydoo.bsl

so you can pass the viedo files' directory as parameter to the batch file.
It's not tested, maybe it should be "dir %1*.avi %1*.mpg ..." (without the backslashes).

MFG
Marcel
Reply With Quote
Reply

Tags
directory, play, video


Posting Rules


All times are GMT +1. The time now is 05:12 AM.


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