Skining Guide
5 posters
Page 1 of 1
Skining Guide
Welcome to the skining guide! (UPDATED WITH XPLOREME 4.1 FEATURES!)
you can make a customized skin for XploreME player!
the skins can be placed inside XploreME's jar file
or can be loaded via folder at the phone's filesystem
every skin have its png files:
for the picture viewer:
box.png - the details box background
for the media player:
0.png - the player background (pause button should be pushed)
1.png - shuffle on
2.png - repeat on
3.png - play indicator
4.png - stop indicator
5.png - pause indicator
6.png - play button pushed
7.png - stop button pushed
8.png - lock indicator
9.png - progress bar image
you can change the default vals of the skin (positions,colors etc..)
in order to do that you need to place a file named: "player.ini"
in the player.ini file you need to write only the vals you want to change
you DONT NEED to write all the default vals .
the syntax is:
name=value
make sure the file dont have unwanted spaces and not saved as unicode text!
Version 4.1 of XploreME! introduce some new features,
like changing the fonts and sizes, and making id-text in diffrent locations,
settings for text scrolling and image resizing. in the future there will
be a support with rotating skins.
here are the vals:
version - the version of the skin, for old skins its equal to zero,
VERSION MUST BE SET TO 1 IN ORDER TO ENABLE ALL THE NEW SKINS OPTIONS.
vnameC - color of the title while playing video
trknumC
trknumX - track number, x,y and color
trknumY
trknumA - track number text align (1- center, 4- left, 8- right)
trknumF - track number font, for more details on how to generate font code, look at the end of this guide
clkC
clkX - clock x,y, and color
clkY
clkF - clock font, for more details on how to generate font code, look at the end of this guide
volC
volX - volume lines x,y, width, color
volY
volW
volS - space between volume lines
reptX
reptY - shuffle and repeat buttons x,y
suflX
suflY
idC
idX - song title id x,y,color
idY
idW - song title id max width(i text exceeds this width it start scrolling)
hebrew text will start at point idX+idW (Right to left)
idF - font of the title id, (small, medium, large, bold, and more)
for more details on how to generate font code, look at the end of this guide
id2C,id2X,id2Y,id2W,id2F - same for song artist
id3C,id3X,id3Y,id3W,id3F - same for song album
trktimC
trktimX - track timer color, x ,y
trktimY
trktimF - track timer font, for more details on how to generate font code, look at the end of this guide
stateX - play pause stop indicators x,y
stateY
stopbtnX
stopbtnY - start and stop pressed buttons
strtbtnX
strtbtnY
barX
barY - progress bar color, x, y, width, height
barC
barW
barP - progress bar mode:
0 = Only line
1 = Line + Image(9.png)
2 = Only image(9.png)
barPH - 9.png(progress bar image) Y location
barH
blbarC - progress blink bar color (at pause)
lockX - lock indicator x,y
lockY
imgX - song/album image x,y, color
imgY
imgC - the color of the image's frame
imgH, imgW - resize img to fixed size, for example 130x130, if imgH=imgW=0, no image will display.
all the default vals:
version=0 (in new skins version=1 must be set)
vnameC=0xc5d8f4
trknumC=0xc5d8f4
trknumX=43
trknumY=28
trknumF=40
trknumA=1
clkC=0x366ab3
clkX=235
clkY=-3
clkF=32
volC=0x292993
volX=90
volY=54
volW=10
volS=2
reptX=185
reptY=35
suflX=119
suflY=36
idC=0xFFFFFF
idX=4
idY=58
idW=232
idF=41
id2C=0xFFFFFF
id2X=4
id2Y=78
id2W=232
id2F=40
id3C=0xFFFFFF
id3X=4
id3Y=98
id3W=232
id3F=40
trktimC=0x366ab3
trktimX=96
trktimY=266
trktimF=40
stateX=182
stateY=271
stopbtnX=39
stopbtnY=265
strtbtnX=10
strtbtnY=271
barC=0x87d200
blbarC=0x1da800
barX=34
barY=246
barW=172
barH=9
barP=1
barPH=246
lockX=208
lockY=267
imgX=5
imgY=125
imgC=0x366ab3
imgW=112
imgH=111
Removed in XploreME 4.1 and no longer in use:
lwarnC
lwarnX
lwarnY
lwarnB
lwarnX1
lwarnY1
lwarnX2
lwarnY2
remember you dont have to place all the default vals in player.ini
only the one you change.
after you make the skin, dont forget to update the skin name in:
skins.ini file that in skins folder. (if the skin is installed on the JAR)
please submit the skins you make in this forum!
happy skinning!
Appendix - Font of text:
In order to make a code you need to select a style,size,face
and sum their values from the following list:
Value 0 is assigned to STYLE_PLAIN.
Value 1 is assigned to STYLE_BOLD.
Value 2 is assigned to STYLE_ITALIC.
Value 4 is assigned to STYLE_UNDERLINED.
Value 8 is assigned to SIZE_SMALL.
Value 0 is assigned to SIZE_MEDIUM.
Value 16 is assigned to SIZE_LARGE.
Value 0 is assigned to FACE_SYSTEM.
Value 32 is assigned to FACE_MONOSPACE.
Value 64 is assigned to FACE_PROPORTION
For example the code for bold,small,monospace font is 1+8+32 = 41
you can make a customized skin for XploreME player!
the skins can be placed inside XploreME's jar file
or can be loaded via folder at the phone's filesystem
every skin have its png files:
for the picture viewer:
box.png - the details box background
for the media player:
0.png - the player background (pause button should be pushed)
1.png - shuffle on
2.png - repeat on
3.png - play indicator
4.png - stop indicator
5.png - pause indicator
6.png - play button pushed
7.png - stop button pushed
8.png - lock indicator
9.png - progress bar image
you can change the default vals of the skin (positions,colors etc..)
in order to do that you need to place a file named: "player.ini"
in the player.ini file you need to write only the vals you want to change
you DONT NEED to write all the default vals .
the syntax is:
name=value
make sure the file dont have unwanted spaces and not saved as unicode text!
Version 4.1 of XploreME! introduce some new features,
like changing the fonts and sizes, and making id-text in diffrent locations,
settings for text scrolling and image resizing. in the future there will
be a support with rotating skins.
here are the vals:
version - the version of the skin, for old skins its equal to zero,
VERSION MUST BE SET TO 1 IN ORDER TO ENABLE ALL THE NEW SKINS OPTIONS.
vnameC - color of the title while playing video
trknumC
trknumX - track number, x,y and color
trknumY
trknumA - track number text align (1- center, 4- left, 8- right)
trknumF - track number font, for more details on how to generate font code, look at the end of this guide
clkC
clkX - clock x,y, and color
clkY
clkF - clock font, for more details on how to generate font code, look at the end of this guide
volC
volX - volume lines x,y, width, color
volY
volW
volS - space between volume lines
reptX
reptY - shuffle and repeat buttons x,y
suflX
suflY
idC
idX - song title id x,y,color
idY
idW - song title id max width(i text exceeds this width it start scrolling)
hebrew text will start at point idX+idW (Right to left)
idF - font of the title id, (small, medium, large, bold, and more)
for more details on how to generate font code, look at the end of this guide
id2C,id2X,id2Y,id2W,id2F - same for song artist
id3C,id3X,id3Y,id3W,id3F - same for song album
trktimC
trktimX - track timer color, x ,y
trktimY
trktimF - track timer font, for more details on how to generate font code, look at the end of this guide
stateX - play pause stop indicators x,y
stateY
stopbtnX
stopbtnY - start and stop pressed buttons
strtbtnX
strtbtnY
barX
barY - progress bar color, x, y, width, height
barC
barW
barP - progress bar mode:
0 = Only line
1 = Line + Image(9.png)
2 = Only image(9.png)
barPH - 9.png(progress bar image) Y location
barH
blbarC - progress blink bar color (at pause)
lockX - lock indicator x,y
lockY
imgX - song/album image x,y, color
imgY
imgC - the color of the image's frame
imgH, imgW - resize img to fixed size, for example 130x130, if imgH=imgW=0, no image will display.
all the default vals:
version=0 (in new skins version=1 must be set)
vnameC=0xc5d8f4
trknumC=0xc5d8f4
trknumX=43
trknumY=28
trknumF=40
trknumA=1
clkC=0x366ab3
clkX=235
clkY=-3
clkF=32
volC=0x292993
volX=90
volY=54
volW=10
volS=2
reptX=185
reptY=35
suflX=119
suflY=36
idC=0xFFFFFF
idX=4
idY=58
idW=232
idF=41
id2C=0xFFFFFF
id2X=4
id2Y=78
id2W=232
id2F=40
id3C=0xFFFFFF
id3X=4
id3Y=98
id3W=232
id3F=40
trktimC=0x366ab3
trktimX=96
trktimY=266
trktimF=40
stateX=182
stateY=271
stopbtnX=39
stopbtnY=265
strtbtnX=10
strtbtnY=271
barC=0x87d200
blbarC=0x1da800
barX=34
barY=246
barW=172
barH=9
barP=1
barPH=246
lockX=208
lockY=267
imgX=5
imgY=125
imgC=0x366ab3
imgW=112
imgH=111
Removed in XploreME 4.1 and no longer in use:
lwarnC
lwarnX
lwarnY
lwarnB
lwarnX1
lwarnY1
lwarnX2
lwarnY2
remember you dont have to place all the default vals in player.ini
only the one you change.
after you make the skin, dont forget to update the skin name in:
skins.ini file that in skins folder. (if the skin is installed on the JAR)
please submit the skins you make in this forum!
happy skinning!
Appendix - Font of text:
In order to make a code you need to select a style,size,face
and sum their values from the following list:
Value 0 is assigned to STYLE_PLAIN.
Value 1 is assigned to STYLE_BOLD.
Value 2 is assigned to STYLE_ITALIC.
Value 4 is assigned to STYLE_UNDERLINED.
Value 8 is assigned to SIZE_SMALL.
Value 0 is assigned to SIZE_MEDIUM.
Value 16 is assigned to SIZE_LARGE.
Value 0 is assigned to FACE_SYSTEM.
Value 32 is assigned to FACE_MONOSPACE.
Value 64 is assigned to FACE_PROPORTION
For example the code for bold,small,monospace font is 1+8+32 = 41
Last edited by ThaPhoeniX on Sat Aug 16, 2008 1:00 pm; edited 1 time in total
Re: Skining Guide
Hello,
*Can I change the size numbers clock and traker timer? How?
*Can change the number lines of vol? How?
*How insert CD image in the player?
PD. Sorry, my english is very bad.
Thanks.
*Can I change the size numbers clock and traker timer? How?
*Can change the number lines of vol? How?
*How insert CD image in the player?
PD. Sorry, my english is very bad.
Thanks.
ramses- Active Member
- Number of posts : 7
Country : spain
Registration date : 2007-11-13
Re: Skining Guide
* no you cannot
* number of the lines is 10
you can change the space size between the lines
* what CD image??
* number of the lines is 10
you can change the space size between the lines
* what CD image??
Re: Skining Guide
Thank for you answer.
ramses- Active Member
- Number of posts : 7
Country : spain
Registration date : 2007-11-13
Re: Skining Guide
I think he mean album art.* what CD image??
dany- Skin creator
- Number of posts : 65
Country : israel
Registration date : 2007-04-29
Re: Skining Guide
dany wrote:I think he mean album art.* what CD image??
Yes, is that.
ramses- Active Member
- Number of posts : 7
Country : spain
Registration date : 2007-11-13
Re: Skining Guide
ramses wrote:dany wrote:I think he mean album art.* what CD image??
Yes, is that.
Look Here:
https://xploreme.editboard.com/Help-h2.htm
under
HOW TO ATTACH AN IMAGE TO A SONG OR A FOLDER
Re: Skining Guide
Thank you very much.
ramses- Active Member
- Number of posts : 7
Country : spain
Registration date : 2007-11-13
Re: Skining Guide
When I press the button ' set as player skin' on the phone, there is no response...
Erm, is there anything i am missing out?
Erm, is there anything i am missing out?
fplolz- Number of posts : 1
Country : singapore
Registration date : 2007-11-28
Rotating skins
Hi,
when will you implement the feature of rotating skins? Its an important
feature and we are still waiting...
when will you implement the feature of rotating skins? Its an important
feature and we are still waiting...
daniel_22- Number of posts : 1
Country : germany
Registration date : 2009-03-28
Similar topics
» Skining Guide
» Skinning guide updated!
» Guide-How to Install skin on XploreME!
» Language Pack making/installing guide
» Platform files making and installing guide published
» Skinning guide updated!
» Guide-How to Install skin on XploreME!
» Language Pack making/installing guide
» Platform files making and installing guide published
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum