This repository has been archived by the owner on May 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathskin.xml
61 lines (49 loc) · 2.04 KB
/
skin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<WinampAbstractionLayer version="1.35">
<skininfo>
<version>-</version>
<name>-</name>
<comment>-</comment>
<author>-</author>
<email>-</email>
<wacupscreenshot>wacupscreenshot.png</wacupscreenshot>
<screenshot>screenshot.png</screenshot>
</skininfo>
<!-- wasabi replacement stuff, loads first -->
<include file="xml/wasabi.classic/xui/slider/slider.xml"/>
<include file="xml/wasabi.classic/xui/standardframe/standardframe.xml"/>
<include file="xml/wasabi.classic/xui/titlebar/titlebar.xml"/>
<include file="xml/wasabi.classic/system-elements.xml"/>
<include file="xml/wasabi.classic/groups/objectframe.xml"/>
<include file="xml/wasabi.classic/titlebox/titlebox.xml"/>
<include file="xml/wasabi.classic/statusbar/statusbar.xml"/>
<include file="xml/wasabi.classic/tooltips/tooltips.xml"/>
<include file="xml/wasabi.classic/browser/browser.xml"/>
<include file="xml/wasabi.classic/components.xml"/>
<!-- the very building blocks to get our 4 main windows rendered -->
<include file="xml/classic-elements.xml"/>
<!-- the usual suspects -->
<include file="xml/main.xml"/>
<include file="xml/eqmain.xml"/>
<include file="xml/pledit.xml"/>
<include file="xml/video.xml"/>
<include file="xml/medialibrary.xml"/>
<!-- Minibrowser window -->
<include file="xml/minibrowser.xml"/>
<!-- detect wacup -->
<!-- uncomment if you're not providing wacup specific assets -->
<script file="scripts/WACUPDetect.maki"/>
<!-- needs to exist for testing -->
<include file="xml/themes.xml"/>
<!-- needs to exist here to hook into the main window and equalizer/playlist editor -->
<script file="scripts/actioninfo.maki"/>
<script file="scripts/wa2visualizer.maki"/>
<script file="scripts/wa2songtimer.maki"/>
<!-- prevent loading for 5.8 users -->
<script file="scripts/NoWinamp58.maki"/>
<!-- Modern Skin Album Art window -->
<include file="xml/albumart.xml"/>
<!-- About the skin -->
<include file="about/about.xml"/>
<include file="external/beattime.xml"/>
</WinampAbstractionLayer>