Latest WACUP public preview for x86 & x64 is build #24784 (August 3rd 2026) (x86 & x64 changelogs)
Latest restricted WACUP beta release is build #24784 (August 3rd 2026) (x86 & x64 changelogs)

Recent Posts

Pages: [1] 2 3 ... 10
1
I assume it's https://getwacup.com/community/index.php?topic=2059.0 that you're referring to as the prior thread which was locked which was done since it was reported as being resolved. I'll have to look into this as I'm not seeing it showing 0:00 but something doesn't look quite right with the time that's being reported in either of the playlist elapsed / remaining modes (the single playlist item seems to be ok). I've also moved this into a more appropriate part of the forum (not sure why visualisation was chosen).

[edit]
I see why it's not working though I'm also going to have to do something to try to reduce the time that it takes to calculate things as it's too slow for either of the playlist* display modes & is also potentially behind some of it showing just as the playing position.
2
General Discussion / Re: Classic Skin Window Layout Storage
« Last post by dro on Today at 04:43:16 PM »
Multiple installs or messing with shortcut parameters after using the new instance handling via the Ctrl+Alt+N shortcut to copy the original settings folder into multiple ones & then using them as per https://getwacup.com/community/index.php?topic=839.msg5186#msg5186 (e.g. /NEW /INIDIR="folder" /CONFIG="folder\winamp.ini" for the same install but different config folder handling).
3
General Discussion / Re: Enhancer DSP
« Last post by dro on Today at 04:11:45 PM »
I've got a change for the next build which hopefully will help get the enhancer window position being maintained again despite it always wanting to put it over the position of the classic skin's main window. As there's some instances where it won't always save out the position I'm trying to track on closing & there's something odd with the timing of things during the first plug-in load which made it ignore what I was trying to make it use instead of it's own intended position.
4
Hi, there was such topic before, but it's locked, so, again: I've discovered the playlist remaining just displays 0:00.00, while playlist elapsed shows just the current song elapsed time and not the aggregate of the entire playlist to that point as expected.
.. or any other way to see playlist remainig with option to encrease font - to be readeble from 4 metres
5
General Discussion / Classic Skin Window Layout Storage
« Last post by MourningStar on Today at 05:25:22 AM »
I would like to have several WACUP configurations, each with their own window layouts (e.g. WACUP-A:main/playlist editor only||WACUP-B:main/playlist editor/eq only, etc...). If possible, how?


-thank you
6
Resolved Issues / Re: bugs in version 1.99.45.23528
« Last post by jvidal on Yesterday at 09:00:55 PM »
I uninstalled and removed all remnants from appdata\roaming and now it seems to be OK. weird.
7
Resolved Issues / Re: bugs in version 1.99.45.23528
« Last post by dro on August 11, 2026, 06:35:43 PM »
If the portable install works & the other when updated to use the same version doesn't then it's most likely an odd config problem since the skin shouldn't matter especially if set to a classic one. Other than bundling up the broken installs main set of config files so I can have a look at them I'd rename the winamp.ini to something else & then run it again to see what that does (it'll reset most settings & window positions but is the simplest way to see if it's likely the main config file at fault).
8
Wishlist / Feature Requests / Re: [CHANGES MADE] Play Tracking Preference Not Saving
« Last post by dro on August 10, 2026, 08:23:16 AM »
Thank for confirming the sort of workaround works & should save you having to reset it every time.
9
Wishlist / Feature Requests / Re: Play Tracking Preference Not Saving
« Last post by umihimeyokai on August 09, 2026, 11:07:50 PM »
$char(32) works! It is now saving the preference correctly! Thanks!

10
Wishlist / Feature Requests / Re: Play Tracking Preference Not Saving
« Last post by dro on August 09, 2026, 10:02:10 AM »
The preview box showing text is wrong so that's now fixed for the next build. Otherwise the action is working correctly against what I'd tried to do vs the original behaviour so it'll leave what's in the file as was last set when playback stops instead of clearing it (maybe that needs to be a dedicated mode possibly via another options from the dropdown assuming it actually makes sense to implement that).

A space character not being maintained is due to the handling stripping off whitespace characters when the formatting strings are processed. The simplest way to ensure you will have a space / effectively empty output no matter is to use $char(32) as the formatting string. You could also use $crlf() which just outputs a linebreak & should still do the same as the $char mode.

Also I've only checked this against the current (as of this reply) 1.99.53.24784 build.
Pages: [1] 2 3 ... 10