@BoringName: Thanks for new version 1.2!
Bug: trying to load supplied skins from zip files results in this message "Error loading skin attempting reset" with "OK" superimposed:
I've updated the link with a fix so just download the same link again. I forgot to account for the portable version when searching for zip files.
Strange how that popup message box looks all distorted. I probably need to give it a fixed font size to stop that.
Edit: also, can the single meter option be made so that it doesn't need to fit in a double-sized window compared to the dual option? Something seems backwards there!
It's set to fill the size of the panel. If you want it smaller you can just resize it. If I set it to half the panel, the other half will be blank. I can't resize the panels programatically.
It's great, but wouldn't it be better to add an option to the plugin to import zipped meters (and unpack them on importing) manually?
I'll let you and Hiccup have a discussion on whether they should be unpacked
Do you mean have a button that opens a file dialog where the user can select a downloaded zip and it will import it into the VUSkins folder, so the user doesn't have to try and find the folder themselves?
It's not a bad idea but with the differences between portable and installed and issues with file permissions associated with the installed versions, which I think you alluded to with the additional support comment, I don't think I could be arsed. I can imagine scenarios where users dump some in the Musicbee\plugin folder and import others and I don't like the idea of moving users files around to consolidate them on startup (if required).
using the new plugin version CPU usage is 8-9% and GPU usage is ~2%. not sure if BoringName has done something for this. but it's a single (average) meter.
Less calculations need to be made but I wouldn't have thought it would make much difference.
Regarding CPU issues. I may have mad a mistake. I recently switched to win11 and didn't notice that in task manager info under processes (25%) for some reason doesn't matched information in details (5%). So
that you know.
Not surprised, only had my first experience with 11 fixing a friends laptop last week and I hated how hard it seemed to find basic info. They have just moved things around for the sake of it to justify a new version number. I usually skip every second version anyway so I'll wait for 12 although I expect that will be worse than 11 with AI rubbish.
edit: Also just in case anyone is worried about unnecessary writes on their SSDs. When loading zipped skins I don't unzip them to a temp folder to load them and then delete the temp folder when I'm done. I read the files straight from the zip file into memory, no SSD writes required.