Difference between revisions of "Skins"

From VideoLAN Wiki
Jump to navigation Jump to search
 
(28 intermediate revisions by 9 users not shown)
Line 1: Line 1:
Skin support for VLC is now mature and there are some wonderful skins. You may like to use them rather than the default interface.
+
{{VLC}} supports skins (sometimes also called themes) through its ''skins2'' interface module. To get new skins go to the [http://www.videolan.org/vlc/skins.php Skins website].
  
== Using a skin ==
+
''The steps mentioned here apply to VLC 0.9 and upward.''
  
=== Download ===
+
'''Skins are not available on [[macOS]].'''
First, go to the [http://videolan.org/vlc/download-skins2.html Skin page], choose a skin and download it.  
 
  
Important: '''You shall download the "complete" 'Skin Pack'''', because the download package of some 'specific' skins, as ASkin and WMP11, don't include it's '.vlt' file, that is needed to use it. These '.vlt' files are only at the "complete" 'Skin Pack', that, by other hand, don't include other files needed to use some specific skins, as the same ASkin and WMP11 skins. So, '''besides the "complete" 'Skin Pack', you shall download the specific skins you want''' and see if they include not '.vlt' files, mainly '.png' files, that are not included at the "complete" 'Skin Pack', that has only '.vlt' files.
+
''If you do have problems with VLC after applying a skin, a reinstall is NOT necessary. See [[#How do I fix VLC when it does not anymore show up properly]].''
  
In addition to the skins listed at the Skin Page, VLC supports all the Winamp2 and XMMS skins (.wsz files).
+
== How to switch to the Skins interface ==
  
 +
In order that you can use skins you have to change from VLC's [[Qt Interface|native interface]] to the skinnable one. You can do that by opening the [[preferences]] and choosing ''Use custom skin'' in the section ''Look and feel''. Then click the ''Save'' button and '''restart''' VLC. It should then show up in the default skin.
  
=== Extract the "complete" and specific skins at the 'VLC\skins' directory ===
+
[[File:ToolsPreferences-Windows 8.png|400px|alt=]]
The '.vlt' files of the "complete" 'Skin Pack' will be at this directory. The other files of each specific skin, mainly the '.png' files, will be at an specific sub-folder for each skin that use these files.
+
[[File:Preferences-Windows 8.png|400px|alt=]]
* Linux users: Put it in '''~/.vlc/skins2/'''
 
  
 +
or use [[command-line]] to start VLC with skins interface
  
=== Tell VLC you will use an alternative skin ===
+
vlc -I skins2
Start VLC, open menu "preferences", open "interfaces" and click "main interface". Change the setting in the dropdown control "Interface module" from 'Default' to '''Skinnable Interface'''. Click the Save button.
 
  
 +
== How to get new skins and where to save them ==
  
=== Choose your alternative skin ===
+
You can download a variety of skins from the [http://www.videolan.org/vlc/skins.php Skins website]. They usually should come as files with the extension "VLT". Although your browser or operating system might identify them as archive files, don't unpack them. Rather put them as they are into the skins folder of VLC.
Restart VLC. It has now a new default skin! To change this skin to any other you want, right-click on it's title bar or controls bar, choose 'Select skin' and the skin you want.  
 
  
 +
On '''Windows''' this folder is located in the installation directory of VLC,
 +
:e.g. '''''C:\Program Files\VideoLAN\VLC\skins'''''.
  
=== To return to the Default skin ===
+
On '''Linux/Unix''' it is located in
Right-click on the title bar or controls bar, choose 'Preferences' and undo what you did 2 steps before: Open "interfaces" and click "main interface". Change the setting in the dropdown control "Interface module" from 'Skinnable Interface' to 'Default'. Click the Save button.  
+
:'''''~/.local/share/vlc/skins2'''''.
  
 +
If you downloaded the skin pack just unpack it to the folders mentioned above.
  
== Create a skin ==
+
'''''Warning: Not all of the skins available for download are fully functional.'''''
[http://www.videolan.org/vlc/skins2-create.html Create a new skin] documentation.
+
 
 +
== How to change to another skin ==
 +
 
 +
To change to a downloaded skin, '''right-click''' anywhere on the skin's background and choose ''Interface''.
 +
Then chose either ''Select skin'' to change to a skin that is located in the default skin folder of VLC or ''Open skin'' to open a skin file that is located elsewhere.
 +
 
 +
https://images.videolan.org/images/wiki/change_skin.jpg
 +
 
 +
== How to switch back to VLC's default interface ==
 +
 
 +
When you open VLC and the skin you chose appears, right-click somewhere on the skins background and then choose ''Interface'' and ''Preferences'' (also accessible by pressing Ctrl+P). In the preferences dialog change the ''Interface type'' to ''Native''. Then click save and restart VLC. It should show up in its default interface.
 +
 
 +
== How do I fix VLC when it does not anymore show up properly ==
 +
 
 +
If you chose a broken skin it might happen that VLC does not anymore show up properly and that you cannot anymore access the settings as mentioned above.
 +
 
 +
Then you have to switch back to the default interface.
 +
 
 +
On Windows you can just open your Start menu and open
 +
 
 +
:''All programs > VideoLAN > Quick Settings > Interface > Set Main Interface to Qt (default)''
 +
 
 +
On any other system, or when the start menu entry is missing, run VLC with the following command line:
 +
 
 +
vlc -I qt
 +
 
 +
Now that VLC has been started with its native interface you can open the preferences (Ctrl+P) and change the active skin file. Chose the default skin or a skin you know that works. Then again set the skin interface to be the default one and restart VLC.
 +
 
 +
== Are there skins with a full screen controller? ==
 +
 
 +
[[File:Skinned2.png|400px|alt=]]
 +
 
 +
Full screen controllers in skins are supported since VLC 1.1. But apart from the default skin coming with VLC not many other skins have this feature.
 +
 
 +
== How to create your own skin ==
 +
 
 +
There exists a program that enables you to create skins without any deep knowledge how skins are made up exactly. It is the [https://www.videolan.org/vlc/skineditor.html VLC Skin Editor]
 +
 
 +
If you'd rather want to explore all the possibilities of the skin system and get to know how skins are made up and how to create them in detail, check out the [https://www.videolan.org/vlc/skins2-create.html Skins2 documentation].
 +
 
 +
If you have any problems while creating your skin, please turn to the [http://forum.videolan.org/viewforum.php?f=15 skins forum].
 +
 
 +
== See also ==
 +
* [[Skins2 Contest]] (contest over)
  
 
[[Category:Interfaces]]
 
[[Category:Interfaces]]

Latest revision as of 04:23, 19 March 2019

VLC media player supports skins (sometimes also called themes) through its skins2 interface module. To get new skins go to the Skins website.

The steps mentioned here apply to VLC 0.9 and upward.

Skins are not available on macOS.

If you do have problems with VLC after applying a skin, a reinstall is NOT necessary. See #How do I fix VLC when it does not anymore show up properly.

How to switch to the Skins interface

In order that you can use skins you have to change from VLC's native interface to the skinnable one. You can do that by opening the preferences and choosing Use custom skin in the section Look and feel. Then click the Save button and restart VLC. It should then show up in the default skin.

or use command-line to start VLC with skins interface

vlc -I skins2

How to get new skins and where to save them

You can download a variety of skins from the Skins website. They usually should come as files with the extension "VLT". Although your browser or operating system might identify them as archive files, don't unpack them. Rather put them as they are into the skins folder of VLC.

On Windows this folder is located in the installation directory of VLC,

e.g. C:\Program Files\VideoLAN\VLC\skins.

On Linux/Unix it is located in

~/.local/share/vlc/skins2.

If you downloaded the skin pack just unpack it to the folders mentioned above.

Warning: Not all of the skins available for download are fully functional.

How to change to another skin

To change to a downloaded skin, right-click anywhere on the skin's background and choose Interface. Then chose either Select skin to change to a skin that is located in the default skin folder of VLC or Open skin to open a skin file that is located elsewhere.

change_skin.jpg

How to switch back to VLC's default interface

When you open VLC and the skin you chose appears, right-click somewhere on the skins background and then choose Interface and Preferences (also accessible by pressing Ctrl+P). In the preferences dialog change the Interface type to Native. Then click save and restart VLC. It should show up in its default interface.

How do I fix VLC when it does not anymore show up properly

If you chose a broken skin it might happen that VLC does not anymore show up properly and that you cannot anymore access the settings as mentioned above.

Then you have to switch back to the default interface.

On Windows you can just open your Start menu and open

All programs > VideoLAN > Quick Settings > Interface > Set Main Interface to Qt (default)

On any other system, or when the start menu entry is missing, run VLC with the following command line:

vlc -I qt

Now that VLC has been started with its native interface you can open the preferences (Ctrl+P) and change the active skin file. Chose the default skin or a skin you know that works. Then again set the skin interface to be the default one and restart VLC.

Are there skins with a full screen controller?

Full screen controllers in skins are supported since VLC 1.1. But apart from the default skin coming with VLC not many other skins have this feature.

How to create your own skin

There exists a program that enables you to create skins without any deep knowledge how skins are made up exactly. It is the VLC Skin Editor

If you'd rather want to explore all the possibilities of the skin system and get to know how skins are made up and how to create them in detail, check out the Skins2 documentation.

If you have any problems while creating your skin, please turn to the skins forum.

See also