forked from davidborzek/streamdeck-foobar2000
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
188 lines (188 loc) · 5.09 KB
/
manifest.json
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"Actions": [
{
"Icon": "images/actions/playpause/playpause",
"Name": "Play / pause",
"States": [
{
"Image": "images/keys/play/play",
"TitleAlignment": "middle",
"FontSize": "16"
},
{
"Image": "images/keys/pause/pause",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Toggle play / pause.",
"UUID": "com.cliffhuang0611.foobar2000.playpause"
},
{
"Icon": "images/actions/play/play",
"Name": "Play",
"States": [
{
"Image": "images/keys/play/play",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Trigger play",
"UUID": "com.cliffhuang0611.foobar2000.play"
},
{
"Icon": "images/actions/pause/pause",
"Name": "Pause",
"States": [
{
"Image": "images/keys/pause/pause",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Trigger pause",
"UUID": "com.cliffhuang0611.foobar2000.pause"
},
{
"Icon": "images/actions/toggleMute/toggleMute",
"Name": "Toggle mute",
"States": [
{
"Image": "images/keys/unmuted/unmuted",
"TitleAlignment": "middle",
"FontSize": "16"
},
{
"Image": "images/keys/muted/muted",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Toggle mute.",
"UUID": "com.cliffhuang0611.foobar2000.togglemute"
},
{
"Icon": "images/actions/currentVolume/currentVolume",
"Name": "Current volume",
"States": [
{
"Image": "images/keys/common/background",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Shows the current volume.",
"UUID": "com.cliffhuang0611.foobar2000.currentvolume"
},
{
"Icon": "images/actions/skipForward/skipForward",
"Name": "Skip forward",
"States": [
{
"Image": "images/keys/skipForward/skipForward",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Skip to the next song.",
"UUID": "com.cliffhuang0611.foobar2000.skipforward"
},
{
"Icon": "images/actions/skipBackward/skipBackward",
"Name": "Skip backward",
"States": [
{
"Image": "images/keys/skipBackward/skipBackward",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Skip to the previous song.",
"UUID": "com.cliffhuang0611.foobar2000.skipbackward"
},
{
"Icon": "images/actions/volumeUp/volumeUp",
"Name": "Volume up",
"States": [
{
"Image": "images/keys/volumeUp/volumeUp",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Turn the volume up.",
"UUID": "com.cliffhuang0611.foobar2000.volumeup"
},
{
"Icon": "images/actions/volumeDown/volumeDown",
"Name": "Volume down",
"States": [
{
"Image": "images/keys/volumeDown/volumeDown",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Turn the volume down.",
"UUID": "com.cliffhuang0611.foobar2000.volumedown"
},
{
"Icon": "images/actions/stop/stop",
"Name": "Stop",
"States": [
{
"Image": "images/keys/stop/stop",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Stops the playback.",
"UUID": "com.cliffhuang0611.foobar2000.stop"
},
{
"Icon": "images/actions/nowPlaying/nowPlaying",
"Name": "Now playing",
"States": [
{
"Image": "images/keys/common/background",
"TitleAlignment": "top",
"FontSize": "11"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Shows the current playback (artist / title).",
"UUID": "com.cliffhuang0611.foobar2000.nowplaying"
}
],
"SDKVersion": 2,
"Author": "Cliff Huang",
"CodePath": "plugin/index.html",
"Description": "A foobar2000 integration to control your music playback with real-time feedback. The beefweb foobar200 plugin is required.",
"Name": "Foobar2000",
"Icon": "images/plugin/plugin",
"URL": "https://github.com/cliffhuang0611/streamdeck-foobar2000",
"Category": "Foobar2000",
"CategoryIcon": "images/plugin/category",
"PropertyInspectorPath": "pi/index.html",
"Version": "1.5",
"OS": [
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software": {
"MinimumVersion": "4.1"
}
}