OMG Stupid VLC Skin Bugs
Posted: 21 Jun 2007 06:55
Allow me to rant, as I've been working on my first skin for ~10 hours today (after being annoyed by the lack of VLC skins).
I've encountered many strange problems, most of which I've been to bypass using a strange method. My current problem is that my VLC skin won't work if I name my images with the word "repeat," or if I change the image with the name "repeat" to "loop" which is what the images are right now. This is stupid. Ideas?
I've also run into other things, which I thought may have been because I was using too many image resources... well, I commented out a few image resources (as well as something else at the same time, but I don't remember what) and that seemed to fix it.
Download: http://www.quate.net/archive/downloads/ ... ha-0-1.vlt (Currently works, but the 'repeat/loop' images don't show, which was needed for the skin to work)
Try it: Try renaming the images "controls\buttons\playlist\playlist_loop*.png" to"controls\buttons\playlist\playlist_repeat*.png"
Also try (in the theme.xml file) renaming resources:to
All I'm trying to get is for these images to display, and for the skin to work in the first place.
I've encountered many strange problems, most of which I've been to bypass using a strange method. My current problem is that my VLC skin won't work if I name my images with the word "repeat," or if I change the image with the name "repeat" to "loop" which is what the images are right now. This is stupid. Ideas?
I've also run into other things, which I thought may have been because I was using too many image resources... well, I commented out a few image resources (as well as something else at the same time, but I don't remember what) and that seemed to fix it.
Download: http://www.quate.net/archive/downloads/ ... ha-0-1.vlt (Currently works, but the 'repeat/loop' images don't show, which was needed for the skin to work)
Try it: Try renaming the images "controls\buttons\playlist\playlist_loop*.png" to"controls\buttons\playlist\playlist_repeat*.png"
Also try (in the theme.xml file) renaming resources:
Code: Select all
<Bitmap id="playlist_repeat*" file="controls/buttons/playlist/playlist_repeat*.png" alphacolor="#FF00FF"/>
Code: Select all
<Bitmap id="playlist_loop*" file="controls/buttons/playlist/playlist_loop*.png" alphacolor="#FF00FF"/>