View Single Post
  #5 (permalink)  
Old 25th September 2011
entre45 entre45 is offline
Junior Member
BS.Player Newbie
 
Join Date: Sep 2011
Posts: 4
Rep Power: 0
entre45 is on a distinguished road
Default

Unfortunately didn't work for me
i try to follow all your detailed instructions but no luck
any way thanks !


Quote:
Originally Posted by BSPeter View Post
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)
Reply With Quote
 

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