View Single Post
  #2 (permalink)  
Old 2nd March 2003
Quietseb's Avatar
Quietseb Quietseb is offline
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

the playlist should work in that case
I can't figure out why yours doesn't (supposing it was made correctly ;))...

otherwise you can set up ini files...
something like this:

Quote:
I've got 6 files in the root directory of my CD (it works in a directory of a HDD too):

essai1.bsi
essai2.bsi

file1.avi
file2.avi

sub1.srt
sub2.srt


the bsi files read

essai1.bsi
Code:
[Main]
NumberCDs=2
CD=1

[Movie]
Title=kindofplaylist
Directory=.
FName=file1.avi
FName2=file2.avi

[subtitles]
directory=.
sub1=sub1.srt
essai2.bsi
Code:
[Main]
NumberCDs=2
CD=2

[Movie]
Title=kindofplaylist
Directory=.
FName=file2.avi

[subtitles]
directory=.
sub1=sub2.srt
This way the videos are displayed one after another and you can set specific settings for each movie.
As far as I know, this is not possible with only one bsi file
Reply With Quote
 

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