Official BS.Player forums  

Go Back   Official BS.Player forums > Main forum > General Talk And Support

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 21st September 2003
steeler63
BS.Guest
 
Posts: n/a
Default how to create playlists ?

how do you create playlists
Reply With Quote
  #2 (permalink)  
Old 21st September 2003
Junior Member
BS.Player Newbie
 
Join Date: Sep 2003
Posts: 9
Rep Power: 0
ableite is an unknown quantity at this point
Default

Simply open you notepad put the files addresses (for example: c:\movies\The Matrix.avi and c:\movies\SW2.avi on next line) and then save as the file with a .bsl extension :)
Reply With Quote
  #3 (permalink)  
Old 21st September 2003
BSPeter's Avatar
Moderator
BS.Player Master
 
Join Date: Nov 2002
Location: The Netherlands
Posts: 5,463
Rep Power: 32
BSPeter is on a distinguished road
Default

That's correct.
If you look at the information given in BSPlayers "About"-box, there is an example of such textfile and also how you may use such .bsl file in a commandline (with a list of the options available).
__________________
Help2Help (click) BSplayer: simply the best & most versatile (Build 1072 Dutch language here!)
When posting always mention your computer's OS and the version and build number(!) of BS.Player as used by you,
as well as - if applicable and especially when encountering problems - the type(s) of the file(s) mentioned in your post.
Private messages/Visitor messages are NOT for seeking personal help with respect to BS.Player! Instead use the forums!
Reply With Quote
  #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
Reply

Tags
create, playlists

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules


All times are GMT +1. The time now is 06:11 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