View Single Post
  #4 (permalink)  
Old 2nd August 2008
Tizio Tizio is offline
Moderator
BS.Player Master
 
Join Date: Nov 2003
Location: Italy
Posts: 3,037
Rep Power: 27
Tizio will become famous soon enough
Default

It's not a problem with BSplayer, but with the program the subtitles used to create the subtitle file.
Usually NEXT-LINE in in HEX code is coded as 0D0A which stand for 0D=CR 0A=LF (in many program languages is CRLF = Carriage Return - Line Feed, I think it's a name from the old typewriter times :) ), Probably who released this subtitle took it from someone whom created it under Macintosh and added the CRLF to the end of every line to make it compatible with Windows programs (usually Unix systems use only the LF to the end of the line, the Macintosh systems only a CR symbol, whereas Windows systems use both of them together CRLF, and probably the problem raised from there. For more info read this article)
Anyway, to make it simpler to you, download this file, and you'll see that the subtitle will work correctly.
If you want to convert all the non working subtitles, then use an Hex editor (Hex Workshop is one of the best, but it costs $50, and if you only have to change some bytes to a subtitle file I think it's a bit too much :lol: ), and replace all 0D0D symbols in 0D symbols (the bad file had a couple of 0D before the 0A byte instead of only one).

If you need more help, feel free to post here and I'll try to help you ;)

If all your subtitles don't work with BSplayer... I think you'd better change your source for them, or you'll have to modify a lot of files with the hex editor........ :roll:

If you want to remove the file click here
__________________
BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer
BSP Definitions Manager (v1.02)
BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051)
Reply With Quote
 

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