VLC Skin Editor // Current release: 0.8.5

About usage, announcement and development of skins for VLC

VLC Skin Editor // Current release: 0.8.5

Postby aLtgLasS » Tue Jul 10, 2007 1:54 pm

As the skin creation progress for VLC is not easy to understand for all user there I have started a project to create a "WYSIWYG" VLC Skin Editor.
At the current state of development you can already quite easily create or modify a skin with it.

See the editor's homepage for more information, tutorials and help

Feel free to post questions you have regarding the usage of it or regarding problems you encounter.

Requires Java SE Runtime Environment 6 or later

Download last official release at its homepage

Browse the source code and get latest development version

Please give feedback and post suggestions for improvement!

If you want to contribute to the development of this tool, please contact me via pm, email or instant messaging.
Last edited by aLtgLasS on Wed Aug 12, 2009 6:09 pm, edited 45 times in total.
Image
aLtgLasS
Big Cone-huna
Big Cone-huna
 
Posts: 774
Joined: Sun Mar 19, 2006 12:37 pm
Location: Paderborn, Germany
Operating System: Windows 7 Pro

Re: VLC Skin Editor

Postby j-b » Tue Jul 10, 2007 2:02 pm

\o/
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer and Sites administrator
If you want an answer to your question, just be specific and precise. Don't PM.
j-b
Site Admin
Site Admin
 
Posts: 15103
Joined: Fri Jul 22, 2005 3:29 pm
Location: Cone, France
VLC version: 1.0.5 - 1.1.0-pre1
Operating System: Linux

Re: VLC Skin Editor

Postby dionoea » Tue Jul 10, 2007 2:02 pm

Hehe, I'd started the same thing in Python ... and kind of gave up with the rendering part (== up to what you call Preview in your list). Good luck!
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)
dionoea
Developer
Developer
 
Posts: 5158
Joined: Thu Dec 04, 2003 12:09 am
Location: Paris, France

Re: VLC Skin Editor

Postby CloudStalker » Tue Jul 10, 2007 8:42 pm

Thanks! I'll see if I can use this. Believe it or not but CloudStalker is currently working on a skin. I have the design part down, in fact that part is finished, I just need to add functionality to it now. Hopefully the program that you've developed will be a lot easier to understand then the current documentation on VideoLAN. :D

Monkey face:

.''''''' .'''''''
( O..O )
....^
.|.__.|
....''''

That's a good thing. :P
User avatar
CloudStalker
Big Cone-huna
Big Cone-huna
 
Posts: 2542
Joined: Sun Jan 14, 2007 8:00 pm
Location: 5th Planet from the Sun
VLC version: Developement ver 2.0
Operating System: Win XP SP5 - 3

Re: VLC Skin Editor

Postby gimmix » Tue Jul 10, 2007 9:45 pm

looks promising. and could come in very handy especially for bitmapp and subbitmap definitions which is a pain in the --please stay polite-- xD
gimmix
Blank Cone
Blank Cone
 
Posts: 19
Joined: Fri Dec 23, 2005 9:22 pm

Re: VLC Skin Editor

Postby ipkiss » Tue Jul 10, 2007 11:36 pm

Maybe that's what you have in mind already, but you could do an interface à la Borland C++ Builder (or Delphi): you can drag and drop controls (from a pre-defined set), and for each control on a skin window, you can access to its properties in an "inspector" dialog. For example, for a button, you could choose the action in a dropdown list, and possibly let the user enter his own action; you could specify the x and y attribute or let the user move the control to the place he wants; etc... Generating the XML would then simply be a matter of turning the control properties into XML attributes.

That may require quite some work, but it would be really cool!
I hope that you won't give up like dionoea ;-)
ipkiss
Big Cone-huna
Big Cone-huna
 
Posts: 695
Joined: Sun Nov 23, 2003 2:49 am

Re: VLC Skin Editor

Postby aLtgLasS » Wed Jul 11, 2007 9:28 am

XML generation is mostly done, I just did not yet write the save to a file function.
I'm currently working on something like an inspector, only that you have to select the item you want to edit in the according tree and then press the edit button.
That moving around thing I would also like to implement, but first of all I would have to do the preview window and I haven't started with that yet.
Bitmap and subbitmap definition, I didn't actually plan to program a specific aid for that, but when I've finished the other parts I'll check what I can do.

//EDIT: 0.2a released now, has already some editing functions and can save the skin
Image
aLtgLasS
Big Cone-huna
Big Cone-huna
 
Posts: 774
Joined: Sun Mar 19, 2006 12:37 pm
Location: Paderborn, Germany
Operating System: Windows 7 Pro

Re: VLC Skin Editor // Current release: 0.2a

Postby j-b » Thu Aug 02, 2007 7:34 pm

Just made it sticky.
Do you need help on that project ?
What is the licence ?
Do you need hosting ?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer and Sites administrator
If you want an answer to your question, just be specific and precise. Don't PM.
j-b
Site Admin
Site Admin
 
Posts: 15103
Joined: Fri Jul 22, 2005 3:29 pm
Location: Cone, France
VLC version: 1.0.5 - 1.1.0-pre1
Operating System: Linux

Re: VLC Skin Editor // Current release: 0.2a

Postby aLtgLasS » Fri Aug 03, 2007 11:01 am

Help is always welcome, but then there is the problem that I don't have any system like CVS available so that multiple users can contribute.
License is GPL 2.
I'm currently hosting it at a friend's webspace on which also my hp is hosted, but any other host is welcomed =)

With this post I also release the latest version of how far I got, as I just was on holidays it doesn't have many improvements but at least some. DL and changelog in first post.
Image
aLtgLasS
Big Cone-huna
Big Cone-huna
 
Posts: 774
Joined: Sun Mar 19, 2006 12:37 pm
Location: Paderborn, Germany
Operating System: Windows 7 Pro

Re: VLC Skin Editor // Current release: 0.2.5a

Postby j-b » Fri Aug 03, 2007 11:13 am

I mean we could host it in the main SVN of VideoLAN if the teams agrees and especially if you don't mind, and are not afraid of external contributions... A "no" is not a problem.

GPLv2 or GPLv2+ ?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer and Sites administrator
If you want an answer to your question, just be specific and precise. Don't PM.
j-b
Site Admin
Site Admin
 
Posts: 15103
Joined: Fri Jul 22, 2005 3:29 pm
Location: Cone, France
VLC version: 1.0.5 - 1.1.0-pre1
Operating System: Linux

Re: VLC Skin Editor // Current release: 0.2.5a

Postby aLtgLasS » Fri Aug 03, 2007 11:29 am

I don't mind and am not afraid of external contribs =)
GPLv2 or v2+? I must admit I don't know about the difference, I'm quite unexperienced in licensing, just chose the same license as VLC :D GPLv2 without a plus I think...
Image
aLtgLasS
Big Cone-huna
Big Cone-huna
 
Posts: 774
Joined: Sun Mar 19, 2006 12:37 pm
Location: Paderborn, Germany
Operating System: Windows 7 Pro

Re: VLC Skin Editor // Current release: 0.2.5a

Postby j-b » Fri Aug 03, 2007 12:14 pm

VLC is licensed under the GPL version 2 "or later" the later means that you could license it under the GPLv3 also.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer and Sites administrator
If you want an answer to your question, just be specific and precise. Don't PM.
j-b
Site Admin
Site Admin
 
Posts: 15103
Joined: Fri Jul 22, 2005 3:29 pm
Location: Cone, France
VLC version: 1.0.5 - 1.1.0-pre1
Operating System: Linux

Re: VLC Skin Editor // Current release: 0.2.8a

Postby aLtgLasS » Sat Aug 04, 2007 2:40 pm

Then it uses 2+

BTW: v.0.2.8a released now, see changelog in first post
Last edited by aLtgLasS on Wed Aug 29, 2007 12:15 pm, edited 2 times in total.
Image
aLtgLasS
Big Cone-huna
Big Cone-huna
 
Posts: 774
Joined: Sun Mar 19, 2006 12:37 pm
Location: Paderborn, Germany
Operating System: Windows 7 Pro

Re: VLC Skin Editor // Current release: 0.2.8a

Postby j-b » Sat Aug 04, 2007 3:46 pm

Cool. :D
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer and Sites administrator
If you want an answer to your question, just be specific and precise. Don't PM.
j-b
Site Admin
Site Admin
 
Posts: 15103
Joined: Fri Jul 22, 2005 3:29 pm
Location: Cone, France
VLC version: 1.0.5 - 1.1.0-pre1
Operating System: Linux

Re: VLC Skin Editor // Current release: 0.2.8a

Postby aLtgLasS » Sun Aug 05, 2007 11:39 am

Just found out that in the Skins2 Documentation, the attribute "tooltiptext" for buttons isn't mentioned, just found it out while looking to the dtd. And PopupMenu items are not described at all, or are they not yet implemented?
Image
aLtgLasS
Big Cone-huna
Big Cone-huna
 
Posts: 774
Joined: Sun Mar 19, 2006 12:37 pm
Location: Paderborn, Germany
Operating System: Windows 7 Pro

Re: VLC Skin Editor // Current release: 0.2.8a

Postby j-b » Sun Aug 05, 2007 11:50 am

Mail ipkiss, he'll know.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer and Sites administrator
If you want an answer to your question, just be specific and precise. Don't PM.
j-b
Site Admin
Site Admin
 
Posts: 15103
Joined: Fri Jul 22, 2005 3:29 pm
Location: Cone, France
VLC version: 1.0.5 - 1.1.0-pre1
Operating System: Linux

Re: VLC Skin Editor // Current release: 0.2.8a

Postby sIRwa2 » Sun Aug 05, 2007 1:54 pm

it seems the download link is dead, can you fix it please, looking forward to use it. tnx..


[edit] i managed to grab it from your site, link should be http://www.cs2dn.ch/d-gfx/VLC/skinedito ... 0_2_8a.zip


Greets
sIRwa2
New Cone
New Cone
 
Posts: 2
Joined: Sun Aug 05, 2007 1:51 pm

Re: VLC Skin Editor // Current release: 0.2.8a

Postby aLtgLasS » Sun Aug 05, 2007 2:03 pm

Oh, I fixed it now, thx for the hint. But anyway its not very useful yet.
Image
aLtgLasS
Big Cone-huna
Big Cone-huna
 
Posts: 774
Joined: Sun Mar 19, 2006 12:37 pm
Location: Paderborn, Germany
Operating System: Windows 7 Pro

Re: VLC Skin Editor // Current release: 0.2.8a

Postby sIRwa2 » Sun Aug 05, 2007 2:10 pm

what isnt? your tool? im using it, but ist not a no-brainer, but i think i like it, i have absolutly zero programming skills, cant even create a new folder in cmd lol, basicly im trying to create a borderless interface, like zoomplayer has, with only the overlay window, no buttons at all..
sIRwa2
New Cone
New Cone
 
Posts: 2
Joined: Sun Aug 05, 2007 1:51 pm

Re: VLC Skin Editor // Current release: 0.2.8a

Postby aLtgLasS » Sun Aug 05, 2007 2:30 pm

Yeah my tool, you cannot create a new skin yet, as you only can add bitmaps and fonts but no windows/layouts and items. And many things can yet be edited. When I've finished the main part I'll do a small tutorial so that skin creating will be made most easy for everybody =).
BTW to create a directory with cmd type md "name of the new folder" ^^
Image
aLtgLasS
Big Cone-huna
Big Cone-huna
 
Posts: 774
Joined: Sun Mar 19, 2006 12:37 pm
Location: Paderborn, Germany
Operating System: Windows 7 Pro

Next

Return to Skins

Who is online

Users browsing this forum: No registered users and 1 guest