Latest WACUP public preview for x86 & x64 is build #20202 (September 28th 2024) (x86 & x64 changelogs)
Latest restricted WACUP beta release is build #20202 (September 28th 2024) (x86 & x64 changelogs)


NOTE: Beta testers are added in a limited & subjective manner as I can only support so many people as part of the beta test program to keep it useful for my needs.

Unless I think you're going to be helpful, not all requests will be accepted but might still be later on. Remember that beta testing is to help me & the limitations currently works for my needs for this project.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ariszlo

Pages: [1] 2 3 ... 11
1
General Discussion / Re: Winamp source code to be released
« on: September 27, 2024, 12:50:16 PM »
The source code has been released: https://github.com/WinampDesktop/winamp

As expected, the license is restricted.

And contradictory, too. It claims to be copyleft but then does not allow distributing modified versions. So it is not copyleft.

2
Skins / Re: Anyway to fix this two skins?
« on: September 21, 2024, 04:24:38 PM »
So I'm going to disagree that enabling it messed things up as it can only ever go with the information that skins provide to it.

Sorry, I did not express myself properly. The skins whose window text colour is very similar to the window background colour had already been messed up long before Winamp 5.666 re-added skinned menus. One could not see "Search" before the search box or the info at the bottom of the media library displaying "n items (HH:MM:SS) in n sec".

Winamp 5.666 only made it more visible how messed up those skins were. So, the two of us do not really disagree.

3
Skins / Re: Anyway to fix this two skins?
« on: September 21, 2024, 03:31:33 PM »
I'm seeing the menu issue with Vocaloid 001 also under 5.666 so that doesn't appear to be a wacup introduced issue...

Yes, the menus of many skins got messed up with the skinned menus, re-introduced in Winamp 5.666, if the value for the wasabi.window.text colour definition was the same as or very similar to the window background colour.

With Vocaloid 002, that is wacup specific as part of how I've gotten 5.666's gen_ff plug-in working outside of winamp. Based on what's shown in the screenshot along with ariszlo's suggestion it'll be down to something with how I handle regions being wrong or its exposed something the skin was doing wrong.

The bug seems to be caused by completely transparent regions bitmaps. WACUP handles the regions well if the bitmap contains both opaque regions marking the window areas that should NOT be shown and transparent regions marking the window areas that should be left alone.

The skinner of Vocaloid 002 defined two completely transparent regions bitmaps, which is just a waste of code that should be simply ignored. It seems that WACUP wrongly interprets an all-transparent bitmap as if it was an all-opaque bitmap.

i should mention that vocaloid 001 i added sometime in the past a notifier, that is not original to the skin, aditionally now i have updated vocaloid 002 notifier with the one from 001 because it wasen't working correctly (the original from 002 just stayed there without closing).

Good job with the notifiers.  8)

4
Skins / Re: Anyway to fix this two skins?
« on: September 20, 2024, 10:59:37 PM »
For the first one:

1. Unzip Vocaloid 001.zip
2. Open Vocaloid 001\xml\system-colors.xml with Notepad.
3. Find this: <color id="wasabi.window.text" value="255,255,255"/>
4. Change the value from "255,255,255" to "0,0,0" and save the file.

For the second one:

1. Unzip Vocaloid 002.zip
2. Open Vocaloid 002\xml\standardframe.xml with Notepad.
3. Remove the following two lines and save the file:
<layer id="regionleft"  x="0"  y="31" w="192" h="-34" relath="1"  image="component.region.left"  sysregion="-2"/>
<layer id="regionbottommiddle" x="192"  y="-34" w="-223" h="34" relaty="1" relatw="1" image="component.region.bottom.middle" sysregion="-2"/>


5
Skins / Seek and Volume animations v1.5
« on: September 13, 2024, 08:30:25 AM »
Version 1.5 has been released at WinCustomize, DeviantArt and here.
  • Main window timer shows either MM:SS or HH:MM:SS depending on the length of elapsed/remaining time.
  • Playlist Editor info line shows elapsed time slash playlist length.
  • AlbumArt window has different notfound images for offline and online tracks.

6
Skins / pppregions.maki
« on: September 07, 2024, 11:43:48 AM »
This shows playlist progress in an animated pie chart.

Update: simplified stream detection.

7
Skins / plprogress.maki
« on: September 07, 2024, 11:42:10 AM »
This shows how much of the playlist has been played so far followed by the total length of the playlist.

Update: simplified stream detection.

8
Skins / Re: Big Bento Modern v1.2
« on: September 02, 2024, 11:18:00 AM »
they dont work saying they are for 32 bit version. How would i fix this issue?

The only fix is to uninstall WACUP 64-bit install WACUP 32-bit.

9
Skins / Re: Looking for skin that can be docked to side
« on: July 21, 2024, 10:43:16 AM »
Vortex is docked to the left in Dashboard mode.

10
Skins / Re: Waveform Seeker Plug-in colors
« on: May 20, 2024, 11:03:16 AM »
In Big Bento Modern, they are defined in system-colors.xml:

<color id="plugin.waveseeker.background" value="40,42,48" gammagroup="PlayerDisplay"/>
<color id="plugin.waveseeker.wave_normal" value="80,82,88" gammagroup="PlayerDisplay"/>
<color id="plugin.waveseeker.wave_playing" value="127,143,239" gammagroup="PlayerSliderLight"/>

In Winamp Classic Modern, they are defined in elements-color.xml:

<color id="plugin.waveseeker.background" value="31,31,54" gammagroup="plastic"/>
<color id="plugin.waveseeker.wave_normal" value="148,147,165" gammagroup="greybuttons"/>
<color id="plugin.waveseeker.wave_playing" value="138,196,64" gammagroup="display-text"/>

In modern skins where the above colours are not defined, the colour of remaining time is the same as wasabi.list.text. The colour of elapsed time varies. In some skins, it is the same as wasabi.list.text.current, in some other skins, I don't know what defines it.

In many classic skins, the colour of remaining time is identical to Normal in pledit.txt, and the colour of elapsed time is identical to Current in pledit.txt.

In WACUP's built in Default Classic, the colour of remaining time is roughly the same as the colour of normal text (#00F800 vs #00FF00) and I don't know what defines the colour of elapsed time. All I know is that it is a darker shade of green (#00B200).

11
Skins / Re: Big Bento Modern v1.2
« on: April 20, 2024, 08:04:10 PM »
Thanks!  :)

12
Skins / Re: Big Bento Modern v1.2
« on: April 10, 2024, 07:27:46 PM »
dro,
Could you share fileinfo.m and sc_aerosnap.m for Big Bento Modern v1.2.3, please?
Those two are the only makis that have changed since victhor released Big-Bento-Modern-Maki-sources-1.2.zip

13
Skins / Seek and Volume animations
« on: February 28, 2024, 11:36:01 AM »
Seek and Volume animations is a sequel to my Study Skin, showcasing different techniques of animating the seek and volume sliders.

Get the skin at WinCustomize, DeviantArt or here below.

Update
Animations by region were broken in WACUP build 1.99.3.18106. They work again in  build 1.99.7.18654.

14
Skins / Re: wasabi.list.text.selected.background.inactive
« on: January 30, 2024, 08:10:50 PM »
Replied in the original thread.

15
Skins / Re: wasabi.list.text.selected.background.inactive
« on: January 28, 2024, 09:14:31 PM »
I have just found out why skins without a wasabi.list.text.selected.background.inactive colour definition crash WACUP for me but not for you. If the Windows display language is set to English then there are no crashes. If it is set to Hungarian then there are. I reported this here.

Pages: [1] 2 3 ... 11