View Single Post
  #2 (permalink)  
Old 30th January 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

what if you don't use quotes for the file names ? (they're not needed)

Code:
Sub1=Danish|subs-dk-mymovie.sub
instead of
Code:
Sub1=Danish|"subs-dk-mymovie.sub"
Quote:
If i rename the file "subs-dk-mymovie.sub" to "mymovie.sub", then it will work. This will also limit the available subtitle choices to 1, unless you use different formats...
you could use the following naming rule:
mymovie.dk.sub
mymovie.se.sub

it should work too (the bsi solution is of course better)
Reply With Quote
 

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