I have been reading all the threads about skinning problems and I can't get every thing, I have the desktop shortcut opening with the skin, but in the registry there are so many instances for so many file types and every one of them look like:
Code: Select all
D:\Program Files\VideoLAN\VLC\vlc.exe --one-instance-when-started-from-file --playlist-enqueue "%1"
Code: Select all
# Interface module (string)
intf=skin2
Code: Select all
[skins2] # Sinkable Interface
# Skin to use (string)
skins2-last=D:\Program Files\VideoLAN\VLC\skins\mediaplayer.vlt
# Config of last used skin (string)
skins2-config=( 340, 436,1)
# Enable transparency effects (boolean)
#skins2-transparency=0
I don’t think the problem is with people not being unable to read the help file I think it is redundant/over configuration it should simply read the "vlcrc" and go from there shortcut/program switches shouldn’t have to be used for normal functioning they should be for eggs or other hidden advanced features.
It’s kinda like a php script that has redundant or similar information in a config file and settings in MySQL where the user needs to figure out where to change theme when both have settings for settings.
Again thank you for a great program, but it could be simpler to run and configure.
I got into php and mysql by starting in perl by making mods for open source projects, maybe I may get into other programming languages the same way but I have a feeling that this one may be as the say with many scripts coded in spaghetti but who knows, just what I get from working with it…