This file is indexed.

/usr/share/freevo/skins/main/geexbox.fxd is in freevo-data 1.9.2b2-4.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
<?xml version="1.0" ?>
<!DOCTYPE freevo-skin SYSTEM "../freevo-skin.dtd">
<freevo>
    <skin include="info" geometry="800x600">
        
        <!-- 
        *******************************************************
        ** DEFAULT AND GENERAL SETTINGS
        ******************************************************* -->

        <iconset theme="geexbox"/>
        <image label="background" filename="geexbox/back.png"/>

        <!-- Redefine of the type default -->
        <menuset label="normal text style">
            <view x="20" y="100" width="300" height="300"/> 
            <listing layout="listing" x="330" y="115" width="420" height="430">
                <image filename="up.png" label="uparrow" x="760" y="110"/>
                <image filename="down.png" label="downarrow" x="760" y="max-32"/>
            </listing>
       </menuset>


        <!-- default without an image -->
        <menuset label="default no image" inherits="normal text style">
            <view visible="no"/>
            <listing x="20" width="730"/>
        </menuset>
        
        <!-- default with description and image -->
        <menuset label="default description" inherits="normal text style">
            <listing height="350"/>
            <info layout="description" visible="yes" x="20" y="490" width="760" height="130"/>
        </menuset>
        
        <!-- default with description without an image -->
        <menuset label="default description no image" inherits="default description">
            <view visible="no"/>
            <listing x="20" width="730"/>
        </menuset>

        <!-- default view area -->
        <layout label="view">
            <content align="center" valign="center">
                <item type="default">
                    <rectangle size="0" bgcolor="0x080000000" radius="8" x="-10" y="-10" width="max+20" height="max+20"/>
                </item>
            </content>
        </layout>
        
        <layout label="view no border">
            <content align="center" valign="center">
                <item type="default"/>
            </content>
        </layout>

        <!-- default listing area -->
        <layout label="listing">
            <background>
                <rectangle size="0" bgcolor="0x950e1427" radius="5"/>
            </background>
            <content type="text" spacing="0.2">
                <item type="default" font="grey"/>
                <item type="selected" font="white">
                    <rectangle bgcolor="0x3d95d3" size="0" x="-10" y="-3" width="max+20" height="max+6" radius="15"/>
                </item>
            </content>
        </layout>

        <!-- default listing area with alpha blended background -->
        <layout label="listing with background">
            <background>
                <rectangle size="0" bgcolor="0x950e1427" radius="5" width="300" height="420"/>
            </background>

            <content type="text" spacing="2">
                <item type="default" font="grey"/>
                <item type="selected" font="white">
                    <rectangle bgcolor="0x3d95d3" size="0" x="-10" y="-3" width="max+20" height="max+6" radius="15"/>
                </item>
            </content>
        </layout>
 
        <!-- default info area -->
        <layout label="description">
            <background>
                <rectangle size="0" radius="10" bgcolor="0x950e1427"/>
            </background>
            <content x="10" y="10" type="text" height="max-20" width="max-20" spacing="20" font="default">
                <item type="default">
                    <if expression="description">
                        <text font="info value" mode="soft" height="max" expression="description"/>
                    </if>
                </item>        
            </content>
        </layout>

        <image label="background_main" filename="geexbox/back_main.png"/>
        <image label="background_image" filename="geexbox/back_image.png"/>
        <image label="background_movie" filename="geexbox/back_movie.png"/>
        <image label="background_music" filename="geexbox/back_music.png"/>
        <image label="background_tv" filename="geexbox/back_tv.png"/>
        <image label="background_weather" filename="geexbox/back_weather.png"/>
        <image label="main_logo" filename="geexbox/freevo-logo2.png"/>
        <image label="logo" filename="geexbox/freevo-logo2.png"/>
        <image label="panel" filename="geexbox/panel.png"/>
        <image label="panel2" filename="geexbox/panel2.png"/>
        <image label="shutdown" filename="geexbox/shutdown.jpg"/>
        
        <!-- 
        *******************************************************
        ** VIDEO MENU
        ******************************************************* -->

        <menu type="video">
            <style text="text with info style"/>
            <style image="video menu with info" text="default description"/>
            <style text="default description"/>
        </menu>
        
        <menuset label="video" inherits="normal text style">
            <screen layout="video screen"/>
            <title visible="no"/>
        </menuset>
        
        <menuset label="text with info style" inherits="normal text style">
            <!-- 4. listing area: the list of all items -->
            <screen layout="video screen" visible="yes"/>
            <view layout="view no border" x="40" y="130" width="260" height="225" align="left"/>
            <listing x="30" y="360" width="710" height="190">
                <image filename="up.png" label="uparrow" x="750" y="350"/>
                <image filename="down.png" label="downarrow" x="750" y="max-32"/>
            </listing>
            <info layout="video info" x="310" y="130" width="460" height="225"/>
            <title visible="no"/>
        </menuset>
        
        <layout label="video screen">
            <background>
                <image image="background_movie" x="0" y="0" label="background_movie"/>
                <image image="panel" label="panel_movie" x="10" y="125" width="770" height="250"/>
            </background>
        </layout>

        <!-- listing area for video with images -->
        <layout label="video list">
          <content type="image" spacing="-2">
            <item type="default" width="80" height="112" align="center" valign="center"/>
            <item type="selected" width="87" height="122" align="center" valign="center">
              <rectangle bgcolor="0x3d95d3" size="0" x="-5" y="-5" width="max+10"
            height="max+10"/>
            </item>
          </content>
        </layout>
 
        <layout label="video info">
            <background>
                <rectangle size="0" radius="10" bgcolor="0x950e1427"/>
            </background>
            <content x="0" y="0" type="text" spacing="20" font="default">
                <item type="video">
                    <if expression="tv_show_name">
                        <text font="info tagline" expression="tv_show_name"/>
                        <newline/>
                        <if expression="tv_show_ep">
                            <text font="info tagline" expression="tv_show_ep"/>
                            <newline/>
                        </if>
                    </if>
                    <if expression="not tv_show_name">
                        <text font="info tagline" width="max" expression="name"/>
                        <newline/>
                    </if>
                    <if expression="tagline">
                        <text font="info tagline">"</text>
                        <text font="info tagline" expression="tagline"
                            dim="no"/>
                        <text font="info tagline">"</text>
                        <newline/>
                    </if>
                    <if expression="plot">
                        <goto_pos x="20" mode="relative"/>
                        <text font="info plot" height="120" mode="soft" 
                            align="justified" expression="plot"/>
                        <newline/>
                    </if>
                    <goto_pos y="190" mode="absolute"/>
                    <if expression="userdate">
                        <text font="info value">(</text>
                        <text font="info value" expression="userdate" />
                        <text font="info value">)</text>
                    </if>
                    <if expression="year and not userdate">
                        <text font="info value">(</text>
                        <text font="info value" expression="year" />
                        <text font="info value">)</text>
                    </if>
                    <if expression="runtime">
                        <goto_pos x="30" mode="relative"/>
                        <text font="info value" expression="runtime"/>
                        <newline/>
                    </if>
                </item>
                
                <item type="dir">
                    <text font="info tagline" width="max" expression="name"/>
                    <newline/>
                    <if expression="tagline">
                        <text font="info tagline" width="max" expression="tagline"/>
                        <newline/>
                        <goto_pos y="10" mode="relative"/>
                    </if>
                    <if expression="plot">
                        <goto_pos x="10" mode="relative"/>
                        <text font="info plot" height="max" mode="soft" 
                            align="justified" expression="plot"/>
                        <newline/>
                    </if>
                    <if expression="content and not plot">
                        <text font="info plot" height="max" mode="soft" 
                            align="justified" expression="content"/>
                        <newline/>
                    </if>
                    <if expression="not content and not plot">
                        <text font="info value" expression="num_items"/>
                        <text font="info value"> Items</text>
                        <!-- other values are num_play_items and num_dir_items -->
                    </if>
                    <newline/>
                </item>
                <item type="playlist">
                    <text font="info label">Playlist</text>
                    <newline/>
                    <if expression="len(playlist)>0">
                        <text font="info value" expression="len(playlist)"/>
                        <text font="info value"> items in this playlist</text>
                        <newline/>
                    </if>
                    <if expression="len(playlist)==0">
                        <text font="info value">This playlist is empty!</text>
                        <newline/>
                    </if>
                </item>
                
                <item type="track">
                    <if expression="trackno">
                        <text font="info tagline">Track </text>
                        <text font="info tagline" expression="trackno"/>
                        <newline/>
                        <goto_pos y="10" mode="relative"/>
                    </if>
                    <if expression="length:min">
                        <text font="info value" expression="length:min"/>
                        <newline/>
                    </if>
                    <if expression="len(audio)">
                        <text font="info value" expression="len(audio)"/>
                        <text font="info value"> Audio tracks</text>
                        <newline/>
                    </if>
                    <if expression="len(subtitles)">
                        <text font="info value" expression="len(subtitles)"/>
                        <text font="info value"> Subtitles</text>
                        <newline/>
                    </if>
                    <if expression="len(chapters)">
                        <text font="info value" expression="len(chapters)"/>
                        <text font="info value"> Chapters</text>
                        <newline/>
                    </if>
                </item>
                
            </content>
        </layout>
        

        <menuset label="full video screen">
            <screen layout="video running screen"/>
        </menuset>

        <menuset label="small video screen">
            <screen layout="video running screen"/>
        </menuset>

        <layout label="video running screen">
            <background>
                <image image="background" x="0" y="0" label="background" alpha="200"/>
                <image filename="geexbox/movie.png" x="435" y="0" width="370" height="380" alpha="200"/>
            </background>
        </layout>
        

        <!-- 
        *******************************************************
        ** AUDIO MENU
        ******************************************************* -->

        <menu type="audio">
            <style image="audio menu with info" text="text with info style"/>
            <style text="audio"/>
        </menu>
        
        <menuset label="audio" inherits="normal text style">
            <screen layout="audio screen"/>
            <view layout="view no border" x="40" y="130" width="250" height="250"/>
            <info layout="audio info" x="40" y="390" width="250" height="150"/>
            <title visible="no"/>
        </menuset>
        
        <layout label="audio screen">
            <background>
                <image image="background_music" x="0" y="0" label="background_music"/>
                <image image="panel2" label="panel_audio" x="12" y="115" width="290" height="475"/>
            </background>
        </layout>
      
        <!-- listing area for audio with images -->
        <layout label="audio list">
          <content type="image" spacing="-2">
            <item type="default" width="100" height="100" align="center" valign="center"/>
            <item type="selected" width="110" height="110" align="center" valign="center">
             <rectangle bgcolor="0x3d95d3" size="0" x="-5" y="-5" width="max+10"
                height="max+10"/>
            </item>
         </content>
       </layout>

  
        <layout label="audio info">
            <background>
                <rectangle size="0" radius="5"/>
            </background>
            <content x="0" y="0" type="text" spacing="20" font="default">
                <!-- audio dir -->
                <item type="default">
                    <if expression="display_type == 'audio' and artist">
                        <text font="info tagline" expression="artist"/>
                        <newline/>
                    </if>
                    <if expression="display_type == 'audio' and album">
                        <text font="info value" expression="album" mode="soft" />
                        <newline/>
                    </if>
                    <if expression="not type == 'playlist' and not album and not artist">
                        <text font="info tagline" expression="name" mode="soft" />
                        <newline/>
                    </if>
                    
                    <if expression="display_type == 'audio' and userdate">
                        <if expression="album or artist">
                            <text font="info value" expression="userdate"/>
                            <newline/>
                        </if>
                    </if>
                    <if expression="display_type == 'audio' and length">
                        <text font="info value" expression="length"/>
                        <newline/>
                    </if>
                    <if expression="type == 'playlist'">
                        <text font="info value" expression="len(playlist)"/>
                        <text font="info value"> Items</text>
                        <newline/>
                    </if>
                    <if expression="content">
                        <text font="info value" expression="content" 
                            height="max" mode="soft"/>
                    </if>
                </item>
                
                <item type="audio">
                    <if expression="artist">
                        <text font="info tagline" expression="artist"/>
                        <newline/>
                    </if>
                    <if expression="album">
                        <text font="info value" expression="album"/>
                        <newline/>
                    </if>
                    <if expression="not album and not artist">
                        <text font="info tagline" expression="name" mode="soft" />
                        <newline/>
                        <if expression="description"> <!-- e.g. webradio -->
                            <text font="info value" expression="description" 
                                height="max" mode="soft"/>
                        </if>
                    </if>
                    
                    <if expression="parent(audio_advanced_sort)">
                        <text font="info value">Track </text>
                        <text font="info value" expression="trackno"/>
                        <if expression="trackof">
                            <text font="info value"> of </text>
                            <text font="info value" expression="trackof"/>
                        </if>
                        <newline/>
                    </if>

                    <if expression="date">
                        <text font="info value" expression="date"/>
                        <newline/>
                    </if>
                    <if expression="length">
                        <text font="info value" expression="length"/>
                        <newline/>
                    </if>
                </item>
                
                <item type="audiocd">
                    <if expression="title">
                        <text font="info tagline" expression="title"/>
                        <newline/>
                    </if>
                    <if expression="artist">
                        <text font="info value" expression="artist"/>
                        <newline/>
                    </if>
                    <if expression="len(tracks)">
                        <text font="info value" expression="len(tracks)"/>
                        <text width="130" font="info label"> Tracks</text>
                        <newline/>
                    </if>
                </item>
            </content>
        </layout>
        
        
        <!-- 
        *******************************************************
        ** IMAGE MENU
        ******************************************************* -->

        <menu type="image">
            <style image="image" text="normal text style (image)"/>
            <style text="normal text style (image)"/>
        </menu>
        
        <!-- listing area for image with images (preview) -->
        <layout label="image list">
          <content type="image" spacing="-2">
            <item type="default" width="140" height="115" align="center"
              valign="center"/>
            <item type="selected" width="154" height="131"
              align="center" valign="center">
              <rectangle bgcolor="selection" size="0" x="-5" y="-5" width="max+10"
                height="max+10"/>
            </item>
          </content>
        </layout>
 
        <menuset label="image" inherits="normal text style">
            <screen layout="image screen"/>
            <listing y="160" x="40" height="420" width="710" layout="image list"/>
            <info layout="image info" x="15" y="100" width="750" height="80"/>
            <view visible="no"/>
            <title visible="no"/>
        </menuset>
        
        <menuset label="normal text style (image)" inherits="normal text style">
            <screen layout="image screen" visible="yes"/>
            <view x="20" y="115" width="300" height="300"/>
        </menuset>

        <layout label="image screen">
            <background>
                <image image="background_image" label="background_image" x="0" y="0"/>
<!--Turn off that little background image
                <image filename="frame.png" label="frame_image" x="10" y="115" width="790" height="80"/>
-->
            </background>
        </layout>
        
        <!-- listing area for image with images (preview) -->
        <layout label="image list">
            <content type="image" spacing="0">
                <item type="default" width="105" height="80" align="center" valign="center">
                    <shadow x="5" y="5" color="0xaa000000" visible="yes"/>
                </item>
                <item type="selected" width="140" height="115" align="center" valign="center">
                    <shadow x="5" y="5" color="0xaa000000" visible="yes"/>
                    <rectangle color="0x00ffffff" bgcolor="0xffffffffff" size="2" x="-8" y="-8" width="max+16" height="max+16"/>
                </item>
            </content>
        </layout>
        
        <layout label="image info">
            <content x="10" y="10" type="text" height="max-20" width="max-20" spacing="15" font="default">
                <item type="default">
                    <text font="info tagline" expression="name"/>
                    <newline/>
                    <if expression="description">
                        <text font="info plot" height="max" mode="soft" expression="description"/>
                        <newline/>
                    </if>
                </item>

                <item type="dir">
                    <text font="info tagline" width="max" expression="name"/>
                    <newline/>
                    <text font="info value" expression="num_items"/>
                    <text font="info value"> Items</text>
                    <!-- other values are num_play_items and num_dir_items -->
                </item>
                
                <item type="playlist">
                    <text font="info tagline" width="max" expression="name"/>
                    <newline/>
                    <text font="info value" expression="len(playlist)"/>
                    <text font="info value"> Items</text>
                    <!-- other values are num_play_items and num_dir_items -->
                </item>
                
                <item type="image">
                    <text font="info tagline" expression="name"/>
                    <goto_pos x="50" mode="relative"/>
                    <if expression="date">
                        <text font="info value" width="max" align="right" expression="date"/>
                    </if>
                    <newline/>
                    <if expression="description">
                        <text font="info plot" height="max" mode="soft" 
                            expression="description"/>
                        <newline/>
                    </if>
                    <if expression="not description">
                        <if expression="location">
                            <text font="info label">Location: </text>
                            <text font="info value" mode="soft" expression="location"/>
                        </if>
                        <if expression="not location">
                            <if expression="geometry">
                                <text font="info value" expression="geometry"/>
                            </if>
                        </if>
                    </if>
                </item>
            </content>
        </layout>
        

        <!-- 
        *******************************************************
        ** MAIN MENU
        ******************************************************* -->

        <main imagedir="geexbox">
            <item label="tv" name="Watch TV" image="geexbox/tv.png" />
            <item label="video" name="Watch a Movie" image="geexbox/movie.png" />
            <item label="audio" name="Listen to Music" image="geexbox/music.png" />
            <item label="image" name="Look at Pictures" image="geexbox/image.png" />
            <item label="headlines" name="Headlines" image="geexbox/headlines.jpg" />
            <item label="weather" name="Weather Forecast" image="geexbox/weather.png" />
        </main>

        <!-- definition of the main menu -->
        <menuset label="main menu" x="0" y="0">
            <screen layout="screen watermark" visible="yes">
                <area x="0" y="0" width="800" height="600"/>
            </screen>
            <listing layout="list_main" x="20" y="160" width="300" height="420"/>
            <view visible="no"/>
        </menuset>
        
        <layout label="screen watermark">
            <background>
                <image image="background_main" x="0" y="0" label="background_main"/>
                <image x="362" y="112" width="438" height="372" label="watermark"/>
                <image image="main_logo" x="130" y="55" width="162" height="103" label="main_logo"/>
            </background>
        </layout>
        
        <!-- main menu listing area -->
        <layout label="list_main">
            <background>
                <rectangle size="0" bgcolor="0x950e1427" radius="5" width="300" height="420"/>
            </background>
            <content align="left" type="text" spacing="2">
                <item type="default" font="main"/>
                <item type="selected" font="main selected">
                    <rectangle bgcolor="0x3d95d3" size="0" y="-5" x="-10" width="240" height="max+10" radius="15"/>
                </item>
            </content>
        </layout>

        <!-- 
        *******************************************************
        ** TV DEFINITIONS
        ******************************************************* -->


        <layout label="tv screen">
            <background>
                    <image image="background_tv" x="0" y="0" label="background_tv"/>
            </background>
        </layout>
        
        <!-- GUIDE  -->

        <menuset label="tv menu">
            <screen layout="screen" x="0" y="0" width="800" height="600"/>
            <title visible="no" x="40" y="40"/>
	    <info visible="yes" layout="tv info" x="10" y="50" width="770" height="50"/>
            <listing layout="tv listing" x="10" y="100" width="760" height="500-(buttonbar*(buttonbar_height-30))">
                <rectangle size="490" x="0" y="110" bgcolor="0x80000000" radius="10" width="max"/>
                <image x="765" y="150" width="32" height="32" label="uparrow" filename="up.png"/>
                <image x="765" y="max-32" width="32" height="32" label="downarrow" filename="down.png"/>
                <image width="16" height="16" label="leftarrow" filename="left.png"/>
                <image width="16" height="16" label="rightarrow" filename="right.png"/>
            </listing>
        </menuset>
        
        <layout label="tv info">
            <background>
                <rectangle size="0" bgcolor="0x80000000" radius="10" width="max"/>
            </background>
            <content x="10" y="10" height="max-20" width="max-20" type="text" spacing="10" font="tv">
                <item type="default">
                    <if expression="title">
                        <text font="tv title" width="550" expression="title"/>
                    </if>
                    <text font="tv time" width="max" align="right" expression="time"/>
                    <newline/>
                    <if expression="subtitle">
                        <text font="info tagline">"</text>
                        <text font="info tagline" expression="subtitle"/>
                        <text font="info tagline">"</text>
                        <newline/>
                    </if>
                    <if expression="description">
                        <text font="info plot" height="max" mode="soft" expression="description"/>
                        <newline/>
                    </if>
                </item>
            </content>
        </layout>
        

        <!-- tv main menu -->

        <menu type="tv main menu">
            <style text="tv main menu"/>
        </menu>
        
        <menuset label="tv main menu" inherits="text with info style">
            <screen layout="tv screen" visible="yes"/>
            <info layout="tv main menu info" x="220" y="70" width="580" height="500"/>
            <listing label="listing with background" x="2" y="80" width="220" height="500"/>

            <view visible="no"/>
        </menuset>
        
        <layout label="tv main menu info">
            <!-- if we want a background for the comingup listings define it here -->
            <background>
                <rectangle size="0" bgcolor="0x950e1427" alpha="80" radius="5" x="0" y="0" width="max" height="max"/>
            </background>
            <content x="10" y="10" type="text" height="max-20" width="max-20" spacing="20" font="default">
                <item type="default">
                    <text font="info tagline" width="max" height="max" expression="function:comingup" mode="soft"/>	
                </item>
            </content>
        </layout>

        <!-- program details -->

        <menu type="tv program menu">
            <style text="text with program info style"/>
        </menu>

        <menu type="tv favorite menu">
            <style text="text with program info style"/>
        </menu>

        <menuset label="text with program info style" inherits="tv main menu">
            <listing y="230" height="340"/>
            <info layout="tv program info" x="10" y="90" width="780" height="130"/>
        </menuset>

        <layout label="tv program info">
            <background>
                <rectangle size="0" bgcolor="0x80000000" radius="10" x="0" y="0" width="max" height="max"/>
            </background>
            <content x="10" y="10" width="max-20" height="max-20"/>
        </layout>


        <!-- normal menus in tv -->

        <menu type="tv">
            <style text="text with tv info style"/>
        </menu>
        
        <menuset label="text with tv info style" inherits="text with info style">
            <screen layout="tv screen with background" visible="yes"/>
        </menuset>
        
        <layout label="tv screen with background">
            <background>
                <image image="background" x="0" y="0" label="background"/>
                <rectangle size="0" bgcolor="0x80000000" radius="10" x="10" y="90" width="780" height="250"/>
                <image filename="geexbox/tv.png" x="435" y="230" width="370" height="380"/>
                <listing label="listing" y="130" height="340"/>
            </background>
        </layout>
        

        <!-- fonts -->

        <font label="tv" name="Arial_Bold" size="14" color="0xffffff"/>
        <font label="tv selected" name="Arial_Bold" size="14" color="0x164668">
            <shadow visible="no" color="0x000000" border="yes"/>
        </font>
        <font label="tv time" name="Arial_Bold" size="14" color="0xffffff"/>
        <font label="tv title" name="Arial_Bold" size="16" color="0xffffff"/>
        <font label="comingup" name="Arial_Bold" size="14" color="0xffffff"/>

        <!-- 
        *******************************************************
        ** AUDIO PLAYER DEFINITIONS
        ******************************************************* -->
        
        <player>
            <screen layout="player screen" x="0" y="0" width="800" height="600"/>
            <info layout="player info blurr" x="400" y="170" width="375" height="330"/>
            <view layout="player blurr" x="27" y="140" width="360" height="350"/>
            <title visible="no"/>
        </player>
        
        <layout label="player screen">
            <background>
                <image image="background_music" x="0" y="0" label="background_music" />
                <image filename="frame.png" x="5" y="130" width="max-10" height="390"/>
            </background>
        </layout>
        
        <layout label="player blurr">
            <content align="center" valign="center"/>
        </layout>
        
        <layout label="player info blurr">
            <content>
                <item type="default">
                    <if expression="title">
                        <text font="player title" expression="title"/>
                        <newline/>
                    </if>
                    <if expression="not title">
                        <text font="player title" expression="name"/>
                        <newline/>
                    </if>
                    <if expression="description">
                        <text font="player info" expression="description"/>
                        <newline/>
                    </if>
                    <if expression="artist">
                        <text font="player artist" expression="artist"/>
                        <newline/>
                    </if>
                    <goto_pos y="5" mode="relative"/>
                    <if expression="album">
                        <text width="100" align="right" font="player info">Album:</text>
                        <goto_pos x="10" mode="relative"/>
                        <text font="player info" expression="album" width="250"/>
                        <newline/>
                    </if>
                    <if expression="date">
                        <text width="100" align="right" font="player info">Year:</text>
                        <goto_pos x="10" mode="relative"/>
                        <text font="player info" expression="date"/>
                        <newline/>
                    </if>
                    <if expression="trackno">
                        <text width="100" align="right" font="player info">Track:</text>
                        <goto_pos x="10" mode="relative"/>
                        <text font="player info" expression="trackno"/>
                    </if>
                    <if expression="trackof">
                            <text font="info value">/</text>
                            <text font="info value" expression="trackof"/>
                    </if>
                    <newline/>
                    <goto_pos y="15" mode="relative"/>
                    <if expression="length">
                        <text width="100" align="right" font="player info">Length:</text>
                        <goto_pos x="10" mode="relative"/>
                        <text font="player info" expression="length"/>
                        <newline/>
                    </if>
                    <if expression="elapsed">
                        <text width="100" align="right" font="player info">Elapsed:</text>
                        <goto_pos x="10" mode="relative"/>
                        <text font="player info" expression="elapsed"/>
                        <newline/>
                    </if>
                </item>
            </content>
        </layout>
        
        <font label="player" name="Arial_Bold" size="18" color="0xffffff">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="player title" name="Arial_Bold" size="18" color="0xffffff"/>
        <font label="player artist" name="Arial_Bold" size="16" color="0xffffff"/>
        <font label="player info"   name="Arial_Bold" size="14" color="0xffffff"/>
        

        <!-- 
        *******************************************************
        ** Splashscreen
        ******************************************************* -->
        
        <splashscreen>
            <screen layout="screen"/>
            <content layout="splashscreen" x="0" y="0" width="800" height="600"/>
        </splashscreen>
        
        <layout label="splashscreen">
            <background>
                <image filename="geexbox/back_main.png"/>
            </background>
            <content x="30" y="400" width="740" font="splashscreen font" spacing="10"/>
        </layout>
        
        <font label="splashscreen font" name="Arial_Bold" size="20" color="0xffffff"/>
        
        
        
        <!-- 
        *******************************************************
        ** POPUP DEFINITIONS
        ******************************************************* -->

        <layout label="popup">
            <background>
                <rectangle x="5" y="5" size="0" bgcolor="0xa0000000" radius="5"/>
                <rectangle width="max-5" height="max-5" color="0x000000" size="2" bgcolor="0xffffff" radius="5"/>
                <rectangle x="5" y="5" width="max-15" height="max-15" color="0x000000" size="2" bgcolor="widget background" radius="5"/>
            </background>
            <content x="15" y="15" width="max-35" height="max-35">
                <!-- special button settings -->
                <item type="button">
                    <rectangle color="0x000000" bgcolor="widget item background" size="2" radius="6"/>
                </item>
                 <!-- special settings for selected buttons -->
                <item type="button selected">
                    <rectangle color="0x000000" bgcolor="widget selected background" size="2" radius="6"/>
                </item>
            </content>
        </layout>
        
        <font label="widget" name="Arial_Bold" size="14">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>

        <font label="selected widget" name="Arial_Bold" size="14">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        

        <!-- 
        *******************************************************
        ** FONT DEFINITIONS
        ******************************************************* -->
        
        <font label="default" name="Arial_Bold" size="16" color="0xffffff">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="info font" name="Arial_Bold" size="16" color="0xffffff">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="title" name="Arial_Bold" size="18" color="0xffffff">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="subtitle" name="Arial_Bold" size="18" color="0xffffff">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="main" name="Arial_Bold" size="16" color="0xffffff">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="main selected" name="Arial_Bold" size="16" color="0xffffff">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="grey" name="Arial_Bold" size="16" color="0xdddddd">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="white" name="Arial_Bold" size="16" color="0xffffff">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="grey big" name="Arial_Bold" size="18" color="0xdddddd">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="white big" name="Arial_Bold" size="18" color="0xffffff">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>

        
        <!-- info area -->
        <font label="info plot"    name="Arial_Bold" size="13" color="0xffffff"/>
        <font label="info tagline" name="Arial_Bold" size="16" color="0xffffff"/>
        <font label="info label"   name="Arial_Bold" size="14" color="0xffffff"/>
        <font label="info value"   name="Arial_Bold" size="14" color="0xffffff"/>
        
        <font label="clock"   name="Arial_Bold" size="16" color="0xffffff"/>
        
        <!-- Basic Fonts -->
        
        <font label="tiny0"  name="Arial_Bold" size="10" color="default0">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="tiny1"  name="Arial_Bold" size="10" color="default1">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="tiny2"  name="Arial_Bold" size="10" color="default2">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        
        <font label="small0"  name="Arial_Bold" size="12" color="default0">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="small1"  name="Arial_Bold" size="12" color="default1">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="small2"  name="Arial_Bold" size="12" color="default2">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        
        <font label="medium0" name="Arial_Bold" size="16" color="default0">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="medium1" name="Arial_Bold" size="16" color="default1">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="medium2" name="Arial_Bold" size="16" color="default2">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        
        <font label="large0"  name="Arial_Bold" size="20" color="default0">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="large1"  name="Arial_Bold" size="20" color="default1">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="large2"  name="Arial_Bold" size="20" color="default2">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        
        <font label="huge0"  name="Arial_Bold" size="28" color="default0">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="huge1"  name="Arial_Bold" size="28" color="default1">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        <font label="huge2"  name="Arial_Bold" size="28" color="default2">
            <shadow visible="yes" color="0x000000" border="yes"/>
        </font>
        
        <color label="default0" value="0xffffff"/>
        <color label="default1" value="0xffffaa"/>
        <color label="default2" value="0xcccccc"/>
        
    </skin>
</freevo>

<!--
vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=xml:
-->