-
Notifications
You must be signed in to change notification settings - Fork 13
/
theme.xml
executable file
·703 lines (680 loc) · 29.1 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
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
<?xml version="1.0" encoding="UTF-8"?>
<!--
theme name: Art Book Next (Batocera ES Edition)
author: Anthony Caccese
license: creative commons CC-BY-NC-SA
https://github.com/anthonycaccese/art-book-next-es
-->
<theme defaultTransition="instant">
<formatVersion>7</formatVersion>
<!--
///
Language Support
///
-->
<include>./_inc/lang/default_en.xml</include>
<include lang="ar,ca,de,es,eu,fr,gl,he,it,ja,nl,pl,pt,ru,zh">./_inc/lang/${lang}.xml</include>
<!--
///
Subset: Distribution
///
-->
<subset name="distribution" displayName="Distribution">
<include name="batocera" displayName="Batocera/Knulli" />
<include name="rocknix" displayName="RockNIX" />
<include name="retrobat" displayName="Retrobat" />
</subset>
<!--
///
Variables
///
-->
<variables>
<spacerImage>./_inc/images/space.png</spacerImage>
<distributionPath ifSubset="distribution:retrobat">~/.emulationstation/</distributionPath><!-- RetroBat\emulationstation\.emulationstation\ -->
<distributionPath ifSubset="distribution:rocknix">~/roms/_userdata/</distributionPath>
<distributionPath ifSubset="distribution:batocera">/userdata/</distributionPath><!-- /userdata -->
<themeCustomizationsPath>${distributionPath}theme-customizations/art-book-next/</themeCustomizationsPath>
</variables>
<!--
///
Subset: Aspect Ratio
///
-->
<subset name="aspect-ratio" displayName="Aspect Ratio">
<include if="${screen.width} == '720' && ${screen.height} == '720'" name="720-square-auto" displayName="Automatic" />
<include if="{screen.ratio} == '16/9'" name="16-9-auto" displayName="Automatic" />
<include if="{screen.ratio} == '16/10'" name="16-10-auto" displayName="Automatic" />
<include if="{screen.ratio} == '4/3'" name="4-3-auto" displayName="Automatic" />
<include if="{screen.ratio} == '3/2'" name="3-2-auto" displayName="Automatic" />
<include if="{screen.ratio} == '1/1'" name="1-1-auto" displayName="Automatic" />
<include name="16-9" displayName="16:9" />
<include name="16-10" displayName="16:10" />
<include name="4-3" displayName="4:3" />
<include name="3-2" displayName="3:2" />
<include name="1-1" displayName="1:1" />
</subset>
<!--
///
Subset: System Artwork
///
-->
<subset name="system-view-artwork" displayName="System Artwork">
<include name="default" displayName="Default" />
<include name="noir" displayName="Noir" />
<include name="nintendont" displayName="Nintendon't" />
<include name="classic" displayName="Classic" />
<include name="custom" displayName="Custom" />
<include name="custom-fullscreen" displayName="Custom (Fullscreen)" />
</subset>
<!--
///
Subset: System Count
///
-->
<subset name="system-count" displayName="System Count">
<include name="off" displayName="Off" />
<include name="on" displayName="On" />
</subset>
<!--
///
Subset: System Logos
///
-->
<subset name="system-logos" displayName="System Logos">
<include name="default" displayName="Default" />
<include name="custom" displayName="Custom" />
</subset>
<!--
///
Subset: Game Artwork
///
-->
<subset name="gamelist-view-artwork" displayName="Game Artwork">
<include name="image" displayName="Image" />
<include name="image-cropped" displayName="Image (Cropped)" />
<include name="boxart" displayName="Boxart" />
<include name="logo" displayName="Logo" />
</subset>
<!--
///
Subset: Game Metadata
///
-->
<subset name="gamelist-view-metadata" displayName="Game Metadata">
<include name="on" displayName="Default" />
<include ifSubset="aspect-ratio:4-3|4-3-auto" name="play-stats" displayName="Play Time & Play Count" />
<include ifSubset="aspect-ratio:4-3|4-3-auto" name="mixed" displayName="Release Date & Play Time" />
<include name="off" displayName="Off" />
</subset>
<!--
///
Subset: Font
///
-->
<subset name="fonts" displayName="Fonts">
<include name="default" displayName="Default" />
<include name="custom" displayName="Custom" />
</subset>
<include>./fonts.xml</include>
<include ifSubset="fonts:custom">${themeCustomizationsPath}fonts.xml</include>
<!--
///
Subset: Font Size
///
-->
<subset name="font-size" displayName="Font Size">
<include name="default" displayName="Default" />
<include name="large" displayName="Large" />
<include name="xlarge" displayName="Extra Large" />
<include name="small" displayName="Small" />
</subset>
<!--
///
Subset: Color Scheme
///
-->
<subset name="color-scheme" displayName="Color Scheme">
<include name="default" displayName="Default" />
<include name="light" displayName="Light" />
<include name="steam-os" displayName="SteamOS" />
<include name="snes" displayName="SNES" />
<include name="famicom" displayName="Famicom" />
<include name="oled" displayName="OLED" />
<include name="custom" displayName="Custom" />
</subset>
<include>./colors.xml</include>
<include ifSubset="color-scheme:custom">${themeCustomizationsPath}colors.xml</include>
<!--
///
Subset: Splash Screen
///
-->
<subset name="splash-screen" displayName="Splash Screen">
<include name="default" displayName="Default" />
<include name="custom" displayName="Custom" />
</subset>
<!--
///
View: Screen
///
-->
<view name="screen">
<!-- Start: Resets -->
<controllerActivity name="controllerActivity">
<visible>false</visible>
</controllerActivity>
<batteryIndicator name="batteryIndicator">
<visible>false</visible>
</batteryIndicator>
<text name="clock">
<pos>1 1</pos>
</text>
<!-- End: Resets -->
</view>
<!--
///
View: All
///
-->
<view name="system,basic,detailed">
<!-- Start: System Indicators -->
<stackpanel name="system-indicators" extra="true">
<h ifSubset="font-size:small">0.033333333333333</h><!-- 16 -->
<h ifSubset="font-size:default">0.041666666666667</h><!-- 20 -->
<h ifSubset="font-size:large">0.05</h><!-- 24 -->
<h ifSubset="font-size:xlarge">0.05833333</h><!-- 28 -->
<pos>0 0.041666666666667</pos><!-- 0 20 -->
<orientation>horizontal</orientation>
<reverse>true</reverse>
<batteryText name="system-battery-text">
<color>${systemIndicatorColor}</color>
<fontPath>${fontBold}</fontPath>
<fontSize ifSubset="font-size:small|default">0.033333333333333</fontSize><!-- 16 -->
<fontSize ifSubset="font-size:large">0.041666666666667</fontSize><!-- 20 -->
<fontSize ifSubset="font-size:xlarge">0.05</fontSize><!-- 24 -->
<lineSpacing>1</lineSpacing>
</batteryText>
<batteryIcon name="system-battery-icon">
<maxSize>1 1</maxSize>
<color>${systemIndicatorColor}</color>
<full>./_inc/images/battery-icon-100.svg</full>
<at75>./_inc/images/battery-icon-75.svg</at75>
<at50>./_inc/images/battery-icon-50.svg</at50>
<at25>./_inc/images/battery-icon-25.svg</at25>
<empty>./_inc/images/battery-icon-0.svg</empty>
<incharge>./_inc/images/battery-icon-charging.svg</incharge>
</batteryIcon>
<networkIcon name="system-network-icon">
<maxSize>1 1</maxSize>
<color>${systemIndicatorColor}</color>
<networkIcon>./_inc/images/network-icon-on.svg</networkIcon>
<planemodeIcon>./_inc/images/network-icon-off.svg</planemodeIcon>
</networkIcon>
<clock name="system-clock">
<color>${systemIndicatorColor}</color>
<fontPath>${fontBold}</fontPath>
<fontSize ifSubset="font-size:small|default">0.033333333333333</fontSize><!-- 16 -->
<fontSize ifSubset="font-size:large">0.041666666666667</fontSize><!-- 20 -->
<fontSize ifSubset="font-size:xlarge">0.05</fontSize><!-- 24 -->
<lineSpacing>1</lineSpacing>
</clock>
</stackpanel>
<!-- End: System Indicators -->
<image name="background" extra="true">
<pos>0 0</pos>
<size>1 1</size>
<path>${spacerImage}</path>
<tile>true</tile>
<zIndex>0</zIndex>
</image>
<image ifHelpPrompts="true" name="help-background" extra="true">
<origin>0 1</origin>
<pos>0 1</pos>
<size>1 0.114583333333333</size><!-- 100% 55 -->
<path>${spacerImage}</path>
<tile>true</tile>
<color>${helpBackgroundColor}</color>
</image>
<helpsystem ifHelpPrompts="true" name="help">
<origin>0.5 0.5</origin>
<pos>0.5 0.942708333333333</pos><!-- 50% 452.5 -->
<textColor>${helpTextColor}</textColor>
<iconColor>${helpIconColor}</iconColor>
<iconUpDown>./_inc/images/help-dpad-updown.svg</iconUpDown>
<iconLeftRight>./_inc/images/help-dpad-leftright.svg</iconLeftRight>
<iconUpDownLeftRight>./_inc/images/help-dpad-updownleftright.svg</iconUpDownLeftRight>
<iconA>./_inc/images/help-button-east.svg</iconA>
<iconB>./_inc/images/help-button-south.svg</iconB>
<iconX>./_inc/images/help-button-north.svg</iconX>
<iconY>./_inc/images/help-button-west.svg</iconY>
</helpsystem>
<helpsystem ifHelpPrompts="false" name="help">
<pos>1 1</pos>
</helpsystem>
</view>
<!--
///
View: System
///
-->
<view name="system">
<image name="background" extra="true">
<color>${systemBackgroundColor}</color>
</image>
<!-- Start: Resets -->
<text name="systemInfo,logoText">
<visible>false</visible>
<color>00000000</color>
</text>
<!-- End: Resets -->
<!-- Start: System Count -->
<text name="system-count,system-count-single,system-count-null" extra="true" ifSubset="system-count:on">
<origin>0.5 0.5</origin>
<pos>0.5 0.78</pos>
<size>0 0.05</size>
<alignment>center</alignment>
<fontSize>0.041666666666667</fontSize>
<fontSize ifSubset="font-size:small|default">0.041666666666667</fontSize><!-- 20 -->
<fontSize ifSubset="font-size:large">0.05</fontSize><!-- 24 -->
<fontSize ifSubset="font-size:xlarge">0.05833333</fontSize><!-- 28 -->
<fontPath>${fontBold}</fontPath>
<color>ffffff</color>
</text>
<text name="system-count" extra="true" ifSubset="system-count:on">
<text>{system:total} ${lang.games}</text>
<visible>{system:total} > 1 ? 1 : 0</visible>
</text>
<text name="system-count-single" extra="true" ifSubset="system-count:on">
<text>1 ${lang.game}</text>
<visible>{system:total} == 1 ? 1 : 0</visible>
</text>
<text name="system-count-null" extra="true" ifSubset="system-count:on">
<text>0 ${lang.games}</text>
<visible>{system:total} == 0 ? 1 : 0</visible>
</text>
<!-- End: System Count -->
</view>
<view name="system" ifSubset="system-view-artwork:default|noir|nintendont|classic|custom">
<image name="logo">
<path>./_inc/systems/artwork-default/_default.png</path>
<path>./_inc/systems/artwork-default/${system.theme}.png</path>
<path ifSubset="system-view-artwork:default">./_inc/systems/artwork-default/_default.png</path>
<path ifSubset="system-view-artwork:default">./_inc/systems/artwork-default/${system.theme}.png</path>
<path ifSubset="system-view-artwork:noir">./_inc/systems/artwork-noir/_default.png</path>
<path ifSubset="system-view-artwork:noir">./_inc/systems/artwork-noir/${system.theme}.png</path>
<path ifSubset="system-view-artwork:nintendont">./_inc/systems/artwork-nintendont/_default.png</path>
<path ifSubset="system-view-artwork:nintendont">./_inc/systems/artwork-nintendont/${system.theme}.png</path>
<path ifSubset="system-view-artwork:classic">./_inc/systems/artwork-classic/_default.png</path>
<path ifSubset="system-view-artwork:classic">./_inc/systems/artwork-classic/${system.theme}.png</path>
<path ifSubset="system-view-artwork:custom">${themeCustomizationsPath}artwork/_default.png</path>
<path ifSubset="system-view-artwork:custom">${themeCustomizationsPath}artwork/${system.theme}.png</path>
<color>${systemArtColor}</color>
<saturation>${systemArtSaturation}</saturation>
</image>
<carousel name="systemcarousel">
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<logoScale>1</logoScale>
<color>00000000</color>
<type>horizontal</type>
<defaultTransition>instant</defaultTransition>
<scrollSound>./_inc/sounds/scroll.wav</scrollSound>
<zIndex>1</zIndex>
</carousel>
<image name="system-logo" extra="true">
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<color>${systemLogoColor}</color>
<path>./_inc/systems/logos/${system.theme}.svg</path>
<path ifSubset="system-logos:custom">${themeCustomizationsPath}logos/${system.theme}.svg</path>
<path ifSubset="system-logos:custom">${themeCustomizationsPath}logos/${system.theme}.png</path>
<zIndex>2</zIndex>
</image>
<text name="system-name" extra="true">
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<size>0.8 0.4</size>
<fontSize>0.1125</fontSize>
<fontPath>${fontLogo}</fontPath>
<forceUppercase>true</forceUppercase>
<alignment>center</alignment>
<lineSpacing>.8</lineSpacing>
<color>${systemLogoColor}</color>
<text>${system.fullName}</text>
<zIndex>2</zIndex>
<visible ifSubset="system-logos:default">!exists("${themePath}/_inc/systems/logos/" + {system:theme} + ".svg")</visible>
<visible ifSubset="system-logos:custom">!exists("${themePath}/_inc/systems/logos/" + {system:theme} + ".svg") && !exists("${themeCustomizationsPath}logos/" + {system:theme} + ".png") && !exists("${themeCustomizationsPath}logos/" + {system:theme} + ".svg")</visible>
</text>
</view>
<view name="system" ifSubset="system-view-artwork:custom-fullscreen">
<image name="system-artwork" extra="true">
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<minSize>1 1</minSize>
<path>${themeCustomizationsPath}artwork-fullscreen/_default.png</path>
<path>${themeCustomizationsPath}artwork-fullscreen/_default.jpg</path>
<path>${themeCustomizationsPath}artwork-fullscreen/${system.theme}.png</path>
<path>${themeCustomizationsPath}artwork-fullscreen/${system.theme}.jpg</path>
<zIndex>1</zIndex>
</image>
<image name="logo">
<path>./_inc/systems/logos/${system.theme}.svg</path>
<path ifSubset="system-logos:custom">${themeCustomizationsPath}logos/${system.theme}.svg</path>
<path ifSubset="system-logos:custom">${themeCustomizationsPath}logos/${system.theme}.png</path>
</image>
<carousel name="systemcarousel">
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<logoScale>1</logoScale>
<maxLogoCount>1</maxLogoCount>
<color>00000000</color>
<type>horizontal</type>
<defaultTransition>fade & slide</defaultTransition>
<scrollSound>./_inc/sounds/scroll.wav</scrollSound>
<zIndex>2</zIndex>
</carousel>
</view>
<!--
///
View: Gamelist (Global)
///
-->
<view name="basic,detailed">
<image name="background" extra="true">
<color>${gamelistListBackgroundColor}</color>
<color ifSubset="gamelist-view-artwork:boxart|logo|image,gamelist-view-metadata:off">${gamelistListTextlistBackgroundColor}</color>
</image>
<image name="gamelist-background" extra="true">
<origin>0 0</origin>
<pos>0 0</pos>
<path>${spacerImage}</path>
<tile>true</tile>
<color>${gamelistListTextlistBackgroundColor}</color>
<zIndex>4</zIndex>
</image>
<image name="logo">
<origin>0.5 0.5</origin>
<y>0.130208333333333</y><!-- 62.5 -->
<path>./_inc/systems/logos/${system.theme}.svg</path>
<path ifSubset="system-logos:custom">${themeCustomizationsPath}logos/${system.theme}.svg</path>
<path ifSubset="system-logos:custom">${themeCustomizationsPath}logos/${system.theme}.png</path>
<color>${gamelistListLogoColor}</color>
<zIndex>5</zIndex>
</image>
<text name="logoText">
<origin>0.5 0.5</origin>
<y>0.130208333333333</y><!-- 62.5 -->
<fontSize>0.05</fontSize><!-- 24 -->
<fontPath>${fontLogo}</fontPath>
<forceUppercase>true</forceUppercase>
<lineSpacing>1</lineSpacing>
<alignment>center</alignment>
<color>${gamelistListLogoColor}</color>
<zIndex>5</zIndex>
</text>
<textlist name="gamelist">
<origin>0 0</origin>
<h ifHelpPrompts="true">0.5875</h><!-- 282 -->
<h ifHelpPrompts="false">0.7</h><!-- 336 -->
<!-- small font -->
<fontSize ifSubset="font-size:small">0.033333333333333</fontSize><!-- 16 -->
<lines ifSubset="font-size:small" ifHelpPrompts="true">9</lines>
<lines ifSubset="font-size:small" ifHelpPrompts="false">11</lines>
<!-- default font -->
<fontSize ifSubset="font-size:default">0.041666666666667</fontSize><!-- 20 -->
<lines ifSubset="font-size:default" ifHelpPrompts="true">7</lines>
<lines ifSubset="font-size:default" ifHelpPrompts="false">9</lines>
<!-- large font -->
<fontSize ifSubset="font-size:large">0.045833333333333</fontSize><!-- 22 -->
<lines ifSubset="font-size:large" ifHelpPrompts="true">7</lines>
<lines ifSubset="font-size:large" ifHelpPrompts="false">9</lines>
<!-- extra large font -->
<fontSize ifSubset="font-size:xlarge">0.05416667</fontSize><!-- 26 -->
<lines ifSubset="font-size:xlarge" ifHelpPrompts="true">7</lines>
<lines ifSubset="font-size:xlarge" ifHelpPrompts="false">9</lines>
<fontPath>${fontBold}</fontPath>
<alignment>left</alignment>
<selectorColor>00000000</selectorColor>
<selectedColor>${gamelistListTextlistSelectedColor}</selectedColor>
<primaryColor>${gamelistListTextlistUnselectedColor}</primaryColor>
<secondaryColor>${gamelistListTextlistUnselectedColor}</secondaryColor>
<scrollbarColor ifSubset="gamelist-view-artwork:boxart|logo|image,gamelist-view-metadata:off">ffffff11</scrollbarColor>
<scrollbarSize ifSubset="gamelist-view-artwork:boxart|logo|image,gamelist-view-metadata:off">0.01</scrollbarSize>
<scrollbarCorner ifSubset="gamelist-view-artwork:boxart|logo|image,gamelist-view-metadata:off">0.5</scrollbarCorner>
<scrollbarAlignment ifSubset="gamelist-view-artwork:boxart|logo|image,gamelist-view-metadata:off">outer right</scrollbarAlignment>
<scrollSound>./_inc/sounds/scroll.wav</scrollSound>
<zIndex>5</zIndex>
</textlist>
</view>
<!--
///
View: Gamelist (Basic)
///
-->
<view name="basic">
<image name="gamelist-background" extra="true">
<size>1 1</size>
</image>
<textlist name="gamelist">
<alignment>center</alignment>
</textlist>
</view>
<!--
///
View: Gamelist (Detailed)
///
-->
<view name="detailed">
<!-- Start: Resets -->
<text name="md_lbl_rating,md_lbl_developer,md_developer,md_lbl_publisher,md_publisher,md_lbl_playcount,md_playcount,md_lbl_lastplayed,md_lbl_players,md_players,md_lbl_releasedate,md_lbl_genre,md_genre,md_description,md_name,md_lbl_gametime,md_gametime">
<visible>false</visible>
</text>
<datetime name="md_releasedate,md_lastplayed">
<visible>false</visible>
</datetime>
<rating name="md_rating">
<visible>false</visible>
</rating>
<image name="md_image">
<visible>false</visible>
</image>
<!-- End: Resets -->
<image name="game-artwork" extra="true">
<origin>0.5 0.5</origin>
<path ifSubset="gamelist-view-artwork:boxart">{game:thumbnail}</path>
<path ifSubset="gamelist-view-artwork:logo">{game:marquee}</path>
<path ifSubset="gamelist-view-artwork:image-cropped|image">{game:image}</path>
<roundCorners ifSubset="gamelist-view-artwork:boxart|image">0.02</roundCorners>
<autoFade>false</autoFade>
<zIndex>3</zIndex>
</image>
<image ifSubset="gamelist-view-artwork:image-cropped" name="game-logo" extra="true">
<origin ifSubset="gamelist-view-metadata:on|play-stats|mixed">0 1</origin>
<origin ifSubset="gamelist-view-metadata:off">0.5 0.5</origin>
<path>{game:marquee}</path>
<autoFade>false</autoFade>
<zIndex ifSubset="gamelist-view-metadata:off">6</zIndex>
<zIndex ifSubset="gamelist-view-metadata:off">4</zIndex>
</image>
<video name="game-video" extra="true">
<origin>0.5 0.5</origin>
<path>{game:video}</path>
<delay>2</delay>
<effect>none</effect>
<loops>0</loops>
<zIndex>5</zIndex>
<storyboard>
<animation property="opacity" from="0" to="1" duration="800" mode="easeIn" />
</storyboard>
</video>
</view>
<!--
///
View: Gamelist (Detailed - Metadata On)
///
-->
<variables>
<gamelistMetadataFontSize ifSubset="font-size:small">0.029166666666667</gamelistMetadataFontSize><!-- 14 -->
<gamelistMetadataFontSize ifSubset="font-size:default">0.033333333333333</gamelistMetadataFontSize><!-- 16 -->
<gamelistMetadataFontSize ifSubset="font-size:large|xlarge">0.039583333333333</gamelistMetadataFontSize><!-- 19 -->
</variables>
<view name="detailed" ifSubset="gamelist-view-metadata:on|play-stats|mixed">
<text name="game-description" extra="true">
<origin>0 0</origin>
<y ifHelpPrompts="true">0.6479166666666667</y><!-- 311 -->
<h ifHelpPrompts="true">0.1875</h><!-- 90 -->
<y ifHelpPrompts="false">0.69375</y><!-- 333 -->
<h ifHelpPrompts="false">0.25</h><!-- 120 -->
<text>{game:desc}</text>
<fontPath>${fontRegular}</fontPath>
<fontSize ifSubset="font-size:default|large|xlarge">0.041666666666667</fontSize><!-- 20 -->
<lineSpacing ifSubset="font-size:default|large|xlarge">1.49</lineSpacing>
<fontSize ifSubset="font-size:small">0.033333333333333</fontSize><!-- 16 -->
<lineSpacing ifSubset="font-size:small" ifHelpPrompts="true">1.375</lineSpacing>
<lineSpacing ifSubset="font-size:small" ifHelpPrompts="false">1.475</lineSpacing>
<color>${gamelistListDescriptionColor}</color>
<emptyTextDefaults>none</emptyTextDefaults>
<verticalAlignment>top</verticalAlignment>
<autoScroll>vertical</autoScroll>
</text>
<!-- Start: Definitions -->
<image name="
game-releasedate-icon,
game-players-icon,
game-gametime-icon,
game-playcount-icon" extra="true">
<origin>0 0.5</origin>
<color>${gamelistListMetadataIconColor}</color>
<visible>false</visible>
</image>
<rating name="md_rating">
<origin>0 0.5</origin>
<size>0 0.0375</size><!-- - 18 -->
<filledPath>./_inc/images/metadata-icon-star-filled.svg</filledPath>
<unfilledPath>./_inc/images/metadata-icon-star-unfilled.svg</unfilledPath>
<color>${gamelistListRatingColor}</color>
</rating>
<image name="game-releasedate-icon" extra="true">
<path>./_inc/images/metadata-icon-releasedate.svg</path>
</image>
<datetime name="md_releasedate">
<origin>0 0.5</origin>
<size>0 ${gamelistMetadataFontSize}</size>
<fontSize>${gamelistMetadataFontSize}</fontSize>
<fontPath>${fontBold}</fontPath>
<lineSpacing>1</lineSpacing>
<color>${gamelistListMetadataColor}</color>
</datetime>
<image name="game-players-icon" extra="true">
<path>./_inc/images/metadata-icon-players.svg</path>
</image>
<image name="game-playcount-icon" extra="true">
<path>./_inc/images/metadata-icon-playcount.svg</path>
</image>
<image name="game-gametime-icon" extra="true">
<path>./_inc/images/metadata-icon-gametime.svg</path>
</image>
<text name="
md_playcount
md_players
md_gametime
">
<origin>0 0.5</origin>
<fontSize>${gamelistMetadataFontSize}</fontSize>
<fontPath>${fontBold}</fontPath>
<lineSpacing>1</lineSpacing>
<color>${gamelistListMetadataColor}</color>
</text>
<text name="game-gametime-formatted" extra="true">
<visible>false</visible>
<origin>0 0.5</origin>
<fontSize>${gamelistMetadataFontSize}</fontSize>
<fontPath>${fontBold}</fontPath>
<lineSpacing>1</lineSpacing>
<color>${gamelistListMetadataColor}</color>
<text>{game:gametime} > 0 ? formatseconds({game:gametime}) : "Never"</text>
</text>
<!-- End: Definitions -->
</view>
<!--
///
View: Menu
///
-->
<view name="menu">
<menuText name="menutitle">
<fontPath>${fontBold}</fontPath>
<fontSize ifSubset="font-size:small|default|large">0.02916667</fontSize><!-- 14 -->
<fontSize ifSubset="font-size:xlarge">0.0375</fontSize><!-- 18 -->
<color>ffffff</color>
</menuText>
<menuText name="menufooter">
<fontPath>${fontLight}</fontPath>
<fontSize ifSubset="font-size:small|default|large">0.025</fontSize><!-- 12 -->
<fontSize ifSubset="font-size:xlarge">0.03333333</fontSize><!-- 16 -->
<color>ffffff77</color>
</menuText>
<menuText name="menutext">
<fontPath>${fontBold}</fontPath>
<fontSize ifSubset="font-size:small|default|large">0.03333333</fontSize><!-- 16 -->
<fontSize ifSubset="font-size:xlarge">0.04166667</fontSize><!-- 20 -->
<color>ffffff77</color>
<separatorColor>00000000</separatorColor>
<selectedColor>ffffff</selectedColor>
<selectorColor>${menuSelectorColor}</selectorColor>
</menuText>
<menuTextSmall name="menutextsmall">
<fontPath>${fontBold}</fontPath>
<fontSize ifSubset="font-size:small|default|large">0.025</fontSize><!-- 12 -->
<fontSize ifSubset="font-size:xlarge">0.03333333</fontSize><!-- 16 -->
<color>ffffff77</color>
</menuTextSmall>
<menuGroup name="menugroup">
<fontPath>${fontRegular}</fontPath>
<fontSize ifSubset="font-size:small|default|large">0.03333333</fontSize><!-- 16 -->
<fontSize ifSubset="font-size:xlarge">0.04166667</fontSize><!-- 20 -->
<color>ffffff</color>
<separatorColor>ffffff99</separatorColor>
<backgroundColor>00000000</backgroundColor>
<lineSpacing>2</lineSpacing>
</menuGroup>
<menuTextEdit name="menutextedit">
<inactive>./_inc/images/menu-textinput.png</inactive>
<active>./_inc/images/menu-textinput-active.png</active>
</menuTextEdit>
<menuBackground name="menubg">
<color>${menuBackgroundColor}</color>
<cornerSize>20 20</cornerSize>
</menuBackground>
<menuIcons name="menuicons">
<iconSystem>./_inc/images/menu-icon-system.svg</iconSystem>
<iconUpdates>./_inc/images/menu-icon-update.svg</iconUpdates>
<iconControllers>./_inc/images/menu-icon-controller.svg</iconControllers>
<iconGames>./_inc/images/menu-icon-games.svg</iconGames>
<iconUI>./_inc/images/menu-icon-ui.svg</iconUI>
<iconSound>./_inc/images/menu-icon-sound.svg</iconSound>
<iconNetwork>./_inc/images/menu-icon-network.svg</iconNetwork>
<iconScraper>./_inc/images/menu-icon-scraper.svg</iconScraper>
<iconAdvanced>./_inc/images/menu-icon-advanced.svg</iconAdvanced>
<iconQuit>./_inc/images/menu-icon-quit.svg</iconQuit>
<iconRetroachievements>./_inc/images/menu-icon-achievements.svg</iconRetroachievements>
<iconKodi>./_inc/images/menu-icon-kodi.svg</iconKodi>
<iconRestart>./_inc/images/menu-icon-restart.svg</iconRestart>
<iconShutdown>./_inc/images/menu-icon-shutdown.svg</iconShutdown>
<iconFastShutdown>./_inc/images/menu-icon-shutdown.svg</iconFastShutdown>
</menuIcons>
</view>
<!--
///
Include: Aspect Ratios
///
-->
<include ifSubset="aspect-ratio:16-9|16-9-auto">./aspect-ratio-16-9.xml</include>
<include ifSubset="aspect-ratio:4-3|4-3-auto">./aspect-ratio-4-3.xml</include>
<include ifSubset="aspect-ratio:16-10|16-10-auto">./aspect-ratio-16-10.xml</include>
<include ifSubset="aspect-ratio:1-1|1-1-auto|720-square-auto">./aspect-ratio-1-1.xml</include>
<include ifSubset="aspect-ratio:3-2|3-2-auto">./aspect-ratio-3-2.xml</include>
</theme>