Daniel Stenberg | 88f359f | 2005-11-17 23:47:23 +0000 | [diff] [blame] | 1 | # __________ __ ___. |
| 2 | # Open \______ \ ____ ____ | | _\_ |__ _______ ___ |
| 3 | # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / |
| 4 | # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < |
| 5 | # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ |
| 6 | # \/ \/ \/ \/ \/ |
| 7 | # $Id$ |
| 8 | # |
| 9 | # WPSLIST |
| 10 | # |
| 11 | # This should list all WPS and RWPS files we have and what their requirements |
| 12 | # and preferences are. |
| 13 | # |
| 14 | # Each <wps> section will also cause a "theme" .cfg to be made, which the |
| 15 | # <rwps> sections will not cause. |
| 16 | # |
| 17 | # A <wps> section can thus mention a "preferred" rwps file to load when that |
| 18 | # theme is loaded. |
| 19 | # |
Martin Arver | 3fcd68d | 2006-05-15 17:48:17 +0000 | [diff] [blame] | 20 | # All sections should list what font and status bar setting they "like". |
Daniel Stenberg | 88f359f | 2005-11-17 23:47:23 +0000 | [diff] [blame] | 21 | |
Christi Scarborough | a7db52c | 2005-11-16 01:24:52 +0000 | [diff] [blame] | 22 | <wps> |
Daniel Stenberg | 792c998 | 2005-11-14 14:24:17 +0000 | [diff] [blame] | 23 | # Name of the WPS _including_ extension |
| 24 | Name: ipodVOL.wps |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 25 | # default RWPS for the theme (to be loaded with the same theme file) |
| 26 | RWPS: rockbox_default.rwps |
Daniel Stenberg | 792c998 | 2005-11-14 14:24:17 +0000 | [diff] [blame] | 27 | # Name of the creator of the WPS |
| 28 | Author: xameius |
| 29 | # prefered font: |
Martin Arver | 740b704 | 2006-03-08 10:55:17 +0000 | [diff] [blame] | 30 | Font: nimbus-12.fnt |
Daniel Stenberg | 792c998 | 2005-11-14 14:24:17 +0000 | [diff] [blame] | 31 | # Weather the WPS is designed to have the statusbar present or not |
Martin Arver | 939efcb | 2006-03-08 09:53:26 +0000 | [diff] [blame] | 32 | Statusbar: on |
Daniel Stenberg | 792c998 | 2005-11-14 14:24:17 +0000 | [diff] [blame] | 33 | </wps> |
Christi Scarborough | 704602f | 2005-11-14 15:35:21 +0000 | [diff] [blame] | 34 | |
| 35 | <wps> |
Christi Scarborough | a7db52c | 2005-11-16 01:24:52 +0000 | [diff] [blame] | 36 | Name: rockbox_default.wps |
Anton Oleynikov | dad0118 | 2005-11-17 22:58:52 +0000 | [diff] [blame] | 37 | RWPS: rockbox_default.rwps |
Christi Scarborough | a7db52c | 2005-11-16 01:24:52 +0000 | [diff] [blame] | 38 | Author: Rockbox team |
| 39 | Font: rockbox_default.fnt |
| 40 | Statusbar: on |
Christi Scarborough | a7db52c | 2005-11-16 01:24:52 +0000 | [diff] [blame] | 41 | </wps> |
| 42 | |
| 43 | <wps> |
Christi Scarborough | 704602f | 2005-11-14 15:35:21 +0000 | [diff] [blame] | 44 | Name: boxes.wps |
Christi Scarborough | 5124844 | 2005-11-21 02:04:47 +0000 | [diff] [blame] | 45 | rwps: boxes.rwps |
Christi Scarborough | bde4996 | 2005-11-17 07:37:01 +0000 | [diff] [blame] | 46 | Author: Christi Scarborough (after Magnus Westerlund) |
Christi Scarborough | 704602f | 2005-11-14 15:35:21 +0000 | [diff] [blame] | 47 | Font: rockbox_default.fnt |
Christi Scarborough | 5124844 | 2005-11-21 02:04:47 +0000 | [diff] [blame] | 48 | Statusbar: on |
Christi Scarborough | 4e672ce | 2006-02-01 14:17:18 +0000 | [diff] [blame] | 49 | </wps> |
| 50 | |
| 51 | <wps> |
Christi Scarborough | bde4996 | 2005-11-17 07:37:01 +0000 | [diff] [blame] | 52 | Name: engineeer2.wps |
Anton Oleynikov | 9b41339 | 2005-12-05 21:21:10 +0000 | [diff] [blame] | 53 | RWPS: engineeer2.rwps |
Christi Scarborough | bde4996 | 2005-11-17 07:37:01 +0000 | [diff] [blame] | 54 | Author: Magnus Westerlund |
Christi Scarborough | 32a43e2 | 2005-11-18 15:33:05 +0000 | [diff] [blame] | 55 | Font: nedore-8.fnt |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 56 | Statusbar: on |
Anton Oleynikov | 2bbb903 | 2005-11-17 21:35:52 +0000 | [diff] [blame] | 57 | </wps> |
| 58 | |
| 59 | <wps> |
| 60 | Name: iAmp.wps |
Anton Oleynikov | dad0118 | 2005-11-17 22:58:52 +0000 | [diff] [blame] | 61 | RWPS: iAmp.rwps |
Anton Oleynikov | 2bbb903 | 2005-11-17 21:35:52 +0000 | [diff] [blame] | 62 | Author: Raymond Hoh |
Christi Scarborough | 32a43e2 | 2005-11-18 15:33:05 +0000 | [diff] [blame] | 63 | Font: nimbus-12.fnt |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 64 | Statusbar: on |
Christi Scarborough | bde4996 | 2005-11-17 07:37:01 +0000 | [diff] [blame] | 65 | </wps> |
Christi Scarborough | e6cef6e | 2005-11-17 21:53:23 +0000 | [diff] [blame] | 66 | |
| 67 | <wps> |
Christi Scarborough | e6cef6e | 2005-11-17 21:53:23 +0000 | [diff] [blame] | 68 | Name: zezayer.wps |
Nicolas Pennequin | 967d172 | 2007-05-21 18:46:11 +0000 | [diff] [blame] | 69 | RWPS: zezayer.rwps |
Christi Scarborough | e6cef6e | 2005-11-17 21:53:23 +0000 | [diff] [blame] | 70 | Author: Jake Owen |
Christi Scarborough | e6cef6e | 2005-11-17 21:53:23 +0000 | [diff] [blame] | 71 | Font: nedore-8.fnt |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 72 | Statusbar: on |
Christi Scarborough | e6cef6e | 2005-11-17 21:53:23 +0000 | [diff] [blame] | 73 | </wps> |
Daniel Stenberg | 88f359f | 2005-11-17 23:47:23 +0000 | [diff] [blame] | 74 | |
| 75 | <rwps> |
Nicolas Pennequin | 967d172 | 2007-05-21 18:46:11 +0000 | [diff] [blame] | 76 | Name: zezayer.rwps |
| 77 | Author: Dominik Riebeling |
| 78 | Font: nedore-8.fnt |
| 79 | Statusbar: on |
| 80 | </rwps> |
| 81 | |
| 82 | <rwps> |
Daniel Stenberg | 88f359f | 2005-11-17 23:47:23 +0000 | [diff] [blame] | 83 | Name: rockbox_default.rwps |
| 84 | Author: Rockbox team |
| 85 | Font: rockbox_default.fnt |
| 86 | Statusbar: on |
Daniel Stenberg | 88f359f | 2005-11-17 23:47:23 +0000 | [diff] [blame] | 87 | </rwps> |
Anton Oleynikov | 24c0704 | 2005-11-18 00:09:57 +0000 | [diff] [blame] | 88 | |
| 89 | <rwps> |
| 90 | Name: iAmp.rwps |
| 91 | Author: Raymond Hoh |
Christi Scarborough | 32a43e2 | 2005-11-18 15:33:05 +0000 | [diff] [blame] | 92 | Font: nimbus-12.fnt |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 93 | Statusbar: on |
Anton Oleynikov | 24c0704 | 2005-11-18 00:09:57 +0000 | [diff] [blame] | 94 | </rwps> |
Christi Scarborough | 5124844 | 2005-11-21 02:04:47 +0000 | [diff] [blame] | 95 | |
| 96 | <rwps> |
| 97 | Name: boxes.rwps |
| 98 | Author: Christi Scarborough |
| 99 | Font: rockbox_default.fnt |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 100 | Statusbar: on |
Christi Scarborough | 5124844 | 2005-11-21 02:04:47 +0000 | [diff] [blame] | 101 | </rwps> |
Anton Oleynikov | 9b41339 | 2005-12-05 21:21:10 +0000 | [diff] [blame] | 102 | |
| 103 | <rwps> |
| 104 | Name: engineeer2.rwps |
| 105 | Author: Magnus Westerlund |
| 106 | Font: nedore-8.fnt |
| 107 | Statusbar: on |
Anton Oleynikov | 9b41339 | 2005-12-05 21:21:10 +0000 | [diff] [blame] | 108 | </rwps> |
Anton Oleynikov | 0099061 | 2005-12-05 21:51:08 +0000 | [diff] [blame] | 109 | |
| 110 | <wps> |
| 111 | Name: marquee.wps |
| 112 | RWPS: marquee.rwps |
| 113 | Author: Mike Sobel |
Marianne Arnold | 3fb7c5c | 2007-05-05 10:05:14 +0000 | [diff] [blame] | 114 | Font: nimbus-13.fnt |
Anton Oleynikov | 0099061 | 2005-12-05 21:51:08 +0000 | [diff] [blame] | 115 | Statusbar: on |
Anton Oleynikov | 0099061 | 2005-12-05 21:51:08 +0000 | [diff] [blame] | 116 | </wps> |
| 117 | |
| 118 | <rwps> |
| 119 | Name: marquee.rwps |
| 120 | Author: Mike Sobel |
Marianne Arnold | 3fb7c5c | 2007-05-05 10:05:14 +0000 | [diff] [blame] | 121 | Font: nimbus-13.fnt |
Anton Oleynikov | 0099061 | 2005-12-05 21:51:08 +0000 | [diff] [blame] | 122 | Statusbar: on |
Anton Oleynikov | 0099061 | 2005-12-05 21:51:08 +0000 | [diff] [blame] | 123 | </rwps> |
Anton Oleynikov | fc4a031 | 2005-12-05 22:05:41 +0000 | [diff] [blame] | 124 | |
| 125 | <wps> |
| 126 | Name: DancePuffDuo.wps |
| 127 | RWPS: DancePuffDuo.rwps |
| 128 | Author: Chris Oxtoby |
Marianne Arnold | 3fb7c5c | 2007-05-05 10:05:14 +0000 | [diff] [blame] | 129 | Font: nimbus-13.fnt |
Anton Oleynikov | fc4a031 | 2005-12-05 22:05:41 +0000 | [diff] [blame] | 130 | Statusbar: on |
Anton Oleynikov | fc4a031 | 2005-12-05 22:05:41 +0000 | [diff] [blame] | 131 | </wps> |
| 132 | |
| 133 | <rwps> |
| 134 | Name: DancePuffDuo.rwps |
| 135 | Author: Chris Oxtoby |
Marianne Arnold | 3fb7c5c | 2007-05-05 10:05:14 +0000 | [diff] [blame] | 136 | Font: nimbus-13.fnt |
Anton Oleynikov | fc4a031 | 2005-12-05 22:05:41 +0000 | [diff] [blame] | 137 | Statusbar: on |
Anton Oleynikov | fc4a031 | 2005-12-05 22:05:41 +0000 | [diff] [blame] | 138 | </rwps> |
Hardeep Sidhu | ca0302a | 2006-06-14 22:06:11 +0000 | [diff] [blame] | 139 | |
| 140 | <wps> |
| 141 | Name: iCatcher.wps |
| 142 | RWPS: iCatcher.rwps |
| 143 | Author: Ioannis Koutoulakis |
| 144 | Font.112x64x1: rockfont-8.fnt |
Hardeep Sidhu | 9fe9cdf | 2006-09-18 19:20:22 +0000 | [diff] [blame] | 145 | Font.128x128x16: nedore-9.fnt |
Marianne Arnold | 1c1ab63 | 2007-09-28 18:57:55 +0000 | [diff] [blame] | 146 | Font.132x80x16: nedore-9.fnt |
Marianne Arnold | da67b90 | 2006-12-08 16:26:09 +0000 | [diff] [blame] | 147 | Font.138x110x2: nedore-8.fnt |
Hardeep Sidhu | 2525b4d | 2006-06-15 20:17:47 +0000 | [diff] [blame] | 148 | Font.160x128x2: nedore-9.fnt |
Hardeep Sidhu | ca0302a | 2006-06-14 22:06:11 +0000 | [diff] [blame] | 149 | Font.160x128x16: nedore-9.fnt |
| 150 | Font.176x132x16: nedore-9.fnt |
Marianne Arnold | 4ccbcc8 | 2006-12-08 17:55:56 +0000 | [diff] [blame] | 151 | Font.176x220x16: nimbus-12.fnt |
Hardeep Sidhu | ca0302a | 2006-06-14 22:06:11 +0000 | [diff] [blame] | 152 | Font.220x176x16: nimbus-14.fnt |
Marcoen Hirschberg | e14594e | 2007-02-04 12:31:03 +0000 | [diff] [blame] | 153 | Font.240x320x16: nimbus-19.fnt |
| 154 | Font.320x240x16: nimbus-19.fnt |
Nicolas Pennequin | 9d5f73c | 2007-02-14 19:15:14 +0000 | [diff] [blame] | 155 | Foreground Color: 000000 |
| 156 | Background Color: FFFFFF |
Hardeep Sidhu | ca0302a | 2006-06-14 22:06:11 +0000 | [diff] [blame] | 157 | Statusbar: on |
| 158 | </wps> |
| 159 | |
| 160 | <rwps> |
| 161 | Name: iCatcher.rwps |
| 162 | Author: Ioannis Koutoulakis |
Hardeep Sidhu | 2525b4d | 2006-06-15 20:17:47 +0000 | [diff] [blame] | 163 | Font.160x128x2: nedore-9.fnt |
| 164 | Font.220x176x16: nimbus-14.fnt |
Hardeep Sidhu | ca0302a | 2006-06-14 22:06:11 +0000 | [diff] [blame] | 165 | Statusbar: on |
| 166 | </rwps> |
| 167 | |
| 168 | <wps> |
| 169 | Name: UniCatcher.wps |
| 170 | RWPS: UniCatcher.rwps |
| 171 | Author: Ioannis Koutoulakis |
| 172 | Font: unifont.fnt |
Nicolas Pennequin | 9d5f73c | 2007-02-14 19:15:14 +0000 | [diff] [blame] | 173 | Foreground Color: 000000 |
| 174 | Background Color: FFFFFF |
Hardeep Sidhu | ca0302a | 2006-06-14 22:06:11 +0000 | [diff] [blame] | 175 | Statusbar: on |
| 176 | </wps> |
| 177 | |
| 178 | <rwps> |
| 179 | Name: UniCatcher.rwps |
| 180 | Author: Ioannis Koutoulakis |
| 181 | Font: unifont.fnt |
| 182 | Statusbar: on |
| 183 | </rwps> |
Marcoen Hirschberg | 69e3ffd | 2007-02-11 20:55:50 +0000 | [diff] [blame] | 184 | |
| 185 | <wps> |
| 186 | Name: Rockboxed.wps |
| 187 | Author: Roan Horning |
| 188 | Font.112x64x1: rockbox_default.fnt |
| 189 | Font.128x128x16: nimbus-12.fnt |
Marianne Arnold | d648c0d | 2007-09-28 19:29:10 +0000 | [diff] [blame] | 190 | Font.132x80x16: nimbus-10.fnt |
Marcoen Hirschberg | 69e3ffd | 2007-02-11 20:55:50 +0000 | [diff] [blame] | 191 | Font.138x110x2: nimbus-12.fnt |
| 192 | Font.160x128x16: nimbus-12.fnt |
| 193 | Font.160x128x2: nimbus-12.fnt |
| 194 | Font.176x132x16: nimbus-12.fnt |
Marcoen Hirschberg | 34c799a | 2007-02-12 00:00:10 +0000 | [diff] [blame] | 195 | Font.176x220x16: nimbus-12.fnt |
| 196 | Font.220x176x16: nimbus-14.fnt |
| 197 | Font.240x320x16: nimbus-19.fnt |
| 198 | Font.320x240x16: nimbus-19.fnt |
Marcoen Hirschberg | 69e3ffd | 2007-02-11 20:55:50 +0000 | [diff] [blame] | 199 | Foreground Color: 000000 |
| 200 | Background Color: FFC000 |
| 201 | Statusbar: on |
| 202 | </wps> |
Jens Arnold | abd103c | 2007-04-04 06:26:53 +0000 | [diff] [blame] | 203 | |
| 204 | <wps> |
| 205 | Name: progressive.wps |
| 206 | Author: Jens Arnold |
Marianne Arnold | d648c0d | 2007-09-28 19:29:10 +0000 | [diff] [blame] | 207 | </wps> |
Michael Giacomelli | 8b01677 | 2008-01-21 00:26:53 +0000 | [diff] [blame^] | 208 | |
| 209 | <wps> |
| 210 | Name: cabbiev2.wps |
| 211 | # Real name of the creator of the WPS |
| 212 | Author: Johannes Voggenthaler, Apoo Maha, Marc Guay, Alex Vanderpol, Jerry Lange, Keith Perri, Mark Fawkus, and Marianne Arnold with support from Rockbox developers and forums. Based on Cabbie by Yohann Misquitta. |
| 213 | rwps: /.rockbox/wps/cabbiev2.rwps-128x96x2.rwps |
| 214 | rwps: /.rockbox/wps/cabbiev2.rwps-128x64x2.rwps |
| 215 | # Preferred font (including .fnt extension - leave blank for player): |
| 216 | Font.320x240x16: helvR12.fnt |
| 217 | Font.240x320x16: helvR14.fnt |
| 218 | Font.220x176x16: helvR10.fnt |
| 219 | Font.176x220x16: helvR10.fnt |
| 220 | Font.176x132x16: helvR10.fnt |
| 221 | Font.160x128x16: helvR10.fnt |
| 222 | Font.160x128x2: mix12.fnt |
| 223 | Font.138x110x2: helvR10.fnt |
| 224 | Font.128x128x16: helvR10.fnt |
| 225 | Font.132x80x16: Sazanami-Mincho-Regular-11.fnt |
| 226 | Font.112x64x1: rockfont-8.fnt |
| 227 | foreground color: CCCCCC |
| 228 | background color: 000000 |
| 229 | backdrop.320x240x16: /.rockbox/backdrops/cabbiev2.320x240x16.bmp |
| 230 | backdrop.128x128x16: /.rockbox/backdrops/cabbiev2.128x128x16.bmp |
| 231 | backdrop.132x80x16: /.rockbox/backdrops/cabbiev2.132x80x16.bmp |
| 232 | backdrop.138x110x2: /.rockbox/backdrops/cabbiev2.138x110x2.bmp |
| 233 | backdrop.160x128x16: /.rockbox/backdrops/cabbiev2.160x128x16.bmp |
| 234 | backdrop.160x128x2: /.rockbox/backdrops/cabbiev2.160x128x2.bmp |
| 235 | backdrop.176x132x16: /.rockbox/backdrops/cabbiev2.176x132x16.bmp |
| 236 | backdrop.176x220x16: /.rockbox/backdrops/cabbiev2.176x220x16.bmp |
| 237 | backdrop.220x176x16: /.rockbox/backdrops/cabbiev2.220x176x16.bmp |
| 238 | backdrop.240x320x16: /.rockbox/backdrops/cabbiev2.240x320x16.bmp |
| 239 | line selector start color: fde89e |
| 240 | line selector end color: b58c00 |
| 241 | selector type: bar (gradient) |
| 242 | iconset: /.rockbox/icons/tango_small.bmp |
| 243 | viewers iconset: /.rockbox/icons/tango_small_viewers.bmp |
| 244 | line selector text color: 000000 |
| 245 | filetype colours: - |
| 246 | # Whether the WPS is designed to have the statusbar on or off |
| 247 | Statusbar.320x240x16: on |
| 248 | Statusbar.240x320x16: on |
| 249 | Statusbar.220x176x16: on |
| 250 | Statusbar.176x220x16: on |
| 251 | Statusbar.176x132x16: on |
| 252 | Statusbar.160x128x16: on |
| 253 | Statusbar.160x128x2: on |
| 254 | Statusbar.138x110x2: on |
| 255 | Statusbar.128x128x16: on |
| 256 | Statusbar.132x80x16: on |
| 257 | Statusbar.112x64x1: on |
| 258 | # The minimum required pixel height for the WPS |
| 259 | # 176 for H3xx, 128 for H1xx, 64 for Recorder/Ondio, 14 for player |
| 260 | Height.320x240x16: 240 |
| 261 | Height.240x320x16: 320 |
| 262 | Height.220x176x16: 176 |
| 263 | Height.176x220x16: 220 |
| 264 | Height.176x132x16: 132 |
| 265 | Height.160x128x16: 128 |
| 266 | Height.160x128x2: 128 |
| 267 | Height.138x110x2: 110 |
| 268 | Height.128x128x16: 128 |
| 269 | Height.132x80x16: 80 |
| 270 | Height.112x64x1: 64 |
| 271 | # The minimum required pixel width for the WPS (160 for iRiver, |
| 272 | # 220 for H3xx, 160 for H1xx, 112 for Recorder/Ondio, 55 for player |
| 273 | Width.320x240x16: 320 |
| 274 | Width.240x320x16: 240 |
| 275 | Width.220x176x16: 220 |
| 276 | Width.176x220x16: 176 |
| 277 | Width.176x132x16: 176 |
| 278 | Width.160x128x16: 160 |
| 279 | Width.160x128x2: 160 |
| 280 | Width.138x110x2: 138 |
| 281 | Width.128x128x16: 128 |
| 282 | Width.132x80x16: 132 |
| 283 | Width.112x64x1: 112 |
| 284 | </wps> |