Official BS.Player forums  

Go Back   Official BS.Player forums > Main forum > BS.Player Skins and Skinning

BS.Player Skins and Skinning Comments on skins, new ideas, skinmaker, skinmaker documentation, or anything else concerning BS.Player skins

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 6th July 2009
Junior Member
BS.player Regular User
 
Join Date: May 2009
Posts: 21
Rep Power: 0
PHNX is on a distinguished road
Default Need Help With Skin Completion

I have various questions regarding things i need to know in order to complete my skin. I will post them as i go along.

-------------------------------------

Lets start with something simple. See the TV and RADIO buttons in the upper right corner? These buttons are supposed to call up the MediaLibrary in TV-Mode and Radio-Mode respectively. (Exactly like the BASE Skin does.)

What i need to know are the button-keycodes for these two functions.


Reply With Quote
  #2 (permalink)  
Old 7th July 2009
BSPeter's Avatar
Moderator
BS.Player Master
 
Join Date: Nov 2002
Location: The Netherlands
Posts: 5,463
Rep Power: 32
BSPeter is on a distinguished road
Default

Can't you perhaps find that in skin.ini file of Base-skin?
__________________
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
  #3 (permalink)  
Old 8th July 2009
Junior Member
BS.player Regular User
 
Join Date: May 2009
Posts: 21
Rep Power: 0
PHNX is on a distinguished road
Default

Unfortunately not.

I dont know how they did it in Base, but there is no absolute keycode for these two functions.

Thats why i had to ask, because i just couldnt figure it out...
Reply With Quote
  #4 (permalink)  
Old 13th July 2009
Junior Member
BS.player Regular User
 
Join Date: May 2009
Posts: 21
Rep Power: 0
PHNX is on a distinguished road
Default

I hope i didnt ask for any trade-secret,...
Reply With Quote
  #5 (permalink)  
Old 14th July 2009
BSPeter's Avatar
Moderator
BS.Player Master
 
Join Date: Nov 2002
Location: The Netherlands
Posts: 5,463
Rep Power: 32
BSPeter is on a distinguished road
Default

From Base-skin's ini:
Code:
[AddSkinArea]
BgImage=extbg
;TransColor=f400fd
NumSection=5
AttachAt=396,22
DefRect=78,0,117,103
DefSection=0
Btn1=exvideo,79,0,0,1;VIDEO
Btn2=exdvd,79,22,0,2;DVD
Btn3=exaudio,79,43,0,3;AUDIO
Btn4=exradio,79,64,0,4;RADIO
Btn5=extv,79,84,0,5;TV
 
[AddSkinArea.1]
Number=8
Rect=0,0,117,103
Btn1=exvbtn1,11,8,0,112;$lang.Menu.55
Btn2=exvbtn2,10,35,0,10;$lang.Menu.32
Btn3=exvbtn3,10,57,0,33;$lang.Menu.39
Btn4=exvbtn4,10,80,0,66;$lang.Menu.33
Btn5=exvbtn5,51,8,0,98;
Btn6=exvbtn6,49,37,0,98;Font, subs
Btn7=exvbtn7,47,58,0,98;$lang.Menu.31
Btn8=exvbtn8,51,80,0,103;Repeat mode
 
[AddSkinArea.2]
Number=4
Rect=39,0,117,103
Btn1=exdbtn1,51,9,0,117;$lang.Menu.107
Btn2=exdbtn2,51,32,0,118;$lang.Menu.108
Btn3=exdbtn3,51,54,0,119;$lang.Menu.110
Btn4=exdbtn4,51,77,0,120;$lang.Menu.109
 
[AddSkinArea.3]
Number=4
Rect=39,0,117,103
Btn1=exabtn1,50,9,0,103;Repeat mode
Btn2=exabtn2,50,34,0,5005;$lang.WID43.25
Btn3=exabtn3,51,64,0,73;$lang.Menu.18 $lang.Menu.19
Btn4=exabtn4,51,86,0,74;$lang.Menu.18 $lang.Menu.20
 
[AddSkinArea.4]
Number=0
Rect=78,0,117,103
 
[AddSkinArea.5]
Number=0
Rect=78,0,117,103
__________________
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
  #6 (permalink)  
Old 14th July 2009
Junior Member
BS.player Regular User
 
Join Date: May 2009
Posts: 21
Rep Power: 0
PHNX is on a distinguished road
Default

Thanks Peter, i already found this when i checked the Base myself but thats not it.

In the case of these five AddSkin Functions, (including Radio and TV as 4 and 5), there must be more to it than just the plain numbers because numbers 1 through 5 are already occupied by other functions.

Example from Base skin.ini:

Btn7=vold,345,108,0,2;$lang.Actions.3
Btn8=volu,361,108,0,1;$lang.Actions.2

Btn1=exvideo,79,0,0,1;VIDEO
Btn2=exdvd,79,22,0,2;DVD

As you can see, 1 and 2 are VolUp and VolDown, yet they are supposed to be Video and DVD as well. Of course this cannot be, since one parameter cannot call two different functions in the same program. So the question is what are 1 and 2 really? The answer is they are definitely VolUp and VolDown, which means there must be some sort of 'trick' to reuse 1 and 2 for Radio and TV in the AddSkin Section.

And this trick (or better yet an absolute keycode) is precisely what i am looking for, because this goes for 4 and 5 as well. I dont know what functions 4 and 5 normally are since a button does nothing with them, but i can assure you they are not Radio and TV.


In any case thanks for your trying to help, i hope some dev can shed some light on this because it would be a pity if i couldnt complete my skin because of such litte details.

PHNX
Reply With Quote
  #7 (permalink)  
Old 14th July 2009
BSPeter's Avatar
Moderator
BS.Player Master
 
Join Date: Nov 2002
Location: The Netherlands
Posts: 5,463
Rep Power: 32
BSPeter is on a distinguished road
Default

I knew/know that those button-nrs were/are already taken, but not for [AddSkinArea].
Doesn't that mean something?
Maybe Tizio can shed some light on this as well?
(Or otherwise indeed Ico-man as a team-member).
__________________
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
  #8 (permalink)  
Old 14th July 2009
Ico-man's Avatar
BS.Support
BS.Player Power User
 
Join Date: Sep 2006
Location: Slovenia
Posts: 1,469
Rep Power: 10
Ico-man is on a distinguished road
Default skinning bsplayer buttons

This "problem" is caused by the design of base skin.

Buttons video, dvd and audio were originals and they are meant to quickly open additional settings for each category (not to open ML).
Buttons Radio and TV were added later and since there is no need for additional settings, were made to point to correct section in ML.

We will add option to define buttons to open desired section of ML - in 2.43 beta.

In the meanwhile, you can still upload your skin and give users a chance to test it, and modify it later when we release beta with added code.

If you need any other skinning info for BS.Player, let us know.
Reply With Quote
  #9 (permalink)  
Old 14th July 2009
Junior Member
BS.player Regular User
 
Join Date: May 2009
Posts: 21
Rep Power: 0
PHNX is on a distinguished road
Default

Thanks for the info Ico, much appreciated.

I will do a couple of final tweaks and testing during this week so i think i can upload a beta around the weekend.



As for the further completion process, what would be most helpful are suggestions as for what to do with the nine unlabeled buttons below the trackbar. Since my aim is to make it a possibly perfect allround-skin that can be used as a full replacement to Base, i am very much interested in hearing opinions as to which functions would benefit the most people in the best way. The functions that are important to me are already all covered, so as far as im concerned these nine buttons can be anything. But IMO they should be something that is useful to the majority of users, since it simply makes the most sense.

(If the BSP Team would like to see any specific functions covered there, please let me know which and in what order of arrangement. If you want any specific labels too (glyphs in this case) just let me know what you have in mind and i will get to it. Its my way of saying Thanks for your great free product and your unprecedented responses to User Feedback.)


Covered so far are: (Left-To-Right Order)

P-R-O Block: Preferences | RepeatModes | OpenFile

PL-EQ-ML Block: Playlist | Equalizer | MediaLibrary

Plus/Minus Block: Volume Control

Player Control Block Upper Row: Rewind | Play | FastForward | Pause

Player Control Block Lower Row: Previous | PreviousChapter | NextChapter | Next | Stop+CloseFile

Left Bottom 3-Block: MinimizePlayer | Skins | Cycle Aspect

Right Bottom 3-Block: JumpBackward | JumpToTime | JumpForward

Player Display: Volume Control | ToggleMute | RepeatModes | ToggleFullscreen

(Note: Fullscreen Skin is 100% identical to the normal skin, minus the non-available readouts in the display of course.)

The 'Video' button in the upper right control block currently opens HardwareVideoSettings, (the sliders), but is supposed to be extended with a submenu similar to that in Base in the further process. The other buttons of this block (DVD, Audio, TV, Radio), are not assigned yet.
Reply With Quote
Reply

Tags
completion, skin

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Skin upload and skin comments are working Ico-man BS.Player Skins and Skinning 8 30th October 2009 11:16 PM
Skins lead to crashing (BSP skin maker 1.06) uncpotato General Talk And Support 3 19th June 2006 08:03 PM
Bigger Fullscreen Skin appearing in smaller size CSOCSO BS.Player Skins and Skinning 6 21st February 2006 10:59 PM
Sony skin thing kozlovsk BS.Player Skins and Skinning 2 13th September 2004 09:13 AM
How can I install a skin? Markant Bug Reports And Codecs 1 15th November 2003 05:13 PM


All times are GMT +1. The time now is 08:18 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger

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