ASkin: skin in progres

About usage, announcement and development of skins for VLC
Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

ASkin: skin in progres

Postby Anton543 » 20 Nov 2006 03:49

ASkin - a skin in progres
by Anton

Download ASkin v.0.5a

Note: The the equalizer is not finished, so don't test it. Test only the main window and the playlist. And ONLY on 0.8.6.
Last edited by Anton543 on 25 Nov 2006 07:13, edited 14 times in total.

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

Postby ipkiss » 20 Nov 2006 07:58

Nice skin. I guess a slider is missing though... (for the time or the volume, depending on what the other one does).
FYI, adding menus like the ones of the wxwidgets interface is not possible in skins.

Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

Postby Anton543 » 20 Nov 2006 16:26

Yeah, I'm working on the time slider and the volume icon right now. Too bad for the menus though/

Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

Postby Anton543 » 20 Nov 2006 19:08

v0.2 is here (check original post)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 21 Nov 2006 00:33

I like this.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

Postby Anton543 » 21 Nov 2006 02:45

Is the current documentation on how to create a skin for 0.8.6? Because I'm planning to make it for 0.8.6.

Also, does anyone know when to expect a 0.8.6 stable release?

Anyway, v. 0.3 is here with some added shades, and with the playlist. I'll also upload a v. 0.3a with the buttons round. You just tell me which you like more.

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

Postby ipkiss » 21 Nov 2006 07:16

The documentation is for the latest development version. Unless explicitly stated otherwise, any described feature works in all the versions.

0.8.6 should be released within 2 weeks approximately.

funman
Developer
Developer
Posts: 1159
Joined: 03 Sep 2006 04:03
VLC version: master
Operating System: All of them
Location: Lost, please help me

Postby funman » 21 Nov 2006 07:49

nice !! ;)

i prefer round buttons over square ones, and I think the stop button could be smaller, like the seek buttons, and not just next to the play button.

ready to do some testing for this :)

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

Postby dionoea » 21 Nov 2006 22:38

Ouh! I like it too (and this time it doesn't just copy some other popular media player's skin). Nice work :)
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

Postby Anton543 » 21 Nov 2006 23:42

I've decided to keep the buttons round aka v. 0.3a. I've started editing the theme.xml file. So far everything goes smoothly. I'd say it is 50% finished 8) . Anyway I wanted to ask: Is there a way to determinate the current resolution of the user that is using vlc player. I'm asking this in order to start the player in the middle of the screen.

e.g.

Code: Select all

x_p=(resolution_width/2)-(player_width/2) y_p=(resolution_height/2)-(player_height/2)
and then

Code: Select all

<Window id="main" x="x_p" y="y_p" dragdrop="true" playondrop="false" visible="true">
where x and y are the starting points of the player

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 22 Nov 2006 03:37

It is just getting better and better.
and this time it doesn't just copy some other popular media player's skin
+1
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

Postby Anton543 » 22 Nov 2006 03:59

Although, only the main window is finished with coding, you can download the skin now. Check original post.

Input
New Cone
New Cone
Posts: 1
Joined: 23 Nov 2006 01:00
Contact:

Postby Input » 23 Nov 2006 01:03

Oh wow your skin looks awsome! :!:
peace & happiness

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 23 Nov 2006 01:58

I think it is "VLC media player", not "VLCPlayer".

Still waiting for the following. :D
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

Postby Anton543 » 23 Nov 2006 02:41

I think it is "VLC media player", not "VLCPlayer".
Fixed. :D

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 23 Nov 2006 04:26

Great :D

For your record, it is supposed to be "VLC media player" and not "VLC Media Player", but this is really not important, since I prefer your version :D

About your skin, and this is more about my opinion :
I miss a link to preferences and media info (not sure about that one).
I have a strange issue on the "x" (close) button on the playlist windows, that should not be placed where it is. But you said it was not finished, so I am waiting.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

Postby Anton543 » 23 Nov 2006 04:58

For your record, it is supposed to be "VLC media player" and not "VLC Media Player"
Actually I just tried "VLC media player", and it looks much better than the one with capital letters.
I have a strange issue on the "x" (close) button on the playlist windows
As I said in my original post: don't test the playlist and equalizer. They're not even started yet.
I miss a link to preferences and media info (not sure about that one).
I'm actually working on that right now. And not just the preferences and the info buttons, but also the equalizer button.

Update: check original post

Now I have to figure out how to fit the DVD buttons(next, previous and menu). Any suggestions would be very apriciated.

Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

Postby Anton543 » 25 Nov 2006 07:22

v 0.5a is here. Now with the playlist.

Download
Don't test the equalizer or the mini mode. Just the player and the playlist. The skin is designed ONLY for vlc 0.8.6

It seems everytime I add something to the playlist and then close the player, the player closes but the audio/video stays. I'm not sure whether this is the skin's fault or the player's fault. Feel free to look inside the vlt file.

So go ahead. Test it :)

Edit: I just found out that this bug has been reported: viewtopic.php?t=28636

Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

Postby Anton543 » 30 Nov 2006 23:02

ASkin 1.0
This is the official release of ASkin 1.0 for VLC 0.8.6
It is made by the DefaultSkinRequirements standards.
Enjoy the skin. :D

Download

Image

Any comments of any kind are welcomed.
Thanks to everyone who gave feedback while I was developing the skin.

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

Postby ipkiss » 30 Nov 2006 23:17

Just a thought: could you try aligning the centres of the buttons, instead of their bottoms? I think it would like nicer.

Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

Postby Anton543 » 01 Dec 2006 01:13

Just a thought: could you try aligning the centres of the buttons, instead of their bottoms? I think it would like nicer.
I'm not sure I understand you.
Do you mean, when you resize the window, the buttons should be in the middle?

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

Postby ipkiss » 02 Dec 2006 00:44

No. Currently, the bottom of the play button is horizontally aligned with the bottom of the stop button. It would be interesting to try aligning the center of the play button horizontally with the center of the stop button (so moving the stop button a few pixels to the top). Same for other buttons.

Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

Postby Anton543 » 02 Dec 2006 19:23

No. Currently, the bottom of the play button is horizontally aligned with the bottom of the stop button. It would be interesting to try aligning the center of the play button horizontally with the center of the stop button (so moving the stop button a few pixels to the top). Same for other buttons.
I just tried it, but doesn't look that good as the original one. But thanks for the suggestion anyway.

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

Postby ipkiss » 03 Dec 2006 17:24

Could you post a screenshot nevertheless please?

Anton543
Blank Cone
Blank Cone
Posts: 20
Joined: 19 Nov 2006 20:29
Contact:

Postby Anton543 » 03 Dec 2006 17:49

Could you post a screenshot nevertheless please?
Here it is.


Return to “Skins”

Who is online

Users browsing this forum: No registered users and 5 guests