View Single Post
  #5 (permalink)  
Old 24th April 2003
chris2k3 chris2k3 is offline
Junior Member
BS.Player Newbie
 
Join Date: Apr 2003
Posts: 3
Rep Power: 0
chris2k3 is an unknown quantity at this point
Default

Hi !

Because the thing i want to do is to automatically choose one language of a vobsub subtitle containing several languages at start of BS
So ...

1/ Puting the vobsub file with same name of the movie in same dir, when playing movie, no problem, it starts with the first langage of subtitle and it displays okay the 4 langages in the menu

2/ Using bsi file with Sub1=english|vobsubfile.idx
Sub2=french|vobsubfile.idx
and so on
Mess up the langage menu and doesnt work fine

note that Sub1=english|vobsubfile.sub
and so on
doesnt work, it displays the langages correctly in the menu but the show subtitles option is unreachable

what i want is a way to do the following :
bulding the ini file like

Dir : movie.avi
/Subs
moviesubs.idx \
moviesubs.sub / contains subtitles in 4 langages

ini file
...
[Subtitles]
Directory=Dir/Subs
Sub1=Lang1|moviesubs.idx
Sub2=Lang2|moviesubs.idx
Sub3=Lang3|moviesubs.idx
Sub4=Lang4|moviesubs.idx
DefaultSub = whatever i want, 1,2,3 or 4

Without messing menu langage titles (there must be only 4 choices and auto display at start and not "show subtitles" unreachable

It looks impossible !

Thats my question, is it possible ?
And then, how ?
I cant succeed







So that's my problem !!!
Reply With Quote
 

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