WACUP
General => Skins => Topic started by: parisienne17 on April 10, 2026, 01:39:38 AM
-
Here it is, (too) long time after I got the idea to make a modern winamp skin.
I just had no clue about the process, zero knowledge and without Ariszlô's kindness and patience, this skin simply couldn't have been born.
It has 3 modes, in player visualization/covert art, enhanced playlist/media library, fancy equalizer.
I tried to give it minimalism but ergonomy.
Last, this is a free port of Sonitec's skin Cell from the old sonique's time. He owns (c), I just tried my best with what I still have : as I'm near blind now due to a !§%#~@ glaucoma, maybe some bits slipped here and there. Just let me know, I'll try to make it as right as it deserves.
I still have to test a script opening the equalizer at a fixed distance from the players.
This is my contribution to this community.
Have fun !
For whatever reason, image link isn't showing so here is the direct link : https://ibb.co/nNQdQPL7
Download : https://drive.google.com/
-
hi, the download link doesn't work, just leads to google drive homepage. if it is still available i would love to download it :-)
thank you
-
You can get it from DeviantArt (https://www.deviantart.com/charlene75017/art/Cell-1325203071) or WinCustomize (https://www.wincustomize.com/explore/winamp/1762/).
-
Hi,
Here is CELL V2 release, last version I think unlzqq people find things I didn't catch.
Release fixes list:
- Better EQ integration (thanks to Ariszlo for pointing it out).
- UI bug fixes.
- Overall coherence.
Google drive link : https://drive.google.com/file/d/1_j3sdLEuTP579yUMi088ql97_3hpFMKK/view?usp=drive_link
-
Great but using a drawer script for equalizers that do not seem to move is an overkill. There's a much simpler solution:
- Rename equalizer-drawer.xml to equalizer-group.xml
- Replace all DrawerIn strings with EqGroup strings in the groupdefs
- Replace all "Drawer" id's with "EqTray" id's
- Replace all instances of drawer-shared.maki with eqpop.maki
- Add <include file="equalizer-group.xml"/> at the beginning of player.xml
- Replace DrawerIn strings with EqGroup strings in all group id's
- Change x and y values in EqGroups to DrawerOut values
- Replace all "DrawerButton" id's with "EqShowHide" id's
- Remove all DrawerOut layers
- Remove <include file="eq-normal-group.xml"/>
- Remove <include file="eq-drawer.xml"/>
- Copy eqpop.m and eqpop.maki into the Scripts directory