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??
- find the skin in BS.Player's (sub)folder "Skins" (in BS.Player's installation folder)
- rename <skinname>.bsz to <skinname>.zip
- open the zip and look for the file "skin.ini"
- Open the file "skin.ini" in Notepad and edit as indicated above
- Save the amended file "skin.ini" file into the <skinname>.zip file
(overwriting the existing "skin.ini"-file in there) - Rename <skinname>.zip to <skinname>.bsz
- Done!! (Perhaps you have to reload the skin in BS.Player)