1
Skins / Re: New Modern Skin : CELL.
« on: June 09, 2026, 03:32:45 PM »
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