-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskin.xml
65 lines (57 loc) · 2.37 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
62
63
64
65
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<WinampAbstractionLayer version="1.35">
<skininfo>
<version>1.4</version>
<name>Nullsoft Winamp 2000 SP4</name>
<comment>Bringing Windows Classic to the Winamp Modern Skin platform</comment>
<author>Initial Graphics by Zsolt Vajda // Coding by Victor Brocaz // Modified by 0x5066 (Eris Lund) and mirzi</author>
<email>-</email>
<homepage>www.deviantart.com/victhor // www.trn.hu // https://github.com/0x5066/Winamp2000SP4</homepage>
<wacupscreenshot>wacupscreenshot.png</wacupscreenshot>
<screenshot>screenshot.png</screenshot>
</skininfo>
<accelerators section="general">
<accelerator bind="Ctrl+W" action="HOTKEY_SHADETOGGLE"/>
<accelerator bind="Ctrl+Q" action="HOTKEY_CONTS"/>
<accelerator bind="Ctrl+W" action="HOTKEY_SHADETOGGLEPL"/>
</accelerators>
<accelerators section="shade">
<accelerator bind="Ctrl+W" action="HOTKEY_SHADETOGGLE"/>
</accelerators>
<accelerators section="normaleq">
<accelerator bind="Ctrl+W" action="HOTKEY_SHADETOGGLEEQ"/>
</accelerators>
<include file="xml/elements.xml"/>
<include file="xml/system.xml"/>
<include file="xml/standardframe.xml"/>
<include file="xml/titlebar.xml"/>
<include file="xml/beatvis.xml"/>
<include file="xml/main-player.xml"/>
<include file="xml/albumart.xml"/>
<include file="xml/equalizer.xml"/>
<include file="xml/hl2timer.xml"/>
<include file="xml/playlist-editor.xml"/>
<include file="xml/media-library.xml"/>
<include file="xml/soundrec.xml"/>
<include file="xml/video.xml"/>
<include file="xml/visualization.xml"/>
<include file="xml/about.xml"/>
<include file="xml/color-themes.xml"/>
<include file="xml/window-overrides.xml"/>
<include file="xml/main.xml"/> <!-- experimental, do not include in public release -->
<include file="xml/vguivis.xml"/>
<include file="xml/thinger.xml"/>
<include file="xml/winampvis.xml"/>
<include file="xml/gradient.xml"/>
<include file="xml/bigclock.xml"/>
<include file="xml/lyrics.xml"/>
<include file="xml/console.xml"/>
<include file="xml/waveseek.xml"/>
<include file="xml/preferences.xml"/>
<include file="xml/stface.xml"/>
<scripts>
<script id="script.system" file="scripts/system.maki"></script>
<script file="scripts\wa2songtimer.maki"/>
<script file="scripts\visualizer.maki"/>
</scripts>
</WinampAbstractionLayer>