-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy paththeme.xml
executable file
·638 lines (542 loc) · 31.5 KB
/
theme.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
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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
<!-- Theme by pajarorrojo
https://github.com/pajarorrojo/es-theme-PlayStation-X
-->
<theme defaultView="ps4Style" defaultTransition="instant">
<formatVersion>7</formatVersion>
<!--IDIOMAS-->
<include>./_theme_lang/default_en.xml</include>
<include lang="es,ca,eu,fr,pt,it,ja,de,ar,he,ru,pl,zh,gl">./_theme_lang/${lang}.xml</include>
<!--PERSONALIZACION-->
<include>./custom-username.xml</include>
<include>./_theme_options/usernames.xml</include>
<include>./_theme_options/avatars.xml</include>
<!--THEME OPTIONS-->
<subset name="region" displayName="${theme.region}">
<include name="eu" displayName="${theme.europe}"/>
<include name="us" displayName="${theme.usa}"/>
<include name="jp" displayName="${theme.japan}"/>
</subset>
<!--RELACION DE ASPECTO (auto deteccion)-->
<subset name="aspect-ratio" displayName="${theme.aspect-ratio}">
<include if="${screen.width} == '800' && ${screen.height} == '480' " name="5-3" displayName="5:3 (${theme.forced})" /> <!--FIX 5:3 no detectado por retroarch (ojo, solo para pantallas tiny <= 480p)-->
<include if="${screen.width} == '1200' && ${screen.height} == '720' " name="5-3" displayName="5:3 (${theme.forced})" /> <!--FIX 5:3 no detectado por retroarch-->
<include if="${screen.width} == '1800' && ${screen.height} == '1080' " name="5-3" displayName="5:3 (${theme.forced})" /> <!--FIX 5:3 no detectado por retroarch-->
<include if="{screen.ratio} == '4/3'" name="4-3" displayName="4:3 (${theme.detected})" />
<include if="{screen.ratio} == '3/2'" name="3-2" displayName="3:2 (${theme.detected})" />
<include if="{screen.ratio} == '5/4'" name="5-4" displayName="5:4 (${theme.detected})" />
<include if="{screen.ratio} == '16/9'" name="16-9" displayName="16:9 (${theme.detected})" />
<include if="{screen.ratio} == '30/17'" name="16-9" displayName="16:9 (${theme.detected})" />
<include if="{screen.ratio} == '16/10'" name="16-10" displayName="16:10 (${theme.detected})"/>
</subset>
<!--RELACION DE ASPECTO NO DETECTADA (mostramos todas las opciones) -->
<subset name="aspect-ratio" displayName="${theme.aspect-ratio}">
<include name="16-9" displayName="16:9 widescreen" />
<include name="4-3" displayName="4:3 standard" />
<include name="16-10" displayName="16:10" />
<include name="5-4" displayName="5:4" />
<include name="3-2" displayName="3:2" />
<include name="5-3" displayName="5:3" />
</subset>
<!--FRONTEND-->
<subset name="frontend" displayName="${theme.frontend}">
<include ifNotArch="windows" name="batocera" displayName="batocera" />
<include name="none" displayName="${none}" tinyScreen="true" />
<include name="retrobat" displayName="retrobat" />
<include ifArch="windows" name="batocera" displayName="batocera" />
<include name="batocera" displayName="batocera" />
<include name="batocera-plus" displayName="batocera plus" />
<include name="emuelec" displayName="emuelec" />
<include name="projectarcade" displayName="ProjectArcade" />
<include name="jelos" displayName="JELOS" />
<include name="emulationstation" displayName="EmulationStation" />
<include name="none" displayName="${none}" tinyScreen="false" />
</subset>
<!--AVATARES-->
<subset name="system-avatar" displayName="${theme.Avatar}">
<include if="{global.cheevos} == true" name="cheevos" displayName="Retroachievements Avatar" />
<include name="psx-logo" displayName="PS-X" />
<include name="custom" displayName="${custom}" />
<include name="castlevania" displayName="Alucard (Castlevania)" />
<include name="arale" displayName="Arale Norimaki" />
<include name="ghostgoblins" displayName="Arthur (Ghost 'n Goblins)" />
<include name="barbarian" displayName="Barbarian (CPC)" />
<include name="bart-simpson" displayName="Bart Simpson (Arcade)" />
<include name="batocera" displayName="Batocera" />
<include name="batocera-plus" displayName="Batocera Plus" />
<include name="bernard" displayName="Bernard (Maniac Mansion)" />
<include name="bomberman" displayName="Bomberman" />
<include name="bubble" displayName="Bubble Bobble" />
<include name="claptrap" displayName="Claptrap (Borderlands)" />
<include name="cloud" displayName="Cloud Strife" />
<include name="crashbandicoot" displayName="Crash Bandicoot" />
<include name="daytentacle" displayName="Day of the Tentacle" />
<include name="daytona" displayName="Daytona USA Hornet" />
<include name="donkey" displayName="Donkey Kong" />
<include name="doubledragon" displayName="Double Dragon" />
<include name="dragons-lair" displayName="Dragon's Lair" />
<include name="emulationstation" displayName="Emulation Station" />
<include name="fallout-boy" displayName="Fallout (Vault Boy)" />
<include name="fatalfury" displayName="Fatal Fury (Terry)" />
<include name="finalfight" displayName="Final Fight (Guy)" />
<include name="geralt" displayName="Geralt de Rivia" />
<include name="goku" displayName="Goku" />
<include name="halo" displayName="Halo" />
<include name="he-man" displayName="HE-MAN" />
<include name="jackelguapo" displayName="Handsome Jack" />
<include name="kingdomhearts" displayName="Kingdom Hearts (Sora)" />
<include name="lara" displayName="Lara Croft" />
<include name="larry" displayName="Larry Laffer" />
<include name="lemmings" displayName="Lemmings" />
<include name="zelda" displayName="Link (Zelda NES)" />
<include name="zelda-ocarina" displayName="Link (Zelda Ocarina)" />
<include name="mario" displayName="Mario Bros." />
<include name="mazinger" displayName="Mazinger Z" />
<include name="megaman" displayName="Mega-Man" />
<include name="metal-gear" displayName="Metal Gear" />
<include name="metalslug" displayName="Metal Slug" />
<include name="metroid" displayName="Metroid" />
<include name="monkeyisland" displayName="Monkey Island" />
<include name="nanaki" displayName="Nanaki (FFVII)" />
<include name="outrun" displayName="OutRun" />
<include name="pacman" displayName="Pac-Man" />
<include name="pacman-clyde" displayName="Pac-Man Clyde" />
<include name="pacman-inky" displayName="Pac-Man Inky" />
<include name="pacman-blinky" displayName="Pac-Man Blinky" />
<include name="pacman-pinky" displayName="Pac-Man Pinky" />
<include name="peace" displayName="Peace" />
<include name="pikachu" displayName="Pikachu" />
<include name="pole-position" displayName="Pole Position" />
<include name="projectarcade" displayName="ProjectArcade" />
<include name="ps-logo" displayName="PlayStation Logo" />
<include name="astrobot" displayName="PSN Astro Bot" />
<include name="retroship" displayName="PSN Retro Ship" />
<include name="q-bert" displayName="Q-Bert" />
<include name="rastan" displayName="Rastan" />
<include name="recalbox" displayName="Recalbox" />
<include name="retroachievements" displayName="Retroachievements Default" />
<include name="retrobat" displayName="Retrobat" />
<include name="retropie" displayName="Retropie" />
<include name="robocop" displayName="Robocop" />
<include name="rollingthunder" displayName="Rolling Thunder" />
<include name="shenmue" displayName="Ryo Hazuki (Shenmue)" />
<include name="ryu" displayName="Ryu (Street Fighter 2)" />
<include name="sephirot" displayName="Sephirot" />
<include name="sonic" displayName="Sonic" />
<include name="strider" displayName="Strider" />
<include name="superhangon" displayName="Super Hang-On" />
<include name="superpang" displayName="Super Pang" />
<include name="willow" displayName="Willow" />
<include name="wonderboy" displayName="Wonderboy" />
</subset>
<!--NICKNAMES-->
<subset name="system-username" displayName="${theme.username}">
<include if="{global.cheevos} == true" name="cheevos" displayName="Retroachievements ID: ${global.cheevos.username}" />
<include ifNotArch="windows" if="{global.netplay} == true" name="netplay" displayName="Netplay ID: ${global.netplay.username}" />
<include name="playstation-x" displayName="Playstation-X" />
<include ifArch="windows" if="{global.netplay} == true" name="netplay" displayName="Netplay ID: ${global.netplay.username}" />
<include name="custom" displayName="${custom}: ${custom.nick}" />
<include name="batocera" displayName="Batocera" />
<include name="batocera-plus" displayName="Batocera Plus" />
<include name="cloud" displayName="Cloud Strife" />
<include name="emulationstation" displayName="EmulationStation" />
<include name="ezio" displayName="Ezio Auditore" />
<include name="belmont" displayName="Gabriel Belmont" />
<include name="geralt" displayName="Geralt of Rivia" />
<include name="guybrush" displayName="Guybrush Threepwood" />
<include name="jackelguapo" displayName="Handsome Jack" />
<include name="kratos" displayName="Kratos" />
<include name="laracroft" displayName="Lara Croft" />
<include name="larry" displayName="Larry Laffer" />
<include name="linkzelda" displayName="Link (Zelda)" />
<include name="megaman" displayName="Mega-Man" />
<include name="nathandrake" displayName="Nathan Drake" />
<include name="ProjectArcade" displayName="ProjectArcade" />
<include name="recalbox" displayName="Recalbox" />
<include name="retroarch" displayName="RetroArch" />
<include name="retrobat" displayName="Retrobat" />
<include name="samus" displayName="Samus Aran" />
<include name="sephirot" displayName="Sephirot" />
<include name="solidsnake" displayName="Solid Snake" />
<include name="sonic" displayName="Sonic the Hedgehog" />
<include name="subzero" displayName="Sub Zero" />
</subset>
<!--TOP INFO AREA-->
<subset name="top-info" displayName="${theme.topinfoarea}">
<include tinyScreen="true" name="clean" displayName="${theme.clean}">./_theme_views/top-info-clean.xml</include>
<include name="default" displayName="${default}">./_theme_views/top-info.xml</include>
<include name="no-numbers" displayName="${theme.nonumbers}">./_theme_views/top-info.xml</include>
<include name="clean" displayName="${theme.clean}">./_theme_views/top-info-clean.xml</include>
</subset>
<!--SETS DE ICONOS-->
<subset name="iconset" displayName="${iconset}">
<include name="psx" displayName="PSX">./_theme_options/iconsets/psx.xml</include>
<include name="psx-light" displayName="PSX LIGHT">./_theme_options/iconsets/psx-light.xml</include>
<include name="psx-color" displayName="PSX COLOR">./_theme_options/iconsets/psx-color.xml</include>
<include name="psx-color-2" displayName="PSX COLOR 2">./_theme_options/iconsets/psx-color-2.xml</include>
<include name="xbox" displayName="XBOX - STEAM - PC">./_theme_options/iconsets/xbox.xml</include>
<include name="xbox-color" displayName="XBOX - STEAM - PC COLOR">./_theme_options/iconsets/xbox-color.xml</include>
<include name="snes" displayName="SNES">./_theme_options/iconsets/snes.xml</include>
<include name="position" displayName="POSITION">./_theme_options/iconsets/posicion.xml</include>
<include name="arcade" displayName="ARCADE">./_theme_options/iconsets/arcade.xml</include>
</subset>
<!--JUEGO DE COLORES-->
<subset name="colorset" displayName="${theme.colorset}">
<include name="black" displayName="${black}">./_theme_options/colorsets/black.xml</include>
<include name="blue" displayName="${blue}">./_theme_options/colorsets/blue.xml</include>
</subset>
<!--JUEGO DE COLORES SECUNDARIOS-->
<subset name="secondary_colorset" displayName="${theme.secondaryColorset}">
<include name="default" displayName="${default}" />
<include name="yellow" displayName="${yellow}">./_theme_options/colorsets/secondary_colors/yellow.xml</include>
<include name="green" displayName="${green}">./_theme_options/colorsets/secondary_colors/green.xml</include>
<include name="purple" displayName="${purple}">./_theme_options/colorsets/secondary_colors/purple.xml</include>
<include name="orange" displayName="${orange}">./_theme_options/colorsets/secondary_colors/orange.xml</include>
<include name="red" displayName="${red}">./_theme_options/colorsets/secondary_colors/red.xml</include>
<include name="pink" displayName="${pink}">./_theme_options/colorsets/secondary_colors/pink.xml</include>
<include name="blue" displayName="${blue}">./_theme_options/colorsets/secondary_colors/blue.xml</include>
<include name="black" displayName="${black}">./_theme_options/colorsets/secondary_colors/black.xml</include>
</subset>
<!--TAMAÑO CARRUSEL-->
<subset name="carousel" displayName="${CarouselImageSize}">
<include name="big" displayName="${big}" tinyScreen="true">./_theme_options/carousel-sizes/big.xml</include>
<include name="medium" displayName="${medium}">./_theme_options/carousel-sizes/medium.xml</include>
<include name="big" displayName="${big}" tinyScreen="false">./_theme_options/carousel-sizes/big.xml</include>
<include name="small" displayName="${small}">./_theme_options/carousel-sizes/small.xml</include>
</subset>
<!--ARTE SUPERPUESTO-->
<subset name="overlay-arts" displayName="${theme.overlayExtra}">
<include tinyScreen="true" name="NO" displayName="${no}" />
<include if="{screen.ratio} == '4/3' || {screen.ratio} == '5/4'" name="NO" displayName="${no}" />
<include name="YES" displayName="${yes}" />
<include name="NO" displayName="${no}" />
</subset>
<!--TIPO DE BACKGROUND EN VISTA DE SISTEMAS-->
<subset name="background-system" displayName="${theme.systemBackground}">
<include name="default" displayName="${default}" />
<include name="fanart" displayName="${randomFanart}" />
<include name="none" displayName="${none}" />
</subset>
<!--OPCIONES DE VIDEO SISTEMAS-->
<subset name="video-system" displayName="${theme.videoBackground}">
<include name="NO" displayName="${VideoOff}" tinyScreen="true">./_theme_options/systemvideo/video-bg.xml</include>
<include name="NO" ifNotArch="rpi5,rpi4,windows,x86,x86_64,odroidc4,odroidxu4" displayName="${VideoOff}">./_theme_options/systemvideo/video-bg.xml</include>
<include name="small-screen" ifArch="rpi5,rpi4,windows,x86,x86_64,odroidc4,odroidxu4" displayName="${theme.smallScreenOption}">./_theme_options/systemvideo/enable-video-small.xml</include>
<include name="background-option" displayName="${theme.backgroundVideoOption}">./_theme_options/systemvideo/video-bg.xml</include>
<include name="NO" displayName="${VideoOff}" tinyScreen="false">./_theme_options/systemvideo/video-bg.xml</include>
</subset>
<!--RANDOM VIDEOS ON/OFF-->
<subset name="video-system-random" displayName="${theme.videoRandom}" ifSubset="video-system:small-screen|background-option">
<include name="enable-ifnospot" displayName="${ifnospot}" />
<include name="enable-random" displayName="${always}" />
<include name="disable-random" displayName="${never}" />
</subset>
<!--AUDIO VIDEOS SISTEMAS ON/OFF-->
<subset name="video-system-audio" displayName="${theme.videoaudio}" ifSubset="video-system:small-screen|background-option">
<include name="disable-audio" displayName="${no}" />
<include name="enable-audio" displayName="${yes}" />
</subset>
<!--SONIDOS DE NAVEGACION-->
<subset name="nav-sound" displayName="${theme.nav-sounds}">
<include name="ps5" displayName="PlayStation 5">./_theme_options/sound-effects/ps5.xml</include>
<include name="ps4" displayName="PlayStation 3/4">./_theme_options/sound-effects/ps4.xml</include>
<include name="sd" displayName="Steam Deck">./_theme_options/sound-effects/sd.xml</include>
<include name="ff" displayName="Final Fantasy">./_theme_options/sound-effects/ff.xml</include>
</subset>
<!--DESCRIPCIONES-->
<subset name="system-description" displayName="${theme.system-description}">
<include name="NO" displayName="${no}" tinyScreen="true" />
<include name="YES" displayName="${yes}">./_theme_options/enable-system-description.xml</include>
<include name="NO" displayName="${no}" tinyScreen="false" />
</subset>
<!--ANIMACIONES DE VISTA SISTEMAS-->
<subset name="anim-system" displayName="${theme.animatedSystem}">
<include name="YES" displayName="${yes}">./_theme_options/animated-systems.xml</include>
<include name="NO" displayName="${no}" />
</subset>
<!--MOSTRAR AYUDA HOTKEYS-->
<subset ifNotArch="windows,x86,x86_64" name="hotkey-guide" displayName="${theme.hotkey}">
<include tinyScreen="true" name="NO" displayName="${no}" />
<include name="YES" displayName="${yes}" />
<include tinyScreen="false" name="NO" displayName="${no}" />
</subset>
<subset ifArch="windows,x86,x86_64" name="hotkey-guide" displayName="${theme.hotkey-x86}">
<include tinyScreen="true" name="never" displayName="${never}" />
<include name="splash" displayName="${theme.hotkey.splash}" />
<include name="both" displayName="${theme.hotkey.both}" />
<include name="gamesplash" displayName="${theme.hotkey.gamesplash}" />
<include tinyScreen="false" name="never" displayName="${never}" />
</subset>
<!-- MOSTRAR INFO CARPETA ROMS -->
<subset name="system-rom-folder" displayName="${theme.romFolder}">
<include name="NO" displayName="${no}" />
<include name="YES" displayName="${yes}"/>
<include name="dim" displayName="${dim}" />
</subset>
<!--FONDO ANIMADO-->
<subset name="animated-backg" displayName="${theme.animated-background}">
<include ifArch="rpi5,rpi4,windows,x86,x86_64,odroidc4,odroidxu4" name="YES" displayName="${yes}">./_theme_options/animated-background.xml</include>
<include name="NO" displayName="${no}" />
<include ifNotArch="rpi5,rpi4,windows,x86,x86_64,odroidc4,odroidxu4" name="YES" displayName="${yes}">./_theme_options/animated-background.xml</include>
</subset>
<!--OPCIONES GAMELISTS-->
<!--ARTE SUPERPUESTO-->
<subset name="overlay-gamelist-arts" displayName="${theme.gamelistOverlayExtra}" appliesTo="ps4Style, single">
<include tinyScreen="true" name="NO" displayName="${no}" />
<include if="{screen.ratio} == '4/3' || {screen.ratio} == '5/4'" name="NO" displayName="${no}" />
<include name="YES" displayName="${yes}" />
<include name="NO" displayName="${no}" />
</subset>
<!-- MOSTRAR / OCULTAR DESCRIPCIONES DE JUEGOS -->
<subset name="game-description" displayName="${theme.gameDescription}" appliesTo="detailed, grid, ps4Style, carousel, full-grid, single">
<include tinyScreen="true" name="no" displayName="${no}" />
<include name="si" displayName="${yes}" />
<include name="no" displayName="${no}" />
</subset>
<!--BARRA DE INFO JUEGOS-->
<subset name="info-bar" displayName="${gameBar}" appliesTo="detailed, grid, ps4Style, carousel, full-grid, single">
<include name="YES" displayName="${yes}" />
<include name="NO" displayName="${no}" />
</subset>
<!--OPCIONES DE IMAGENES (EN LA CUADRICULA)-->
<subset name="grid-origin" displayName="${theme.gridImage}" appliesTo="grid, ps4Style, carousel, full-grid">
<include name="default" displayName="${default}" />
<include name="image" displayName="image" />
<include name="thumbnail" displayName="thumbnail (${theme.box})" />
<include name="marquee" displayName="marquee (${theme.logo})" />
<include name="fanart" displayName="fanart" />
<include name="titleshot" displayName="titleshot" />
<include name="boxart" displayName="boxart" />
<include name="cartridge" displayName="cartridge" />
</subset>
<!--OPCIONES DE IMAGENES (PRINCIPAL)-->
<subset name="main-origin" displayName="${theme.mainImage}" appliesTo="detailed, grid, ps4Style, carousel, full-grid, single">
<include name="default" displayName="${default}" />
<include name="image" displayName="image" />
<include name="thumbnail" displayName="thumbnail (${theme.box})" />
<include name="marquee" displayName="marquee (${theme.logo})" />
<include name="fanart" displayName="fanart" />
<include name="titleshot" displayName="titleshot" />
<include name="boxart" displayName="boxart" />
<include name="cartridge" displayName="cartridge" />
<include name="boxback" displayName="boxback" />
<include name="none" displayName="${none}" />
</subset>
<!-- CAJA EN VISTA CLASICA Y SINGLE -->
<subset name="thumbnail-type" displayName="${theme.thumbnail-type}" appliesTo="ps4Style, single" >
<include name="thumbnail" displayName="thumbnail (${default})" />
<include name="boxart" displayName="boxart" />
<include name="boxback" displayName="boxback" />
<include name="cartridge" displayName="cartridge" />
<include name="none" displayName="${none}" />
</subset>
<!-- LOGO EN VISTA CLASICA Y SINGLE -->
<subset name="showlogo" displayName="${theme.showlogo}" appliesTo="ps4Style, single">
<include name="enabled" displayName="${yes}" />
<include name="disabled" displayName="${no}" />
</subset>
<!--OPCIONES DE SNAPVIDEO-->
<subset name="game-video" displayName="${theme.gridvideo}" appliesTo="detailed, grid, ps4Style, carousel, full-grid, single">
<include tinyScreen="true" name="oversize" displayName="${theme.oversizeVideoOption}" />
<include name="default" displayName="${default}" />
<include name="window" displayName="${theme.windowVideoOption}" />
<include name="background" displayName="${theme.backgroundVideoOption}" />
<include tinyScreen="false" name="oversize" displayName="${theme.oversizeVideoOption}" />
<include name="inside" displayName="${theme.insideVideoOption}" />
<include name="off" displayName="${VideoOff}" />
</subset>
<!--AUDIO VIDEOSNAP ON/OFF-->
<subset name="videosnap-audio" displayName="${theme.videoSnapAudio}" appliesTo="detailed, grid, ps4Style, carousel, full-grid, single">
<include name="enabled" displayName="${yes}" />
<include name="disabled" displayName="${no}" />
</subset>
<!--OPCIONES DE RETARDO DE VIDEO-->
<subset name="video-gamelist-delay" displayName="${theme.videoGamelistDelay}" appliesTo="detailed, grid, ps4Style, carousel, full-grid, single" ifSubset="game-video:window|background|inside|oversize|default">
<include name="1s" displayName="1s" />
<include name="2s" displayName="2s" />
<include name="3s" displayName="3s" />
<include name="0s" displayName="0s" />
<include name="05s" displayName="0.5s" />
</subset>
<!-- IMAGEN DE FONDO EN LA LISTA DE JUEGOS -->
<subset name="background-gamelist" displayName="${theme.gamelistBackground}" appliesTo="detailed, grid, ps4Style, carousel, full-grid, single">
<include name="fanart" displayName="fanart" />
<include name="default" displayName="${default}" />
<include name="none" displayName="${none}" />
</subset>
<!--ANIMACION DE LISTAS-->
<subset name="anim-list" displayName="${theme.animatedList}" appliesTo="detailed, grid, ps4Style, carousel, full-grid, single">
<include ifArch="rpi5,rpi4,windows,x86,x86_64,odroidc4,odroidxu4" name="YES" displayName="${yes}">./_theme_options/animated-list.xml</include>
<include name="NO" displayName="${no}" />
<include ifNotArch="rpi5,rpi4,windows,x86,x86_64,odroidc4,odroidxu4" name="YES" displayName="${yes}">./_theme_options/animated-list.xml</include>
</subset>
<!-- ELEMENTOS SCREEN -->
<view name="screen">
<batteryIndicator name="batteryIndicator">
<pos>0.96 0.961</pos>
<size>0.027</size>
<color>666666</color>
<planemodeIcon>./_theme_inc/menu_icons/Planemode.png</planemodeIcon>
</batteryIndicator>
</view>
<!-- ELEMENTOS COMUNES -->
<view name="system, detailed, grid">
<text name="region" extra="true" tinyScreen="false">
<origin>0 0</origin>
<pos>-0.019 0.931</pos>
<size>1 0.05</size>
<color>aaaaaa</color>
<fontPath>./_theme_inc/fonts/SST Roman.ttf</fontPath>
<fontSize>0.015</fontSize>
<alignment>right</alignment>
<zIndex>99</zIndex>
<backgroundColor>ff000000</backgroundColor>
</text>
<text name="region" extra="true" region="eu">
<text>EU</text>
</text>
<text name="region" extra="true" region="jp">
<text>JP</text>
</text>
<text name="region" extra="true" region="us">
<text>US</text>
</text>
</view>
<!--MENUS-->
<view name="menu">
<menuText name="menufooter">
<fontPath>./_theme_inc/fonts/SST Roman.ttf</fontPath>
<fontSize>0.02</fontSize>
<color>${menuFooter}</color>
</menuText>
<menuText name="menutext">
<fontPath>./_theme_inc/fonts/SST Roman.ttf</fontPath>
<fontPath tinyScreen="true">./_theme_inc/fonts/SST Bold.ttf</fontPath>
<fontSize>0.028</fontSize>
<fontSize tinyScreen="true">0.038</fontSize>
<fontSize ifSubset="aspect-ratio:4-3" tinyScreen="true">0.034</fontSize>
<color>${menuFontcolor}</color>
<separatorColor>${menuSeparatorColor}</separatorColor>
<selectorColor>${menuSelectorColor}</selectorColor>
<selectorColorEnd>${menuSelectorColorEnd}</selectorColorEnd>
<selectorGradientType>horizontal</selectorGradientType>
<selectedColor>${menuSelectedColor}</selectedColor>
</menuText>
<menuGroup name="menugroup">
<fontPath>./_theme_inc/fonts/SST Bold.ttf</fontPath>
<fontSize>0.032</fontSize>
<fontSize tinyScreen="true">0.032</fontSize>
<color>${menuGrouptitle}</color>
<separatorColor>${menuGroupSeparator}</separatorColor>
<backgroundColor>00000000</backgroundColor>
<lineSpacing>2.2</lineSpacing>
</menuGroup>
<menuTextSmall name="menutextsmall">
<fontPath>./_theme_inc/fonts/SST Roman.ttf</fontPath>
<fontSize>0.0235</fontSize>
<fontSize tinyScreen="true">0.022</fontSize>
<forceUppercase tinyScreen="true">true</forceUppercase>
<color>ffffff</color>
</menuTextSmall>
<menuText name="menutitle">
<fontPath>./_theme_inc/fonts/SST Bold.ttf</fontPath>
<fontSize>0.037</fontSize>
<fontSize tinyScreen="true">0.042</fontSize>
<color>${menuTitleColor}</color>
</menuText>
<menuBackground name="menubg">
<color>${menubgColor}</color>
<cornerSize>30 30</cornerSize>
<scrollbarColor>${menuSelectorColor}</scrollbarColor>
</menuBackground>
<menuIcons name="menuicons">
<iconKodi>./_theme_inc/menu_icons/Kodi.png</iconKodi>
<iconSystem>./_theme_inc/menu_icons/System.png</iconSystem>
<iconUpdates>./_theme_inc/menu_icons/Updates.png</iconUpdates>
<iconGames>./_theme_inc/menu_icons/Games.png</iconGames>
<iconControllers>./_theme_inc/menu_icons/Controllers.png</iconControllers>
<iconUI>./_theme_inc/menu_icons/UI.png</iconUI>
<iconSound>./_theme_inc/menu_icons/Sound.png</iconSound>
<iconNetwork>./_theme_inc/menu_icons/Network.png</iconNetwork>
<iconScraper>./_theme_inc/menu_icons/Scraper.png</iconScraper>
<iconAdvanced>./_theme_inc/menu_icons/Advanced.png</iconAdvanced>
<iconQuit>./_theme_inc/menu_icons/Quit.png</iconQuit>
<iconRestart>./_theme_inc/menu_icons/Restart.png</iconRestart>
<iconShutdown>./_theme_inc/menu_icons/Shutdown.png</iconShutdown>
<iconFastShutdown>./_theme_inc/menu_icons/Fastshutdown.png</iconFastShutdown>
<iconRetroachievements>./_theme_inc/menu_icons/Contest.png</iconRetroachievements>
<iconManual>./_theme_inc/menu_icons/Manual.png</iconManual>
<iconPlanemode>./_theme_inc/menu_icons/Planemode.png</iconPlanemode>
</menuIcons>
<menuButton name="menubutton">
<path>./_theme_inc/images/button.png</path>
<filledPath ifSubset="colorset:black">./_theme_inc/images/button_filled.png</filledPath>
</menuButton>
</view>
<!--BARRA INFERIOR AYUDA BOTONES Y MUSICA DE FONDO-->
<view name="system">
<text name="systemInfo">
<visible>false</visible>
</text>
<!--BACKGROUND MUSIC you can put your favorite music in /_theme_music/ folder-->
<sound name="directory">
<path>./_theme_music/</path>
</sound>
<helpsystem name="help">
<textColor>${helpFontColor}</textColor>
<iconColor>${helpIconColor}</iconColor>
<pos>0.01 0.955</pos>
<fontPath>./_theme_inc/fonts/SST Roman.ttf</fontPath>
<fontPath tinyScreen="true">./_theme_inc/fonts/SST Bold.ttf</fontPath>
<fontSize>0.03</fontSize>
<fontSize ifSubset="aspect-ratio:4-3|5-4" tinyScreen="true">0.026</fontSize>
<glowColor>00000035</glowColor>
<glowSize ifArch="rpi5,rpi4,windows,x86,x86_64,odroidc4,odroidxu4">1</glowSize>
<glowOffset ifArch="rpi5,rpi4,windows,x86,x86_64,odroidc4,odroidxu4">3 2</glowOffset>
</helpsystem>
</view>
<view name="detailed,grid">
<helpsystem name="help">
<textColor>${helpFontColor}</textColor>
<iconColor>${helpIconColor}</iconColor>
<pos>0.01 0.955</pos>
<fontPath>./_theme_inc/fonts/SST Roman.ttf</fontPath>
<fontPath tinyScreen="true">./_theme_inc/fonts/SST Bold.ttf</fontPath>
<fontSize>0.026</fontSize>
<fontSize ifSubset="aspect-ratio:4-3|5-4">0.03</fontSize>
<fontSize ifSubset="aspect-ratio:4-3|5-4" tinyScreen="true">0.026</fontSize>
<glowColor>00000035</glowColor>
<glowSize ifArch="rpi5,rpi4,windows,x86,x86_64,odroidc4,odroidxu4">1</glowSize>
<glowOffset ifArch="rpi5,rpi4,windows,x86,x86_64,odroidc4,odroidxu4">3 2</glowOffset>
</helpsystem>
</view>
<!-- INCLUDES GENERALES -->
<include>./_theme_views/detailed.xml</include>
<include>./_theme_views/grid.xml</include>
<include ifSubset="overlay-gamelist-arts:YES">${themePath}/_theme_options/gamelist-overlay.xml</include>
<include>./_theme_views/ps4-style.xml</include>
<include>./_theme_views/carousel.xml</include>
<include>./_theme_views/full-grid.xml</include>
<include>./_theme_views/single.xml</include>
<include>./_theme_views/front.xml</include>
<include>./_theme_options/videosnap-controls.xml</include>
<include>./_theme_options/image-sources.xml</include>
<include>./_theme_views/grid-layouts/${system.theme}.xml</include>
<include>./_theme_views/test-media.xml</include>
<include>./_theme_inc/infos/${system.theme}.xml</include>
<!-- VARIABLES DE LAYOUT -->
<variables>
<!-- COLORES MAESTROS -->
<psx-theme-yellow>F3C300</psx-theme-yellow>
<psx-theme-red>DF0024</psx-theme-red>
<psx-theme-green>00AC97</psx-theme-green>
<psx-theme-blue1>3CAEFB</psx-theme-blue1>
<psx-theme-blue2>0070d1</psx-theme-blue2>
<psx-theme-blue3>2E6DB4</psx-theme-blue3>
<psx-theme-blue4>003791</psx-theme-blue4>
<!-- VARIABLES EXTRAS -->
<theme.lang-flag>{game:lang}</theme.lang-flag>
<theme.region-flag>{game:region}</theme.region-flag>
<theme.game-hasMultidisc>contains(lower({game:rom}), 'disk 1') || contains(lower({game:rom}), 'disk 2') || contains(lower({game:rom}), 'disk 3') || contains(lower({game:rom}), 'disk 4') || contains(lower({game:rom}), 'disk 5') || contains(lower({game:rom}), 'disk 6') || contains(lower({game:rom}), 'disk1') || contains(lower({game:rom}), 'disk2') || contains(lower({game:rom}), 'disk3') || contains(lower({game:rom}), 'disk4') || contains(lower({game:rom}), 'disk5') || contains(lower({game:rom}), 'disc a') || contains(lower({game:rom}), 'disc b') || contains(lower({game:rom}), 'disc 1') || contains(lower({game:rom}), 'disc-1') || contains(lower({game:rom}), 'disc1') || contains(lower({game:rom}), 'disc 2') || contains(lower({game:rom}), 'disc-2') || contains(lower({game:rom}), 'disc2') || contains(lower({game:rom}), 'disc 3') || contains(lower({game:rom}), 'disc-3') || contains(lower({game:rom}), 'disc3') || contains(lower({game:rom}), 'disc 4') || contains(lower({game:rom}), 'disc-4') || contains(lower({game:rom}), 'disc4') || contains(lower({game:rom}), 'disc 5') || contains(lower({game:rom}), 'disc-5') || contains(lower({game:rom}), 'disc5') || contains(lower({game:rom}), 'disc 6') || contains(lower({game:rom}), 'disc-6') || contains(lower({game:rom}), 'disc6') || contains(lower({game:rom}), 'disc 7') || contains(lower({game:rom}), 'disc-7') || contains(lower({game:rom}), 'disc7') || contains(lower({game:rom}), 'disc 8') || contains(lower({game:rom}), 'disc-8') || contains(lower({game:rom}), 'disc8') || contains(lower({game:rom}), 'disc 9') || contains(lower({game:rom}), 'disc-9') || contains(lower({game:rom}), 'disc9') || contains(lower({game:rom}), 'parte 1') || contains(lower({game:rom}), 'parte 2') || contains(lower({game:rom}), 'parte 3') || contains(lower({game:rom}), 'parte 4') || contains(lower({game:rom}), 'part-1') || contains(lower({game:rom}), 'part-2') || contains(lower({game:rom}), 'part-3') || contains(lower({game:rom}), 'part-4') || contains(lower({game:rom}), 'disc_1') || contains(lower({game:rom}), 'disc_2') || contains(lower({game:rom}), 'disc_3') || contains(lower({game:rom}), 'disc_')</theme.game-hasMultidisc>
<theme.overlayArtsPath>_theme_inc/images/overlay-arts</theme.overlayArtsPath>
</variables>
</theme>