Latest restricted WACUP beta release is build #18654 (March 24th 2024) (x86 & x64 changelogs) | Latest WACUP public preview is build #17040 (September 30th 2023) (x86 only)


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.

Author Topic: New side project: Winamp 1.00 as a Modern Skin  (Read 6015 times)

Eris Lund

  • The Skin Guy, Official Modern Skin tech support
  • Moderator
  • Hero Member
  • *****
  • Posts: 276
    • View Profile
    • Eris Lund's Github
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #15 on: April 10, 2022, 05:52:07 PM »
Now I remember why I have to do display="time" for the song timer, as it applies some special formatting to how the digits are rendered, without that, it looks like this (digits are more separated):


When it should look like this (digits are closer together):


I do have a rough idea on how to combat this particular problem, which makes me wonder if I should apply the same "hack" to Winamp Modern... guess this is what I get for making my own song timer implementation ;D
Currently building the fourth (and best) incarnation of Classic Skins in Modern Skins
https://github.com/0x5066/DeClassified
Current maintainer of the WACUP version of Winamp Modern.
https://github.com/0x5066/WinampModernPP
I made that one skin that one time.
https://github.com/0x5066/Winamp2000SP4

MarkRH

  • Beta Tester
  • Hero Member
  • *****
  • Posts: 263
    • View Profile
    • Mark Headrick's Website
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #16 on: April 10, 2022, 06:09:34 PM »
Well, at least you know what I'm talking about now. 🙂

Eris Lund

  • The Skin Guy, Official Modern Skin tech support
  • Moderator
  • Hero Member
  • *****
  • Posts: 276
    • View Profile
    • Eris Lund's Github
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #17 on: April 10, 2022, 06:09:45 PM »
https://github.com/0x5066/winamp1/releases/tag/v1.5.1

v1.5.1 should now address this issue, please confirm.
Currently building the fourth (and best) incarnation of Classic Skins in Modern Skins
https://github.com/0x5066/DeClassified
Current maintainer of the WACUP version of Winamp Modern.
https://github.com/0x5066/WinampModernPP
I made that one skin that one time.
https://github.com/0x5066/Winamp2000SP4

MarkRH

  • Beta Tester
  • Hero Member
  • *****
  • Posts: 263
    • View Profile
    • Mark Headrick's Website
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #18 on: April 10, 2022, 06:51:24 PM »
That seems to have done it.  The setting on this skin now does not affect the other skins.  So now when I set this one to count down, the others remain unchanged and still count down instead of up.

Eris Lund

  • The Skin Guy, Official Modern Skin tech support
  • Moderator
  • Hero Member
  • *****
  • Posts: 276
    • View Profile
    • Eris Lund's Github
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #19 on: April 10, 2022, 06:53:15 PM »
Alright, that's good to know, thanks for confirming the fix!
Currently building the fourth (and best) incarnation of Classic Skins in Modern Skins
https://github.com/0x5066/DeClassified
Current maintainer of the WACUP version of Winamp Modern.
https://github.com/0x5066/WinampModernPP
I made that one skin that one time.
https://github.com/0x5066/Winamp2000SP4

Aminifu

  • Beta Tester
  • Hero Member
  • *****
  • Posts: 1096
    • View Profile
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #20 on: April 10, 2022, 10:57:43 PM »
Hi,

I'm still using v1.4, not sure if I want the new version of the playlist editor window.

Anyway, I also prefer the timer count down mode. In v1.4, the seconds in the timer separate (move right) when counting in the teens. Is this still the case in v1.5.1?


« Last Edit: April 10, 2022, 10:58:25 PM by Aminifu »
Windows 11 Home 64-bit v23H2
Logitech Z906 5.1 speaker system

Eris Lund

  • The Skin Guy, Official Modern Skin tech support
  • Moderator
  • Hero Member
  • *****
  • Posts: 276
    • View Profile
    • Eris Lund's Github
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #21 on: April 10, 2022, 11:12:59 PM »
Not sure what you mean exactly, but should still apply.
Currently building the fourth (and best) incarnation of Classic Skins in Modern Skins
https://github.com/0x5066/DeClassified
Current maintainer of the WACUP version of Winamp Modern.
https://github.com/0x5066/WinampModernPP
I made that one skin that one time.
https://github.com/0x5066/Winamp2000SP4

Aminifu

  • Beta Tester
  • Hero Member
  • *****
  • Posts: 1096
    • View Profile
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #22 on: April 10, 2022, 11:45:09 PM »
Just watch the timer (counting up or down) while playing a song. When the seconds being displayed are 10 to 19 they seem to shift 1 space to the right, away from the symbol dividing the minutes and seconds. I could provide an animated screenshot if needed.

After watching more closely, I see that the numbers being used are 5 pixels wide, except for the number "1" (which is only 1 pixel wide). This makes it seem that the number "1" has moved when it really hasn't. The fonts used for numbers in the other skins I use (I don't think bitmaps are used) somehow compensate for this so that the number "1" doesn't appear to move right.


« Last Edit: April 11, 2022, 12:12:05 AM by Aminifu »
Windows 11 Home 64-bit v23H2
Logitech Z906 5.1 speaker system

Eris Lund

  • The Skin Guy, Official Modern Skin tech support
  • Moderator
  • Hero Member
  • *****
  • Posts: 276
    • View Profile
    • Eris Lund's Github
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #23 on: April 11, 2022, 12:24:01 AM »
Hmm... a screen recording would be useful, as I don't see anything like this in the skin right now...
Currently building the fourth (and best) incarnation of Classic Skins in Modern Skins
https://github.com/0x5066/DeClassified
Current maintainer of the WACUP version of Winamp Modern.
https://github.com/0x5066/WinampModernPP
I made that one skin that one time.
https://github.com/0x5066/Winamp2000SP4

Aminifu

  • Beta Tester
  • Hero Member
  • *****
  • Posts: 1096
    • View Profile
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #24 on: April 11, 2022, 12:41:57 AM »
Nothing is wrong with the numbers being used, it is just the way I was looking at them. The numbers in the bit-map you use are all 5 dots wide except for the number "1". It uses a single vertical column of dots on the right side. Since the 4 dots to the left (that are used by the other numbers) are not used, it made it appear to me that the number "1" had shifted, when it really hadn't.

I do use another skin that uses bit-map numbers. The number "1" in that skin is shaped so that all 5 dots are used and it doesn't appear to shift in relationship to the other numbers.

I'll install v1.5.1 and see if what I'm badly trying to explain is still present.

P.S.
The shape of the bit-map numbers in v1.5.1 is the same as in v1.4. This still looks a little odd to me, but now I know what I'm seeing and why.



« Last Edit: April 11, 2022, 01:05:02 AM by Aminifu »
Windows 11 Home 64-bit v23H2
Logitech Z906 5.1 speaker system

Eris Lund

  • The Skin Guy, Official Modern Skin tech support
  • Moderator
  • Hero Member
  • *****
  • Posts: 276
    • View Profile
    • Eris Lund's Github
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #25 on: April 11, 2022, 01:14:08 AM »
I think I can see what you mean, however...

Winamp 1.00:


Winamp Classic:


Winamp Modern:


This is the number font Winamp 1.00 uses:


And this is the number font Winamp Modern uses:


So... it all checks out.
Currently building the fourth (and best) incarnation of Classic Skins in Modern Skins
https://github.com/0x5066/DeClassified
Current maintainer of the WACUP version of Winamp Modern.
https://github.com/0x5066/WinampModernPP
I made that one skin that one time.
https://github.com/0x5066/Winamp2000SP4

Aminifu

  • Beta Tester
  • Hero Member
  • *****
  • Posts: 1096
    • View Profile
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #26 on: April 11, 2022, 01:30:53 AM »
...

So... it all checks out.

I agree. I mostly use other modern skins and hadn't noticed this before (especially after scaling the window up). Sorry for the tempest in a tea cup.  ;)


« Last Edit: April 11, 2022, 01:34:49 AM by Aminifu »
Windows 11 Home 64-bit v23H2
Logitech Z906 5.1 speaker system

Eris Lund

  • The Skin Guy, Official Modern Skin tech support
  • Moderator
  • Hero Member
  • *****
  • Posts: 276
    • View Profile
    • Eris Lund's Github
Re: New side project: Winamp 1.00 as a Modern Skin
« Reply #27 on: April 11, 2022, 01:34:47 AM »
It's all good :)
Currently building the fourth (and best) incarnation of Classic Skins in Modern Skins
https://github.com/0x5066/DeClassified
Current maintainer of the WACUP version of Winamp Modern.
https://github.com/0x5066/WinampModernPP
I made that one skin that one time.
https://github.com/0x5066/Winamp2000SP4