-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSampleSkin.ini
144 lines (124 loc) · 2.11 KB
/
SampleSkin.ini
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
; MediaMonkey
[Rainmeter]
Author=mmuffins
AppVersion=1.0
Update=1000
[Metadata]
Name=MediaMonkey
Description=Displays information of the currently playing song.
Tags=Taskbar | Music | MediaMonkey
License=MIT
Variant=1
[Variables]
[Background]
Meter=IMAGE
SolidColor=0, 0, 0, 200
X=0
Y=0
W=300
H=116
;-------------------------
[MeasurePlayer]
Measure=Plugin
Plugin=MediaMonkey
PlayerPath=C:\Program Files (x86)\MediaMonkey\MediaMonkey.exe
PlayerType=TITLE
DisableLeadingZero=0
[MeasureAlbum]
Measure=Plugin
Plugin=MediaMonkey
PlayerName=[MeasurePlayer]
PlayerType=Album
[MeasureArtist]
Measure=Plugin
Plugin=MediaMonkey
PlayerName=[MeasurePlayer]
PlayerType=Artist
[MeasureTitle]
Measure=Plugin
Plugin=MediaMonkey
PlayerName=[MeasurePlayer]
PlayerType=Title
[MeasureCover]
Measure=Plugin
Plugin=MediaMonkey
PlayerName=[MeasurePlayer]
PlayerType=Cover
DynamicVariables=1
;-------------------------
[TitleString]
Meter=String
MeasureName=MeasureTitle
X=120
Y=0
FontColor=255, 255, 255, 255
FontFace=Trebuchet MS
FontSize=10
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="%1"
[ArtistString]
Meter=String
MeasureName=MeasureArtist
X=120
Y=20
FontColor=255, 255, 255, 255
FontFace=Trebuchet MS
FontSize=10
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="%1"
[AllbumString]
Meter=String
MeasureName=MeasureAlbum
X=120
Y=40
FontColor=255, 255, 255, 255
FontFace=Trebuchet MS
FontSize=10
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="%1"
[CoverImage]
Meter=Image
MeasureName=MeasureCover
Imagename="%1"
X=0
Y=0
PreserveAspectRatio=1
W=116
H=116
;-------------------------
[BangPrev]
Meter=String
X=120
Y=60
Text="<<"
FontSize=15
FontColor=255, 255, 255, 255
StringAlign=LEFT
StringStyle=NORMAL
LeftMouseUpAction=[!CommandMeasure "MeasurePlayer" "Previous"]
[BangNext]
Meter=String
X=180
Y=60
Text=">>"
FontSize=15
FontColor=255, 255, 255, 255
StringAlign=LEFT
StringStyle=NORMAL
LeftMouseUpAction=[!CommandMeasure "MeasurePlayer" "Next"]
[BangPlayPause]
Meter=String
X=155
Y=60
Text="||"
FontSize=15
FontColor=255, 255, 255, 255
StringAlign=LEFT
StringStyle=NORMAL
LeftMouseUpAction=[!CommandMeasure "MeasurePlayer" "PlayPause"]