Change Skin in Version 0.9.6

About usage, announcement and development of skins for VLC
acernativerocks
New Cone
New Cone
Posts: 5
Joined: 19 Nov 2008 09:55

Change Skin in Version 0.9.6

Postby acernativerocks » 25 Nov 2008 02:51

Hi! I'm Greg from the Philippines and I'm an avid user of your media player. May I ask a question? How can I change the skin of my 0.9.6 VLC? Thanx! :roll:

Music Lover
Blank Cone
Blank Cone
Posts: 11
Joined: 02 Dec 2008 10:02

Re: Change Skin in Version 0.9.6

Postby Music Lover » 12 Dec 2008 16:17

Here is the program to chage the skin in 9.6

#ifndef CMD_CHANGE_SKIN_HPP
#define CMD_CHANGE_SKIN_HPP

#include "cmd_generic.hpp"


/// "Change Skin" command
class CmdChangeSkin: public CmdGeneric
{
public:
CmdChangeSkin( intf_thread_t *pIntf, const string &rFile ):
CmdGeneric( pIntf ), m_file( rFile ) {}
virtual ~CmdChangeSkin() {}

/// This method does the real job of the command
virtual void execute();

/// Return the type of the command
virtual string getType() const { return "change skin"; }

private:
/// Skin file to load
string m_file;
};

#endif

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: Change Skin in Version 0.9.6

Postby Arite » 12 Dec 2008 16:39

@Music Lover: I don't think the source for a C++ app is what he wants :).
Hi! I'm Greg from the Philippines and I'm an avid user of your media player. May I ask a question? How can I change the skin of my 0.9.6 VLC? Thanx! :roll:
You can do it in the Preferences by going to:
Tools >> Preferences >> Interface

And select you Skin there. Restart VLC after making the changes.

Arite.
Don't use PMs for support questions.


Return to “Skins”

Who is online

Users browsing this forum: No registered users and 9 guests