View Single Post
  #6 (permalink)  
Old 17th May 2004
DocOne DocOne is offline
Junior Member
BS.Player Newbie
 
Join Date: Mar 2004
Posts: 6
Rep Power: 0
DocOne is an unknown quantity at this point
Default Re: No subtitles with .bat file

Great. Your information really helped me - it seems my problem is related to lack of the full path to the movies.

I solved it the following way:

The complete .bat file looks like this:
Code:
dir *.avi *.mpg *.mpeg *.wmv *.asf /b>playlist.bsl
"C:\Programmer\Webteh\BSPlayer\bsplay.exe" "%0\..\playlist.bsl" -fs -eend -lang=English
The change is the ""%0\..\" which adds the full path to the playlist.bsl - thus telling BSplayer where to locate the subtitles.

An example of a playlist.bsl:
Windtalkers_(2002).CD1.xvid-deity.(DK).avi
Windtalkers_(2002).CD2.xvid-deity.(DK).avi

(the subtitles are named like this:
Windtalkers_(2002).CD1.xvid-deity.(DK).srt
Windtalkers_(2002).CD2.xvid-deity.(DK).srt)
Reply With Quote
 

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