|
BS.Player Skins and Skinning Comments on skins, new ideas, skinmaker, skinmaker documentation, or anything else concerning BS.Player skins |
| LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
I don't know if I understood your question... Why do you want to put subtitles into a skin? If you want to load subtitles for every language available to you, you have only to rename the subtitles file as in the example below. Example: If you have a movie (e.g. "The Matrix.avi") all you have to do is to rename the subtitles files as the movie name plus the language indicator, and put them in the same folder as the movie one The Matrix.avi The Matrix - EN.srt The Matrix - NL.ssa The Matrix - it.txt The Matrix (Japanese).srt ...... and so on.. It doesn't matter what you put after the movie name, BSplayer will load every subtitle file that begins with the movie name If you didn't wanted this feature, maybe you wanted to have your skin with buttons translated in every BSplayer language ( :? ) If this is the case, you have to modify the skin.ini file as described in the Skin.ini file placed in the Base skin folder. For exaple, if you add a play button and want its tooltip to be translated in every language, you have to write the play button line as follows: Code: [Buttons] ... Btn3=play,129,116,0,20;$lang.Menu.10 ... I hope to have answered to your question... :roll: If not, please tell me what did you mean :)
__________________ 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) |
| |||
Ok, now that this point is clear :D All you have to do is to make a button with Action = 72 (Cycle subtitles). To follow the Play button example, your Cycle subtitles button will be: Code: [Buttons] ... Btn3=CSubt,129,116,0,72;$lang.Actions.73 ...
__________________ 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) |
Tags |
buttom, subtitles |
| |