Skin question...

To speak about custom skins

Skin question...

Postby Thirteen » 02 May 2011, 19:19

Hi all...

I don't know what I'm making wrong, but there is always the same thing, when I try to activate my skin, there are just small yellow quadrats on the top left.

I thought, that I would make a new video skin just with the informations: Uptime, Speed, Time, Altitude. For "my" skin I don't need any more controller options...But can somebody help me to make the "thing" running...I was about 2 hours between car and notebook...but I've don't found any mistake. I've also read the instructions on wiki, but nothing helps...

Here's the link to the skin: http://www.backward.ch/clio/rs.zip

Thanks for helping...
Thirteen
Membre
 
Posts: 54
Joined: 12 Dec 2010, 14:00

Re: Skin question...

Postby wolfgar » 03 May 2011, 00:40

Add an empty line at the end of your ws_skin.conf file !
Sorry for this constraint and the pain...

Wolfgar
User avatar
wolfgar
Site Admin
 
Posts: 1874
Joined: 26 Feb 2008, 22:15

Re: Skin question...

Postby Thirteen » 03 May 2011, 07:35

It works! Thank you very much.
Thirteen
Membre
 
Posts: 54
Joined: 12 Dec 2010, 14:00

Re: Skin question...

Postby wolfgar » 04 May 2011, 01:32

great
User avatar
wolfgar
Site Admin
 
Posts: 1874
Joined: 26 Feb 2008, 22:15

Re: Skin question...

Postby manolomontero » 10 May 2011, 10:44

Greetings

You can help me find a program to create skins? or give me a tutorial for them. It's for the Carminat Tomplafer . Thanks
manolomontero
Nouveau membre
 
Posts: 5
Joined: 10 May 2011, 10:37

Re: Skin question...

Postby wolfgar » 10 May 2011, 23:19

HI

Here is an old tutorial :
http://translate.google.fr/translate?js ... 3Fid%3Ddoc

To begin you can have a look at existing skins to understand how it works. (unzip one of them and have a look at the files)
The really hard part if the graphic design. If you are faced with problems for the configuration file i can help...

Te tutorial is not up to date :
Here are updated list of values :

*cmd values :
SKIN_CMD_EXIT_MENU = 0, /*!<exit skin */
SKIN_CMD_PAUSE = 1, /*!<send a pause command to mplayer */
SKIN_CMD_STOP = 2, /*!<send a stop command to mplayer */
SKIN_CMD_MUTE = 3, /*!<send a mute command to mplayer */
SKIN_CMD_VOL_MOINS = 4, /*!<send a volume command to mplayer */
SKIN_CMD_VOL_PLUS = 5, /*!<send a volume command to mplayer */
SKIN_CMD_LIGHT_MOINS = 6, /*!<send a light command to mplayer */
SKIN_CMD_LIGHT_PLUS = 7, /*!<send a light command to mplayer */
SKIN_CMD_DELAY_MOINS = 8, /*!<send a delay+ command to mplayer */
SKIN_CMD_DELAY_PLUS = 9, /*!<send a delay- command to mplayer */
SKIN_CMD_GAMMA_MOINS = 10,/*!<send a gamma+ command to mplayer */
SKIN_CMD_GAMMA_PLUS = 11,/*!<send a gamma- command to mplayer */
SKIN_CMD_FORWARD = 12,/*!<send a forward command to mplayer */
SKIN_CMD_BACKWARD = 13,/*!<send a backward command to mplayer */
SKIN_CMD_NEXT = 14,/*!<send a next command to mplayer */
SKIN_CMD_PREVIOUS = 15,/*!<send a previous command to mplayer */
/* Others */
SKIN_CMD_BATTERY_STATUS = 16,
SKIN_CMD_ANIM = 17,
SKIN_CMD_TEXT_UPTIME = 18,
SKIN_CMD_TEXT_TIME = 19,
/* Begin of GPS info */
SKIN_CMD_TEXT_LAT = 20,
SKIN_CMD_TEXT_LONG = 21,
SKIN_CMD_TEXT_ALT = 22,
SKIN_CMD_TEXT_SPEED = 23,
/* Begin of tags related info */
SKIN_CMD_TEXT_ARTIST = 30,
SKIN_CMD_TEXT_TRACK = 31,
SKIN_CMD_TEXT_ALBUM = 32,
SKIN_CMD_TEXT_TITLE = 33,
SKIN_CMD_TEXT_YEAR = 34,
SKIN_CMD_TEXT_COMMENT = 35,
SKIN_CMD_TEXT_GENRE = 36,
SKIN_CMD_COVERART = 37
SKIN_CMD_CURRENT_POS = 40
SKIN_CMD_REMAINING_TIME = 41

* Type values :
SKIN_CONTROL_CIRCULAR = 1
SKIN_CONTROL_RECTANGULAR =2
SKIN_CONTROL_PROGRESS_X = 3
SKIN_CONTROL_PROGRESS_Y = 4
SKIN_CONTROL_TEXT = 5

Regards
User avatar
wolfgar
Site Admin
 
Posts: 1874
Joined: 26 Feb 2008, 22:15

Re: Skin question...

Postby manolomontero » 11 May 2011, 15:33

Thank you master ,a question ... I can fuck any 480x272 image place the icons (play, stop etc) and tell the file skin.conf parameters where each icon? Is that correct?
manolomontero
Nouveau membre
 
Posts: 5
Joined: 10 May 2011, 10:37

Re: Skin question...

Postby wolfgar » 11 May 2011, 19:08

Yes,

You design a picture and then you tell where the icons and text have to be displayed in the configuration file...
Once again, do not hesitate to ask for support if you are faced with issues to setup a working configuration file ...

Regards
User avatar
wolfgar
Site Admin
 
Posts: 1874
Joined: 26 Feb 2008, 22:15

Re: Skin question...

Postby manolomontero » 19 May 2011, 11:41

Hello Wolfgar

This parameter is used for?
SKIN_CMD_ANIM = 17
manolomontero
Nouveau membre
 
Posts: 5
Joined: 10 May 2011, 10:37

Re: Skin question...

Postby wolfgar » 19 May 2011, 21:38

Hmm
Let s say it is undocumented for now ;)

Seriously it aims at enabling an animated png or gif on a skin...
If you want to use it : i will make it work but you cannot expect it to work right now ...

Regards
User avatar
wolfgar
Site Admin
 
Posts: 1874
Joined: 26 Feb 2008, 22:15

Re: Skin question...

Postby manolomontero » 20 May 2011, 11:10

Hi, I have placed an animated gif with this parameter and the moving gif but the 3 seconds blokea the skin.
I say this because it could have a more visual and vibrant skin.
manolomontero
Nouveau membre
 
Posts: 5
Joined: 10 May 2011, 10:37

Re: Skin question...

Postby wolfgar » 21 May 2011, 00:09

As i said : "you cannot expect it to work right now ..."
It was not a lie ;)
User avatar
wolfgar
Site Admin
 
Posts: 1874
Joined: 26 Feb 2008, 22:15

Re: Skin question...

Postby Chris78c » 01 Apr 2012, 00:08

excuse me Wolfgar, what is the SKIN_CMD for year?
The DAY is ctrl=43,
the MONTH is ctrl=44,
the weekday is ctrl=45,
there is a ctrl for year?
can you refresh the post where is the CMD?
many many thanks ^__^
Chris78c
Membre
 
Posts: 58
Joined: 13 Mar 2011, 17:45

Re: Skin question...

Postby wolfgar » 01 Apr 2012, 17:48

Hi,

No there is no cmd for year alone.
I can add it easily but I will not release anything before stabilizing integration image (including BT)

Regards
wolfgar
User avatar
wolfgar
Site Admin
 
Posts: 1874
Joined: 26 Feb 2008, 22:15

Re: Skin question...

Postby Chris78c » 01 Apr 2012, 18:25

ok ok, i've asked this because i'm work on a new skin.
thanks ;)
Chris78c
Membre
 
Posts: 58
Joined: 13 Mar 2011, 17:45

Next

Return to Skins

Who is online

Users browsing this forum: No registered users and 1 guest