|
General Talk And Support General talk and peer-to-peer support about BS.Player and other video and audio multimedia players. |
| LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
No subtitles with .bat file I have made this .bat file: Code: dir *.avi *.mpg *.mpeg *.wmv *.asf /b>playlist.bsl "C:\Program Files\Webteh\BSPlayer\bsplay.exe" "playlist.bsl" -fs -eend -lang=English If I just double click the playlist.bsl file which is generated with the .bat file, the subtitles works nicely. Any suggestions? (I want to use the.bat file because it also does other things as well. The complete .bat file looks like this: Code: "C:\Program Files\TVTool 9.5\TVTOOL.exe" /tv /768 dir *.avi *.mpg *.mpeg *.wmv *.asf dir *.srt /b>playlist.bsl "C:\Program Files\Webteh\BSPlayer\bsplay.exe" "playlist.bsl" -fs -eend -lang=English "C:\Program Files\TVTool 9.5\TVTOOL.exe" /monitor 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) |
| |||
I don´t get it. I´m using the 1.00 RC1 Build 807 and using Windows XP. When I start the .bat file there are no subtitles - also if I right click BSplayer and try to view the properties for the subtitles it appears they are not loaded. But when I click the playlist.bsl it loads the subtitles like it´s supposed to. |
| |||
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 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) |
Tags |
bat, subtitles |
| |