How *exactly* do you create skins? not clear on site

About usage, announcement and development of skins for VLC
raistrick
New Cone
New Cone
Posts: 2
Joined: 26 Feb 2006 23:17

How *exactly* do you create skins? not clear on site

Postby raistrick » 26 Feb 2006 23:26

I'm a computer scientist, but it doesnt actually say anywhere how you make one, i have tried opening a .vlt file and its not readable. I know about images and xml's etc etc just need an example of what to create and how to test it.

do you have an example i can hack? its always the easiest way to learn. want to make an iTunes 6 skin

cheers

ipkiss
Big Cone-huna
Big Cone-huna
Posts: 695
Joined: 23 Nov 2003 01:49

Postby ipkiss » 27 Feb 2006 08:29


raistrick
New Cone
New Cone
Posts: 2
Joined: 26 Feb 2006 23:17

Postby raistrick » 28 Feb 2006 01:42

yes you pawned someone else off with that answer i noticed. its useless and you guys wonder why no one seems to make skins for vlc!

you should restructure that and stick some good examples up there, its a b**ch to read, i did find the "rename tar.gz to .vlt" in the end... but tbh if i have to read the whole thing just to learn how to create a basic file i'm not sure i have the patience.

Could probably get to it now but, would mean installing something to create tar.gz files in windows cos that's where photoshop is... etc - can i suggest you guys go about creating a "How to customise a Skin" section? would be far easier to learn!

but if that's the only answer you recieve on here, i'm off to use XMMS ;)

ipkiss
Big Cone-huna
Big Cone-huna
Posts: 695
Joined: 23 Nov 2003 01:49

Postby ipkiss » 28 Feb 2006 08:58

yes you pawned someone else off with that answer i noticed. its useless and you guys wonder why no one seems to make skins for vlc!
The remark "it doesnt actually say anywhere how you make one", in your first post, seemed to indicate that you didn't see the page i linked to.
you should restructure that and stick some good examples up there, its a b**ch to read, i did find the "rename tar.gz to .vlt" in the end...
That's right, we should probably do that. But it takes time and motivation, and until now, noone has proposed to do so. Feel free to do it yourself, i will be glad to add it to the website :)
Also note that the "Compression" section is referenced at the beginning of the document.
but tbh if i have to read the whole thing just to learn how to create a basic file i'm not sure i have the patience.
This is not supposed to be a tutorial, but a reference that you can consult when you want to know something particular (e.g.: what are all the possible attributes of the Video control?).
Examples can be found in the existing skins.
Could probably get to it now but, would mean installing something to create tar.gz files in windows cos that's where photoshop is... etc
As explained in the documentation, VLC is able to load a skin directly from the XML file, which means you don't have to compress the whole thing all the time when designing the skin. You can start worrying about making a .tar.gz when everything else is finished :)
can i suggest you guys go about creating a "How to customise a Skin" section? would be far easier to learn!
This is also a good idea, but writing docs is not so fun, and i don't have much free time. Your help is again welcome! :)
but if that's the only answer you recieve on here, i'm off to use XMMS ;)
No problem, VLC now has some support for the Winamp2/XMMS skins in the development version ;-)

tvtalkshowshigh
Blank Cone
Blank Cone
Posts: 95
Joined: 13 Jun 2005 12:36
Location: UK

Postby tvtalkshowshigh » 03 Mar 2006 18:27

i thought winamp2/XMMS skins were just re-painted bitmaps rather than proper skins in the conventional sense...?

incidentally, i just had a look at the tutorial for winamp3 skins - FORGET IT!!! there's no way i'm going to spend the hours it'll take just to read through the tutorial to learn how to make those! I adapted someone elses skin and then made my own from scratch in an afternoon, much simpler and cleaner - less of that fancy nonsense.

mark

ipkiss
Big Cone-huna
Big Cone-huna
Posts: 695
Joined: 23 Nov 2003 01:49

Postby ipkiss » 03 Mar 2006 23:34

Yes, Winamp2/XMMS skins have a predefined layout. But there are hundreds of them, so it's nice to be able to use them for VLC!

Don't worry, there is no plan to support Winamp3 skins. And even if there was, we wouldn't give up the "simple" skinning system we currently have.

RickyK586

Skins really this hard?

Postby RickyK586 » 07 Apr 2006 06:26

Am I missing something, or do you really have to make skins this way? Do you really have to type the dimensions of each picture? If so, then that's why not that many people are making skins. Maybe if you could use slices somehow. A seperate program for making VLC skins would be perfect! I'm sure there's a programmer out there that could make this program for free. It really shouldn't be THAT hard. But, then again, I'm not about to do it so whatever.

johntheman

Re: Skins really this hard?

Postby johntheman » 07 Apr 2006 06:29

Am I missing something, or do you really have to make skins this way? Do you really have to type the dimensions of each picture? If so, then that's why not that many people are making skins. Maybe if you could use slices somehow. A seperate program for making VLC skins would be perfect! I'm sure there's a programmer out there that could make this program for free. It really shouldn't be THAT hard. But, then again, I'm not about to do it so whatever.

I agree with this man, he is right on.

Asim
Cone that earned his stripes
Cone that earned his stripes
Posts: 151
Joined: 30 Mar 2005 05:58
Contact:

Postby Asim » 07 Apr 2006 07:23

if only programming vlc were as simple as clicking a button and voila...

If you've ever designed a webpage, be it html or xhtml you'd know that with CSS you require "dimensions" as well... otherwise you might end up positioning an image somewhere it does not belong. even with coding html you may require to set dimensions for tables etc... so its not always easy... what we DO need is a "tutorial" on how to design skins for VLC

- Asim

3breadt
Big Cone-huna
Big Cone-huna
Posts: 827
Joined: 19 Mar 2006 11:37
Operating System: Win7 Pro / OS X 10.7
Location: Paderborn, Germany
Contact:

Postby 3breadt » 07 Apr 2006 12:36

I really do not know whats the problem with you. I mean, creating skins is so easy. You just create an image of what the player should look like, one with the buttons hovered and or pressed. And the you just take the coordinates and dimensions and put them into the xml file, place the buttons accordingly and voila. Takes not so long to create a simple skin. Of course, more complex skin more effort, but that is the same with all skins for all media players. If you think creating skins for VLC is harder then doing it for other media players you are wrong.
-- 3breadt (aka altglass)

RickyK586

slices

Postby RickyK586 » 10 Apr 2006 07:37

I think that using slices, like in photoshop, would be perfect. It creates an html with the position and size of all the pictures. So all you have to do is save the original, then the different button states. It really wouldnt be that hard to make a program that reads the html it creates, and make an xml from it.

Ricky

tvtalkshowshigh
Blank Cone
Blank Cone
Posts: 95
Joined: 13 Jun 2005 12:36
Location: UK

Re: slices

Postby tvtalkshowshigh » 10 Apr 2006 19:48

It really wouldnt be that hard to make a program that reads the html it creates, and make an xml from it.
i agree, but do you have the time and skills to do it...?

i don't have a problem with the existing way of making skins. my skills are extremely limited but any coding or scripting i have done has always been in text - i prefer it that way. i'd always much rather see exactly what i'm creating instead of having some software do it for me; especially for something as simple as this.

mark.

Asim
Cone that earned his stripes
Cone that earned his stripes
Posts: 151
Joined: 30 Mar 2005 05:58
Contact:

Postby Asim » 21 Apr 2006 09:11

eugh... poor sap... guess he/she/it doesnt realize his/her/miscellaneous' IP address can be traced... rofl

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 21 Apr 2006 09:35

Spam deleted :)
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)


Return to “Skins”

Who is online

Users browsing this forum: No registered users and 10 guests