View Single Post
  #2 (permalink)  
Old 21st September 2011
BSPeter's Avatar
BSPeter BSPeter is offline
Moderator
BS.Player Master
 
Join Date: Nov 2002
Location: The Netherlands
Posts: 5,463
Rep Power: 32
BSPeter is on a distinguished road
Default

You only need to change 2 lines in skin.ini file of this skin:
Code:
....
[Buttons]
Number=11
Btn1=play,60,53,0,20;$lang.Actions.21
Btn2=pause,92,53,0,21;$lang.Actions.22
Btn3=stop,124,53,0,22;$lang.Actions.23
Btn4=pref,258,53,0,7;$lang.Actions.8
Btn5=hide,260,3,0,59;$lang.Actions.60
Btn6=close,274,3,0,77;$lang.Actions.78
Btn7=open,220,53,0,63;$lang.Actions.64
Btn8=mute,213,39,0,35;$lang.Actions.36
Btn9=pl,245,3,0,34;$lang.Actions.35
Btn10=rewind,156,53,0,25;$lang.Actions.26
Btn11=forward,188,53,0,28;$lang.Actions.29
....
The last two lines should be changed into:
Code:
Btn10=rewind,156,53,0,80;$lang.Actions.81
Btn11=forward,188,53,0,79;$lang.Actions.80
Further (for 10 seconds jumps) you have to set the value of "Seconds to jump" to [10] (which is the default value) under
rightclick > Options > Preferences > General [General settings]
(at bottom right of the window)

See the list here.
Official (up-to-date) list can be found under "// Other commands" towards the end of the (text)file "bsp.h".
This file "bsp.h" is in the folder "sdk" inside BS.Player's installation folder.
(The numbers for "$lang.Actions." can be found under "[Actions]" in the Language.lng file inside the folder "lang" in BS.Player's installation folder.






Now HOW TO??
  1. find the skin in BS.Player's (sub)folder "Skins" (in BS.Player's installation folder)
  2. rename <skinname>.bsz to <skinname>.zip
  3. open the zip and look for the file "skin.ini"
  4. Open the file "skin.ini" in Notepad and edit as indicated above
  5. Save the amended file "skin.ini" file into the <skinname>.zip file
    (overwriting the existing "skin.ini"-file in there)
  6. Rename <skinname>.zip to <skinname>.bsz
  7. Done!! (Perhaps you have to reload the skin in BS.Player)
Attached Files
File Type: txt bsp.h.txt (7.6 KB, 4 views)
__________________
Help2Help (click) BSplayer: simply the best & most versatile (Build 1072 Dutch language here!)
When posting always mention your computer's OS and the version and build number(!) of BS.Player as used by you,
as well as - if applicable and especially when encountering problems - the type(s) of the file(s) mentioned in your post.
Private messages/Visitor messages are NOT for seeking personal help with respect to BS.Player! Instead use the forums!
Reply With Quote
 

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