summaryrefslogtreecommitdiffstats
path: root/wps/WPSLIST
blob: 18408cd847bdb2a341d0d279f2cec460cd824e9b (plain)
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
#             __________               __   ___.
#   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
#   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
#   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
#   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
#                     \/            \/     \/    \/            \/
# $Id$
#
# WPSLIST
#
# This should list all WPS and RWPS files we have and what their requirements
# and preferences are.
#
# Each <wps> section will also cause a "theme" .cfg to be made, which the
# <rwps> sections will not cause.
#
# A <wps> section can thus mention a "preferred" rwps file to load when that
# theme is loaded.
#
# All sections should list what font and status bar setting they "like".

<wps>
# Name of the WPS _including_ extension
Name: ipodVOL.wps
# default RWPS for the theme (to be loaded with the same theme file)
RWPS: rockbox_default.rwps
# Name of the creator of the WPS
Author: xameius
# preferred font
Font: 12-Nimbus.fnt
# whether the WPS is designed to have the statusbar present or not
Statusbar: on
# whether a menu backdrop should be set
# needs to be declared as empty if there should be none (the default sets one)
backdrop:
# reference to the built-in icon set
iconset:
# reference to the default viewers icon set
viewers iconset:
# preferred selector type
selector type: bar (inverse)
</wps>

<wps>
Name: rockbox_default.wps
RWPS: rockbox_default.rwps
Author: Rockbox team
Font: 08-Schumacher-Clean.fnt
Font.11x2x1:
Statusbar: on
Foreground Color: 000000
Background Color: B6C6E5
backdrop:
iconset:
viewers iconset:
selector type: bar (inverse)
</wps>

<wps>
Name: boxes.wps
rwps: boxes.rwps
Author: Christi Scarborough (after Magnus Westerlund)
Font: 08-Schumacher-Clean.fnt
Statusbar: on
# themes with colour screen versions need to set the colours too
Foreground Color: 000000
Background Color: B6C6E5
backdrop:
iconset:
viewers iconset:
selector type: bar (inverse)
</wps>

<wps>
Name: engineeer2.wps
RWPS: engineeer2.rwps
Author: Magnus Westerlund
Font: 08-Nedore.fnt
Statusbar: on
backdrop:
iconset:
viewers iconset:
selector type: bar (inverse)
</wps>

<wps>
Name: iAmp.wps
RWPS: iAmp.rwps
Author: Raymond Hoh
Font: 12-Nimbus.fnt
backdrop:
iconset:
viewers iconset:
selector type: bar (inverse)
Statusbar: on
</wps>

<wps>
Name: zezayer.wps
RWPS: zezayer.rwps
Author: Jake Owen
Font: 08-Nedore.fnt
Statusbar: on
backdrop:
iconset:
viewers iconset:
selector type: bar (inverse)
</wps>

<rwps>
Name: zezayer.rwps
Author: Dominik Riebeling
Font: 08-Nedore.fnt
Statusbar: on
</rwps>

<rwps>
Name: rockbox_default.rwps
Author: Rockbox team
Font: 08-Schumacher-Clean.fnt
Statusbar: on
</rwps>

<rwps>
Name: iAmp.rwps
Author: Raymond Hoh
Font: 12-Nimbus.fnt
Statusbar: on
</rwps>

<rwps>
Name: boxes.rwps
Author: Christi Scarborough
Font: 08-Schumacher-Clean.fnt
Statusbar: on
</rwps>

<rwps>
Name: engineeer2.rwps
Author: Magnus Westerlund
Font: 08-Nedore.fnt
Statusbar: on
</rwps>

<wps>
Name: marquee.wps
RWPS: marquee.rwps
Author: Mike Sobel
Font: 13-Nimbus.fnt
Statusbar: on
backdrop:
iconset:
viewers iconset:
selector type: bar (inverse)
</wps>

<rwps>
Name: marquee.rwps
Author: Mike Sobel
Font: 13-Nimbus.fnt
Statusbar: on
</rwps>

<wps>
Name: DancePuffDuo.wps
RWPS: DancePuffDuo.rwps
Author: Chris Oxtoby
Font: 13-Nimbus.fnt
Statusbar: on
Foreground Color: 000000
Background Color: B6C6E5
backdrop:
iconset:
viewers iconset:
selector type: bar (inverse)
</wps>

<rwps>
Name: DancePuffDuo.rwps
Author: Chris Oxtoby
Font: 13-Nimbus.fnt
Statusbar: on
</rwps>

<wps>
Name: iCatcher.wps
RWPS: iCatcher.rwps
Author: Ioannis Koutoulakis
Font.112x64x1: 08-Rockfont.fnt
Font.128x64x1: 08-Rockfont.fnt
Font.128x128x16: 09-Nedore.fnt
Font.132x80x16: 09-Nedore.fnt
Font.138x110x2: 08-Nedore.fnt
Font.160x128x2: 09-Nedore.fnt
Font.160x128x16: 09-Nedore.fnt
Font.176x132x16: 09-Nedore.fnt
Font.176x220x16: 12-Nimbus.fnt
Font.220x176x16: 14-Nimbus.fnt
Font.240x320x16: 19-Nimbus.fnt
Font.320x240x16: 19-Nimbus.fnt
Foreground Color: 000000
Background Color: FFFFFF
Statusbar: on
backdrop:
iconset:
viewers iconset:
selector type: bar (inverse)
</wps>

<rwps>
Name: iCatcher.rwps
Author: Ioannis Koutoulakis
Font.160x128x2: 09-Nedore.fnt
Font.220x176x16: 14-Nimbus.fnt
Statusbar: on
</rwps>

<wps>
Name: UniCatcher.wps
RWPS: UniCatcher.rwps
Author: Ioannis Koutoulakis
Font: 16-GNU-Unifont.fnt
Foreground Color: 000000
Background Color: FFFFFF
Statusbar: on
backdrop:
iconset:
viewers iconset:
selector type: bar (inverse)
</wps>

<rwps>
Name: UniCatcher.rwps
Author: Ioannis Koutoulakis
Font: 16-GNU-Unifont.fnt
Statusbar: on
</rwps>

<wps>
Name: Rockboxed.wps
RWPS: rockbox_default.rwps
Author: Roan Horning
Font.112x64x1: 08-Schumacher-Clean.fnt
Font.128x64x1: 08-Schumacher-Clean.fnt
Font.128x128x16: 12-Nimbus.fnt
Font.132x80x16: 10-Nimbus.fnt
Font.138x110x2: 12-Nimbus.fnt
Font.160x128x16: 12-Nimbus.fnt
Font.160x128x2: 12-Nimbus.fnt
Font.176x132x16: 12-Nimbus.fnt
Font.176x220x16: 12-Nimbus.fnt
Font.220x176x16: 14-Nimbus.fnt
Font.240x320x16: 19-Nimbus.fnt
Font.320x240x16: 19-Nimbus.fnt
Foreground Color: 000000
Background Color: FFC000
Statusbar: on
backdrop:
iconset:
viewers iconset:
selector type: bar (inverse)
</wps>

<wps>
Name: progressive.wps
Author: Jens Arnold
</wps>

<wps>
Name: cabbiev2.wps
RWPS: cabbiev2.rwps
# Real name of the creator of the WPS
Author: Johannes Voggenthaler, Apoo Maha, Marc Guay, Alex Vanderpol, Jerry Lange, Keith Perri, Mark Fawcus, and Marianne Arnold with support from Rockbox developers and forums. Based on Cabbie by Yohann Misquitta.

# Preferred font (including .fnt extension - leave blank for player):
Font.320x240x16: 15-Adobe-Helvetica.fnt
Font.240x320x16: 15-Adobe-Helvetica.fnt
Font.220x176x16: 12-Adobe-Helvetica.fnt
Font.176x220x16: 12-Adobe-Helvetica.fnt
Font.176x132x16: 12-Adobe-Helvetica.fnt
Font.160x128x16: 12-Adobe-Helvetica.fnt
Font.160x128x2: 12-Adobe-Helvetica.fnt
Font.160x128x1: 12-Adobe-Helvetica.fnt
Font.138x110x2: 12-Adobe-Helvetica.fnt
Font.128x128x16: 12-Adobe-Helvetica.fnt
Font.132x80x16: 11-Sazanami-Mincho.fnt
Font.128x64x1: 08-Rockfont.fnt
Font.112x64x1: 08-Rockfont.fnt

#misc settings that should be ignored on grayscale targets
foreground color: CCCCCC
background color: 000000
line selector start color: fde89e
line selector end color: b58c00
line selector text color: 000000
filetype colours: -

#backdrop - remember this is the source file name in your SVN folder, not dest name!
backdrop.320x240x16: backdrops/cabbiev2.320x240x16.bmp
backdrop.128x128x16: backdrops/cabbiev2.128x128x16.bmp
backdrop.132x80x16: backdrops/cabbiev2.132x80x16.bmp 
backdrop.138x110x2: backdrops/cabbiev2.138x110x2.bmp
backdrop.160x128x16: backdrops/cabbiev2.160x128x16.bmp
backdrop.160x128x2: backdrops/cabbiev2.160x128x2.bmp
backdrop.176x132x16: backdrops/cabbiev2.176x132x16.bmp
backdrop.176x220x16: backdrops/cabbiev2.176x220x16.bmp
backdrop.220x176x16: backdrops/cabbiev2.220x176x16.bmp
backdrop.240x320x16: backdrops/cabbiev2.240x320x16.bmp

#selection bar settings for color targets
selector type.320x240x16: bar (gradient)
selector type.128x128x16: bar (gradient)
selector type.132x80x16:  bar (gradient)
selector type.220x176x16: bar (gradient)
selector type.160x128x16: bar (gradient)
selector type.240x320x16: bar (gradient)
selector type.176x132x16: bar (gradient)
selector type.176x220x16: bar (gradient)
selector type.160x128x2: bar (inverse)
selector type.138x110x2: bar (inverse)

#icons
iconset.320x240x16: /.rockbox/icons/tango_small.bmp 
iconset.128x128x16: /.rockbox/icons/tango_small.bmp 
iconset.132x80x16: /.rockbox/icons/tango_small.bmp 
iconset.138x110x2: /.rockbox/icons/tango_small_mono.bmp
iconset.160x128x16: /.rockbox/icons/tango_small.bmp 
iconset.160x128x2: /.rockbox/icons/tango_small_mono.bmp
iconset.176x132x16: /.rockbox/icons/tango_small.bmp 
iconset.176x220x16: /.rockbox/icons/tango_small.bmp 
iconset.220x176x16: /.rockbox/icons/tango_small.bmp 
iconset.240x320x16: /.rockbox/icons/tango_small.bmp 

#viewer icons
viewers iconset.320x240x16: /.rockbox/icons/tango_small_viewers.bmp
viewers iconset.128x128x16: /.rockbox/icons/tango_small_viewers.bmp
viewers iconset.132x80x16: /.rockbox/icons/tango_small_viewers.bmp
viewers iconset.138x110x2: /.rockbox/icons/tango_small_viewers_mono.bmp
viewers iconset.160x128x16: /.rockbox/icons/tango_small_viewers.bmp
viewers iconset.160x128x2: /.rockbox/icons/tango_small_viewers_mono.bmp
viewers iconset.176x132x16: /.rockbox/icons/tango_small_viewers.bmp 
viewers iconset.176x220x16: /.rockbox/icons/tango_small_viewers.bmp 
viewers iconset.220x176x16: /.rockbox/icons/tango_small_viewers.bmp
viewers iconset.240x320x16: /.rockbox/icons/tango_small_viewers.bmp 

# Whether the WPS is designed to have the statusbar on or off
Statusbar: on
</wps>

<rwps>
Name: cabbiev2.rwps
Author: Johannes Voggenthaler, Apoo Maha, Marc Guay, Alex Vanderpol, Jerry Lange, Keith Perri, Mark Fawcus, and Marianne Arnold with support from Rockbox developers and forums. Based on Cabbie by Yohann Misquitta.
Font: 12-Adobe-Helvetica.fnt
Statusbar: on
</rwps>