Official BS.Player forums  

Go Back   Official BS.Player forums > Main forum > General Talk And Support
Register FAQ Calendar Today's Posts Search

General Talk And Support General talk and peer-to-peer support about BS.Player and other video and audio multimedia players.

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4 (permalink)  
Old 21st September 2003
Quietseb's Avatar
Senior Member
BS.Player Power User
 
Join Date: Jun 2002
Location: back in France...
Posts: 581
Rep Power: 0
Quietseb is an unknown quantity at this point
Default

if you have many files in the same directory (for instance 25 episodes of an anime), I would suggest this alternative:
  1. Open a command window (start->run->cmd.exe)
  2. change to the directory in which your files are
  3. type
    Code:
    dir /b /on > bsPlaylist.bsl
  4. open the bsl file in notepad to delete the line that contains the name of the playlist file

explanation of the command line:
dir lists the files in the directory
/b tells dir to display only the file names
/on tells dir to order the files by name (alphabetical order)
> bsPlaylist.bsl redirects the output to the bsPlaylist.bsl file (it creates the file if it does not exist, replaces it otherwise; >> appends the result to the existing file)

you can type dir /? in a command window to get help on the dir command

Note: since the command only gives the file name, the playlist file must be in the same folder than the video files


yet another way to create playlists is to open bsplayer, open the playlist window and drag and drop files to this playlist window, then right-click on the playlist window and choose save to file
Reply With Quote
 

Tags
create, playlists


Posting Rules


All times are GMT +1. The time now is 08:34 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2025, 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