Difference between revisions of "VideoLAN Wiki:Add a skin"

From VideoLAN Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
Download the skin and its image in ~videolan/www/vlc/skins2/
 
Download the skin and its image in ~videolan/www/vlc/skins2/
 +
 +
Add a thumbnail for the skin:
 +
<pre>% skins-thumbs</pre>
  
 
Connect to the postgresql database:
 
Connect to the postgresql database:

Revision as of 14:18, 16 April 2006

Login on ganesh

Download the skin and its image in ~videolan/www/vlc/skins2/

Add a thumbnail for the skin:

% skins-thumbs

Connect to the postgresql database:

psql -d www-videolan

Add the skin to the skins table:

INSERT INTO skins (name,author,image,url) VALUES ('<name>','<author>','<image name>','<vlt name>');