-
Notifications
You must be signed in to change notification settings - Fork 0
/
gnome-mplayer.schemas
630 lines (576 loc) · 21.5 KB
/
gnome-mplayer.schemas
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
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/vo</key>
<applyto>/apps/gnome-mplayer/preferences/vo</applyto>
<owner>gnome-mplayer</owner>
<type>string</type>
<default>x11</default>
<locale name="C">
<short>Default Video Output</short>
<long>Default Video Output</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/cache-size</key>
<applyto>/apps/gnome-mplayer/preferences/cache_size</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>2000</default>
<locale name="C">
<short>Cache size</short>
<long>The memory cache size for playing</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/plugin-audio-cache-size</key>
<applyto>/apps/gnome-mplayer/preferences/plugin-audio-cache-size</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>128</default>
<locale name="C">
<short>Cache size</short>
<long>The memory cache size for playing</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/plugin-video-cache-size</key>
<applyto>/apps/gnome-mplayer/preferences/plugin-video-cache-size</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>2048</default>
<locale name="C">
<short>Cache size</short>
<long>The memory cache size for playing</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/alsa-mixer</key>
<applyto>/apps/gnome-mplayer/preferences/alsa-mixer</applyto>
<owner>gnome-mplayer</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Default mixer to use</short>
<long>Default mixer</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/osd-level</key>
<applyto>/apps/gnome-mplayer/preferences/osdlevel</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>OSD Level</short>
<long>Value for the On Screen Display Setting</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/pp-level</key>
<applyto>/apps/gnome-mplayer/preferences/pplevel</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Postprocessing Level</short>
<long>Value for the Postprocessing Setting</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/fullscreen</key>
<applyto>/apps/gnome-mplayer/preferences/fullscreen</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>start in fullscreen as soon as possible</short>
<long>switch to fullscreen mode on video load</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/verbose</key>
<applyto>/apps/gnome-mplayer/preferences/verbose</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Verbose Messages</short>
<long>Set Verbose debug messages to be default</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/last-dir</key>
<applyto>/apps/gnome-mplayer/preferences/last-dir</applyto>
<owner>gnome-mplayer</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Last directory</short>
<long>Last visited direcory with open dialog</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/vertical</key>
<applyto>/apps/gnome-mplayer/preferences/vertical</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Vertical</short>
<long>Use Veritical Layout</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/show-playlist</key>
<applyto>/apps/gnome-mplayer/preferences/showplaylist</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Show Playlist</short>
<long>Make the playlist visible when gnome-mplayer is started</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/show-details</key>
<applyto>/apps/gnome-mplayer/preferences/showdetails</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Show Playlist</short>
<long>Make the details visible when gnome-mplayer is started</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/disable-fullscreen</key>
<applyto>/apps/gnome-mplayer/preferences/disablefullscreen</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Disable Fullscreen Options</short>
<long>When set to TRUE all fullscreen menu options and keyboard options are disabled</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/disable-framedrop</key>
<applyto>/apps/gnome-mplayer/preferences/disableframedrop</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Disable Mplayer frame drop option</short>
<long>When set to TRUE all mplayer is called without the -framedrop option</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/disable-contextmenu</key>
<applyto>/apps/gnome-mplayer/preferences/disablecontextmenu</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Disable Context Menu</short>
<long>When set to TRUE the right-click context menu is disabled</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/disable-ass</key>
<applyto>/apps/gnome-mplayer/preferences/disableass</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Disable ASS</short>
<long>When set to TRUE the Advanced Substation Alpha (ASS) subtitles are disabled</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/disable-embeddedfonts</key>
<applyto>/apps/gnome-mplayer/preferences/disableembeddedfonts</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Disable Embedded Fonts</short>
<long>When set to TRUE Subtitle Fonts in the media file are disabled</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/disable-deinterlace</key>
<applyto>/apps/gnome-mplayer/preferences/disable-deinterlace</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Disable Deinterlace filter</short>
<long>When set to TRUE the usage of the deinterlace filter is disabled</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/disable-pause-on-click</key>
<applyto>/apps/gnome-mplayer/preferences/disable-pause-on-click</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Disable Pause on Click action</short>
<long>When set to TRUE the ability to pause on mouse click is disabled</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/disable-animation</key>
<applyto>/apps/gnome-mplayer/preferences/disable-animation</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Disable Animation</short>
<long>Disable animation of fullscreen control bar sliding away</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/auto-hide-timeout</key>
<applyto>/apps/gnome-mplayer/preferences/auto-hide-timeout</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>3</default>
<locale name="C">
<short>Time in seconds before controls are hidden</short>
<long>Time in seconds before controls are hidden when in fullscreen mode values less than 1 disable auto hide</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/disable-cover-art-fetch</key>
<applyto>/apps/gnome-mplayer/preferences/disable-cover-art-fetch</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Disable Fetch of Cover Art</short>
<long>When set to TRUE cached covers are loaded, but new ones are not retrieved</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/force-cache</key>
<applyto>/apps/gnome-mplayer/preferences/forcecache</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Force the cache setting</short>
<long>When set to TRUE the cache value is always used, even for streaming media</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/softvol</key>
<applyto>/apps/gnome-mplayer/preferences/softvol</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Have mplayer use the softvol option</short>
<long>When set to TRUE the softvol option is passed to mplayer, useful for machines without pulseaudio</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/metadata-codepage</key>
<applyto>/apps/gnome-mplayer/preferences/metadatacodepage</applyto>
<owner>gnome-mplayer</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Codepage to use when loading the metadata of files</short>
<long>Codepage to use when loading the metadata of files</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/subtitle-codepage</key>
<applyto>/apps/gnome-mplayer/preferences/subtitlecodepage</applyto>
<owner>gnome-mplayer</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Codepage to use when loading subtitle files</short>
<long>Codepage to use when loading subtitle files</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/subtitle-font</key>
<applyto>/apps/gnome-mplayer/preferences/subtitlefont</applyto>
<owner>gnome-mplayer</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Default font to use for subtitles</short>
<long>Default font to use for subtitles</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/subtitle-color</key>
<applyto>/apps/gnome-mplayer/preferences/subtitlecolor</applyto>
<owner>gnome-mplayer</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Default color to use for subtitles</short>
<long>Default color to use for subtitles</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/subtitle-scale</key>
<applyto>/apps/gnome-mplayer/preferences/subtitlescale</applyto>
<owner>gnome-mplayer</owner>
<type>float</type>
<default>1.0</default>
<locale name="C">
<short>Default font scaling to use for subtitles</short>
<long>Default font scaling to use for subtitles</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/single-instance</key>
<applyto>/apps/gnome-mplayer/preferences/single-instance</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Only allow one instance of the player to run</short>
<long>Only allow one instance of the player to run</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/replace-and-play</key>
<applyto>/apps/gnome-mplayer/preferences/replace-and-play</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Replace currently playing media in single instance mode</short>
<long>Replace currently playing media in single instance mode</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/bring-to-front</key>
<applyto>/apps/gnome-mplayer/preferences/bring-to-front</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Bring window to front in single instance mode</short>
<long>Bting window to front in single instance mode</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/extraopts</key>
<applyto>/apps/gnome-mplayer/preferences/extraopts</applyto>
<owner>gnome-mplayer</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Extra options to pass to mplayer</short>
<long>Extra options to pass to mplayer</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/remember-loc</key>
<applyto>/apps/gnome-mplayer/preferences/remember-loc</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Remember location on screen</short>
<long>Remember location on screen</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/volume</key>
<applyto>/apps/gnome-mplayer/preferences/volume</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>100</default>
<locale name="C">
<short>Default Volume</short>
<long>Default volume to use for mplayer, values of 0 or 100 allow usage of setting from ALSA</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/subtitle-fuzziness</key>
<applyto>/apps/gnome-mplayer/preferences/subtitle-fuzziness</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Subtitle Loading</short>
<long>Technique for loading external subtitle files</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/audio-channels</key>
<applyto>/apps/gnome-mplayer/preferences/audio-channels</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Default Audio Channels (internal value)</short>
<long>Default Audio Channels to output, this is an internal value to the application</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/window-x</key>
<applyto>/apps/gnome-mplayer/preferences/window-x</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Window top corner (x)</short>
<long>Window top corner (x)</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/window-y</key>
<applyto>/apps/gnome-mplayer/preferences/window-y</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Window top corner (y)</short>
<long>Window top corner (y)</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/tracker-position</key>
<applyto>/apps/gnome-mplayer/preferences/tracker-position</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>3</default>
<locale name="C">
<short>Tracker thumb position</short>
<long>Setting for tracker thumb position</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/keep-on-top</key>
<applyto>/apps/gnome-mplayer/preferences/keep-on-top</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Remember location on screen</short>
<long>Remember location on screen</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/use-mediakeys</key>
<applyto>/apps/gnome-mplayer/preferences/use-mediakeys</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Use Media Keys</short>
<long>Process the media key events from Gnome</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/show-notification</key>
<applyto>/apps/gnome-mplayer/preferences/show-notification</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Show notification via libnotify</short>
<long>Show notification via libnotify</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/show-subtitles</key>
<applyto>/apps/gnome-mplayer/preferences/show-subtitles</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Show subtitles by default</short>
<long>Load and display subtitles by default when media contains them</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/show-status-icon</key>
<applyto>/apps/gnome-mplayer/preferences/show-status-icon</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Place status icon in the tray</short>
<long>Place status icon in the tray</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/use-defaultpl</key>
<applyto>/apps/gnome-mplayer/preferences/use-defaultpl</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Set to TRUE if you want to save and load the default playlist</short>
<long>Will load and save the playlist when the program runs</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/use-xscrnsaver</key>
<applyto>/apps/gnome-mplayer/preferences/use-xscrnsaver</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Set to TRUE if you want to use xscrnsaver controls over gnome-power-manager</short>
<long>When enabled directly tells the xscreensaver to inhibit itself, otherwise uses gnome-power-manager</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/show-controls</key>
<applyto>/apps/gnome-mplayer/preferences/show-controls</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Show controls</short>
<long>Show controls</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/enable-global-menu</key>
<applyto>/apps/gnome-mplayer/preferences/enable-global-menu</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Set to true when global menus are being used</short>
<long>Set to true when global menus are being used</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/enable-nautilus-plugin</key>
<applyto>/apps/gnome-mplayer/preferences/enable-nautilus-plugin</applyto>
<owner>gnome-mplayer</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Enable Audio/Video tab in nautilus</short>
<long>Enable Audio/Video tab in nautilus</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-mplayer/preferences/resume-mode</key>
<applyto>/apps/gnome-mplayer/preferences/resume-mode</applyto>
<owner>gnome-mplayer</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>What to do when resuming media</short>
<long>What to do when resuming media</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>