The extractor just extracts the images to PNG files. The vu files are the project files for VU editor, Hiccup can share them with you because he created them. There isn't any VU files for existing BINs unless the original author skin shares them.
It might be possible to reverse engineer the VU files from a BIN but I'm not really interested in doing that. The VUEditor is not that complicated once you play around with a few of the sample VU files provided with it.
New Version - VUMeter2.2.zipFix for LVU skins -
VUMeter2.2.1.zipChanges
- Colours for SkinElementPanel and SkinTrackDetailsPanel added to the background colour sub menu.
- Option "Supress INI Messages" removed and no warnings will be given for duplicate settings in the INI file as it doesn't seem to prevent the skin from working.
- Option "Override AIMP settings" removed.
- New option "Use Skin Defaults". When checked this will apply any settings in the ini file listed under the [DEFAULT] section. An example of the available settings -
[DEFAULT]
isVertical=true
bgColour=-16711936 //int equivalent of ARGB. Use a website like
This one.rise=0.03 //same as mobility settings.
fall=0.03
curveAdj=5
singleMeter=false
peakLED=false
This DEFAULT section can be added to the INI files for LVU and AIMP skins. For foobar skins create an INI file with the same name as the skin. eg) Neutron.bin, Neutron.ini. For skins with multiple meters like Grundig 1.bin/Grundig 2.bin, VUMeter will look for an INI file minus the number on the end so make sure to include a space if it exists. eg) Grundig .ini. Or just use the "Save Defaults" button mentioned below.
When Use Skin Defaults is checked, changing any of the settings included in the DEFAULTS section from the right click menu will have no effect on what is displayed but they will change the base settings. Whatever default settings are in the INI file will not be reflected in the right click menu. It will always show the base settings. When Use Skin Defaults is unchecked VUMeter will revert to the base settings.
If the DEFAULT section is missing any settings, they will default to the base settings. If a file contains both MobilityPositve/MobilityNegative and rise/fall values the rise/fall values will be used. For AIMP skins, "Use Skin Defaults" unchecked will use the base rise/fall settings ie) it will have the same effect as having the old "Override AIMP Settings" checked even if there is no [DEFAULT] section in the INI file.
Adding the DEFAULT section to AIMP/LVU INI files shouldn't break those skins for the AIMP player as it should just ignore that section.
New Option "Save Defaults". When clicked this will save the current base settings into the skins INI file or overwrite existing values. For foobar skins it will create an INI file first if one does not exist.
In other news, I'm never going on holidays to the US.
edit: With the background colours. The custom colour section saved from the colour picker is a different format to what is used for the bgColour. It's some legacy crap with microsoft. So don't add a custom colour to the colour picker and then assume the code saved in the XML file will give the same result if copied to the bgColour value. Just use a website like I said. It uses AARRBBGG whereas the colour picker uses 00BBGGRR or something like that. Actually if you add the custom colour from within VUMeter, set it as the background and then click "Save Defaults" it will convert it to the correct format for you, no need for a third party website.
edit: Check "Ignore Replay Gain" as I renamed the setting for this in the code so it will probably uncheck itself after installing the update.