Official BS.Player forums

Official BS.Player forums (http://forum.bsplayer.com/index.php)
-   General Talk And Support (http://forum.bsplayer.com/forumdisplay.php?f=8)
-   -   how to create playlists ? (http://forum.bsplayer.com/showthread.php?t=2578)

steeler63 21st September 2003 02:11 AM

how to create playlists ?
 
how do you create playlists

ableite 21st September 2003 03:02 AM

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 :)

BSPeter 21st September 2003 09:10 AM

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).
:wink:

Quietseb 21st September 2003 09:20 AM

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


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