This file is indexed.

/usr/share/freevo/skins/main/info.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
<?xml version="1.0" ?>
<!DOCTYPE freevo-skin SYSTEM "../freevo-skin.dtd">
<freevo>

  <skin include="basic" geometry="800x600">

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

    <!-- definition of the main menu item names and watermarks -->
    <main imagedir="watermarks">
      <item label="tv" name="Watch TV"/>
      <item label="video" name="Watch a Movie" image="watermarks/movie.png"/>
      <item label="audio" name="Listen to Music" image="watermarks/music.png"/>
      <item label="image" name="Look at Pictures"/>
      <item label="games" name="Games"/>
    </main>

    <!-- change the menuset to use a new background and listing area -->
    <menuset label="main menu">
      <screen layout="screen watermark"/>
      <listing layout="main listing" x="110" y="160" width="360" height="400"/> 
    </menuset>

    <!-- the background with watermark -->
    <layout label="screen watermark">
      <background>
	<image image="background" x="0" y="0" label="background"/>
	<image x="435" y="230" width="370" height="380" label="watermark"/>
      </background>
    </layout>

    <!-- redefine the main menu listing area -->
    <layout label="main listing">
      <content type="text" spacing="10">
	<item type="default" font="main" align="center"/>
	<item type="selected" font="main selected" align="center">
	  <rectangle bgcolor="0xaa000000" size="0" x="-3" y="-3"
	    width="max+6" height="max+6" radius="10"/>
	</item>
      </content>
    </layout>

    <!-- the main menu fonts -->
    <font label="main" size="20" color="0xdddddd">
      <shadow x="1" y="1" color="0x000000" visible="yes"/>
    </font>
    <font label="main selected" size="20" color="0xffffff">
      <shadow x="1" y="1" color="0x000000" visible="yes"/>
    </font>


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

    <!-- default description: make listing area smaller, show info area -->
    <menuset label="default description">
      <listing height="340"/>
      <info x="40" y="460" width="750" height="120-buttonbar_height" />
    </menuset>

    <!-- default description no image: mix between the two above -->
    <menuset label="default description no image">
      <listing height="340"/>
      <info x="40" y="460" width="750" height="120-buttonbar_height" />
    </menuset>
    
    <!-- special settings for audio. The default style is an image based style -->
    <!-- with an info area. By pressing DISPLAY this can be toggled to the default view -->
    <menu type="audio">
      <style image="audio menu with info" text="default description"/>
      <style text="default description"/>
    </menu>

    <menu type="video">
      <style image="video menu with info" text="default description"/>
      <style text="default description"/>
      <style image="video details" text="default description"/>
    </menu>

    <menu type="image">
      <style image="image menu with info" text="default description"/>
      <style text="default description"/>
    </menu>


    <!-- The "video menu with info", it's like "default description" only with -->
    <!-- different listing area and a subtitle -->
    <menuset label="video menu with info" inherits="default description">
      <subtitle layout="subtitle" x="45" y="100" width="470" height="40"/>
      <listing layout="video list" y="140" height="300">
	<image label="uparrow" y="140"/>
	<image label="downarrow" y="max-32"/>
      </listing>
    </menuset>


    <!-- Now the "video details" (DISPLAY 3 for video)-->
    <menuset label="video details" inherits="normal text style">
      <subtitle layout="subtitle" x="10" y="100" width="780" height="60"/>

      <listing layout="video list" x="500" y="450-buttonbar_height" width="290" height="140">
	<image label="uparrow" filename=""/>
	<image label="downarrow" filename=""/>
      </listing>

      <view x="545" y="150"/>
      <info layout="video info" x="10" y="160" width="480" height="430-buttonbar_height"/>
    </menuset>


    <!-- Now the "audio menu with info" used by audio-->
    <menuset label="audio menu with info" inherits="video menu with info">
      <listing layout="audio list"/>
      <view y="145"/>
    </menuset>


    <!-- Now the "image menu with info" used by image-->
    <menuset label="image menu with info" inherits="video menu with info">
      <listing width="745" layout="image list"/>
      <view visible="no"/>
    </menuset>


    <!-- subtitle for image view areas -->
    <layout label="subtitle">
      <content type="short item" font="subtitle" align="left"/>
    </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="selection" size="0" x="-5" y="-5" width="max+10"
	    height="max+10"/>
	</item>
      </content>
    </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="selection" size="0" x="-5" y="-5" width="max+10"
	    height="max+10"/>
	</item>
      </content>
    </layout>

    <!-- 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>


    <!-- 
    *******************************************************
    ** Fonts/Colors
    ******************************************************* -->

    <!-- some needed fonts -->
    <font label="title area">
      <shadow x="2" y="2" color="0x000000" visible="yes"/>
    </font>

    <font label="subtitle" name="DejaVuSans-Bold.ttf" size="22" color="0xffffff">
      <shadow visible="yes" color="0x000000" x="1" y="1"/>
    </font>

    <!-- use blurr background -->
    <image label="background" filename="blurrback.jpg"/>


    <!-- 
    *******************************************************
    ** MENU info areas
    ******************************************************* -->

    <layout label="info">
      <content x="0" y="0" type="text" spacing="20" font="default">

	<item type="audio">
	  <if expression="description">
	    <text font="info tagline" expression="description"/>
	    <newline/>
	  </if>
	  <if expression="artist">
	    <text width="130" font="info label">Artist:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="artist"/>
	    <newline/>
	  </if>
	  <if expression="album">
	    <text width="130" font="info label">Album:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="album"/>
	    <if expression="userdate">
	      <text font="info value"> (</text>
	      <text font="info value" expression="userdate"/>
	      <text font="info value">)</text>
	    </if>
	    <newline/>
	  </if>
	  <if expression="length">
	    <text width="130" font="info label">Length:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="length"/>
	    <newline/>
	  </if>
	  <if expression="bitrate">
	    <text width="130" font="info label">Bitrate:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="bitrate"/>
	    <text width="130" font="info value">kb/s</text>
	    <newline/>
	  </if>
	  <if expression="link">
	    <text width="130" font="info label">Link:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="link"/>
	    <newline/>
	  </if>
	  <if expression="language">
	    <text width="130" font="info label">Language:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="language"/>
	    <newline/>
	  </if>
	</item>

	<item type="video">
	  <if expression="tagline">
	    <text font="info tagline" expression="tagline"/>
	    <newline/>
	    <goto_pos y="10" mode="relative"/>
	  </if>
	  <if expression="not plot and description">
	    <text font="info tagline" expression="description"/>
	    <newline/>
	    <goto_pos y="10" mode="relative"/>
	  </if>
	  <if expression="plot and not tv_show_name">
	    <text height="max" font="info plot" mode="soft" expression="plot"/>
	    <newline/>
	  </if>

	  <if expression="not plot or tv_show_name">
	    <if expression="len(name)>25">
	      <if expression="tv_show_ep">
		<text width="140" font="info label">Episode:</text>
		<goto_pos x="10" mode="relative"/>
		<text font="info value" expression="tv_show_ep"/>
		<newline/>
	      </if>
	      <if expression="not tv_show_ep">
		<text width="140" font="info label">Name:</text>
		<goto_pos x="10" mode="relative"/>
		<text font="info value" expression="name"/>
		<newline/>
	      </if>
	    </if>

	    <if expression="runtime">
	      <text width="140" font="info label">Runtime:</text>
	      <goto_pos x="10" mode="relative"/>
	      <text font="info value" expression="runtime"/>
	      <newline/>
	    </if>
	    <text width="140" font="info label">Type:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="type"/>
	    <newline/>
	    <if expression="geometry">
	      <text width="140" font="info label">Resolution:</text>
	      <goto_pos x="10" mode="relative"/>
	      <text font="info value" expression="geometry"/>
	      <if expression="aspect">
		<text font="info value"> (</text>
		<text font="info value" expression="aspect"/>
		<text font="info value">)</text>
	      </if>
	      <newline/>
	    </if>
	  </if>
	</item>

	<item type="track">
	  <if expression="length">
	    <text width="130" font="info label">Runtime:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="length"/>
	    <text font="info value"> min. </text>
	  </if>
	  <if expression="len(audio)">
	    <text font="info value" expression="len(audio)"/>
	    <text font="info value"> Audio tracks, </text>
	  </if>
	  <if expression="len(subtitles)">
	    <text font="info value" expression="len(subtitles)"/>
	    <text font="info value"> Subtitles, </text>
	  </if>
	  <if expression="len(chapters)">
	    <text font="info value" expression="len(chapters)"/>
	    <text font="info value"> Chapters</text>
	  </if>
	</item>

	<item type="image">
	  <if expression="width and height">
	    <text width="100" font="info label">Size:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="width"/>
	    <text font="info value">x</text>
	    <text font="info value" expression="height"/>
	    <newline/>
	  </if>
	  <if expression="date">
	    <text width="100" font="info label">Date:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="date"/>
	    <newline/>
	  </if>
	  <if expression="description">
	    <text font="info plot" height="max" mode="soft" expression="description"/>
	    <newline/>
	  </if>
	</item>

	<item type="dir">
	  <text font="info label" expression="type"/>
	  <newline/>
	  <if expression="totalspace"> <!-- 0 if rom drive -->
	    <text font="info label" expression="usage"/>
	    <newline/>
	  </if>
	  <goto_pos y="20" mode="relative"/>

	  <!-- audio dir -->
	  <if expression="display_type == 'audio' and artist and artist != 'Various'">
	    <text width="100" font="info label">Artist:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="artist"/>
	    <newline/>
	    <if expression="album">
	      <text width="100" font="info label">Album:</text>
	      <goto_pos x="10" mode="relative"/>
	      <text font="info value" expression="album"/>
	      <newline/>
	    </if>
	  </if>

	  <!-- other dir -->
	  <if expression="display_type != 'audio'">
	    <if expression="tagline">
	      <text font="info tagline" width="max" expression="tagline"/>
	      <newline/>
	      <goto_pos y="10" mode="relative"/>
	    </if>
	    <if expression="plot">
	      <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>
	</item>

	<item type="audiocd">
	  <if expression="title">
	    <text width="130" font="info label">Title:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="title"/>
	    <newline/>
	  </if>
	  <if expression="artist">
	    <text width="130" font="info label">Artist:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="artist"/>
	    <newline/>
	  </if>
	  <text width="130" font="info label">Tracks:</text>
	  <goto_pos x="10" mode="relative"/>
	  <text font="info value" expression="len(tracks)"/>
	  <newline/>
	  <text width="130" font="info label">Disc ID:</text>
	  <goto_pos x="10" mode="relative"/>
	  <text font="info value" expression="id"/>
	  <newline/>
	</item>

	<item type="playlist">
	  <if expression="description">
	    <text font="info plot" height="max" mode="soft" expression="description"/>
	    <newline/>
	  </if>
	  <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 and len(unplayed)>0">
	    <text font="info value" expression="len(unplayed)"/>
	    <text font="info value"> items in this playlist</text>
	    <newline/>
	  </if>
	  <if expression="len(playlist)==0 and len(unplayed)==0">
	    <text font="info value">This playlist is empty!</text>
	    <newline/>
	  </if>
	</item>

	<item type="default">
	  <if expression="description">
	    <text font="info plot" height="max" mode="soft" expression="description"/>
	    <newline/>
	  </if>
	</item>

      </content>
    </layout>

    <layout label="video info">
      <content x="0" y="0" type="text" spacing="20" font="default">
	<item type="video">
	  <if expression="tagline">
	    <text font="info tagline" width="max" expression="tagline"/>
	    <newline/>
	    <goto_pos y="10" mode="relative"/>
	  </if>
	  <if expression="plot">
	    <text font="info plot" height="max" mode="soft" 
	      align="justified" expression="plot"/>
	    <newline/>
	  </if>

	  <goto_pos y="20" mode="relative"/>
	  <if expression="userdate">
	    <text width="140" align="right" font="info value">Date:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="userdate"/>
	    <newline/>
	  </if>
	  <if expression="year and not userdate">
	    <text width="140" align="right" font="info value">Year:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="year"/>
	    <newline/>
	  </if>
	  <if expression="genre">
	    <text width="140" align="right" font="info value">Genre:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="genre"/>
	    <newline/>
	  </if>
	  <if expression="rating">
	    <text width="140" align="right" font="info value">Rating:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="rating"/>
	    <newline/>
	  </if>

	  <if expression="userdate or year or genre or rating">
	    <goto_pos y="10" mode="relative"/>
	  </if>

	  <if expression="runtime">
	    <text width="140" align="right" font="info value">Runtime:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="runtime"/>
	    <newline/>
	  </if>

	  <text width="140" align="right" font="info value">Type:</text>
	  <goto_pos x="10" mode="relative"/>
	  <text font="info value" expression="type"/>
	  <newline/>

	  <if expression="geometry">
	    <text width="140" align="right" font="info value">Resolution:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="geometry"/>
	    <if expression="aspect">
	      <text font="info value"> (</text>
	      <text font="info value" expression="aspect"/>
	      <text font="info value">)</text>
	    </if>
	    <newline/>
	  </if>

	  <if expression="copyright">
	    <text width="140" align="right" font="info value">Copyright:</text>
	    <goto_pos x="10" mode="relative"/>
	    <text font="info value" expression="copyright"/>
	    <newline/>
	  </if>
	</item>

	<item type="dir">
	  <if expression="tagline">
	    <text font="info tagline" width="max" expression="tagline"/>
	    <newline/>
	    <goto_pos y="10" mode="relative"/>
	  </if>
	  <if expression="plot">
	    <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>
	  <newline/>
	  <goto_pos y="20" mode="relative"/>
	  <text font="info value" expression="type"/>
	  <newline/>
	  <if expression="totalspace"> <!-- 0 if rom drive -->
	    <text font="info value" expression="usage"/>
	    <newline/>
	  </if>
	</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>

      </content>
    </layout>

    <!-- font used in the info area -->
    <font label="info plot"    name="DejaVuSans-Bold" size="16" color="0xffffff"/>
    <font label="info tagline" name="DejaVuSans-BoldOblique" size="18" color="0xffffff">
      <shadow visible="yes" color="0x000000" x="1" y="1"/>
    </font>
    <font label="info label"   name="DejaVuSans-Bold" size="14" color="0xffffff"/>
    <font label="info value"   name="DejaVuSans-Bold" size="14" color="0xffffaa"/>

    <!-- 
    *******************************************************
    ** TV MENU
    ******************************************************* -->

<!--     <tv> -->
<!--       <style text="tv menu"/> -->
<!--       <style text="tv menu more info"/> -->
<!--     </tv> -->

<!--     <menuset label="tv menu"> -->
<!--       <screen layout="screen" x="0" y="0" width="800" height="600"/> -->
<!--       <info layout="tv info" x="10" y="400" width="780" height="190"/> -->
<!--       <title layout="title" x="10" y="10" width="780" height="60"/> -->
<!--     </menuset> -->

<!--     <menuset label="tv menu more info" inherits="tv menu"> -->
<!--       <listing height="150"/> -->
<!--       <info layout="tv info" y="250" height="340"/> -->
<!--     </menuset> -->

<!--     <layout label="tv info"> -->
<!--       <background/> -->
<!--       <content x="0" y="0" height="max" width="max"/> -->
<!--     </layout> -->

<!--     <font label="tv title" size="22"/> -->

  </skin>
</freevo>

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