blob: 36ee20a1de333df755c6476383931ef89f9e93e8 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.gnome.totem" path="/apps/totem/" gettext-domain="@GETTEXT_PACKAGE@">
<key name="lock-screensaver-on-audio" type="b">
<default>true</default>
<_summary>Allow the screensaver to activate when playing audio</_summary>
<_description>Allow the screensaver to activate when playing audio. Disable if you have monitor-powered speakers.</_description>
</key>
<key name="show-vfx" type="b">
<default>true</default>
<_summary>Show visual effects when no video is displayed</_summary>
<_description>Show visual effects when playing an audio only file.</_description>
</key>
<key name="visual" type="s">
<default>'goom'</default>
<_summary>Name of the visual effects plugins</_summary>
</key>
<key name="brightness" type="i">
<default>32767</default>
<_summary>The brightness of the video</_summary>
</key>
<key name="contrast" type="i">
<default>32767</default>
<_summary>The contrast of the video</_summary>
</key>
<key name="hue" type="i">
<default>32767</default>
<_summary>The hue of the video</_summary>
</key>
<key name="saturation" type="i">
<default>32767</default>
<_summary>The saturation of the video</_summary>
</key>
<key name="auto-resize" type="b">
<default>false</default>
<_summary>Resize the canvas automatically on file load</_summary>
</key>
<key name="connection-speed" enum="org.gnome.totem.BvwConnectionSpeed">
<default>'lan'</default>
<_summary>Network connection speed</_summary>
<_description>Approximate network connection speed, used to select quality on media over the network.</_description>
</key>
<key name="repeat" type="b">
<default>false</default>
<_summary>Repeat mode</_summary>
</key>
<key name="shuffle" type="b">
<default>false</default>
<_summary>Shuffle mode</_summary>
</key>
<key name="disable-deinterlacing" type="b">
<default>false</default>
<_summary>Whether to disable deinterlacing for interlaced movies</_summary>
</key>
<key name="debug" type="b">
<default>false</default>
<_summary>Whether to enable debug for the playback engine</_summary>
</key>
<key name="audio-output-type" enum="org.gnome.totem.BvwAudioOutType">
<default>'stereo'</default>
<_summary>Type of audio output to use</_summary>
</key>
<key name="visual-quality" type="i">
<default>0</default>
<_summary>Visualization quality setting</_summary>
<_description>Quality settings for the audio visualization: "0" for small, "1" for normal, "2" for large, "3" for extra large.</_description>
</key>
<key name="network-buffer-threshold" type="d">
<default>2</default>
<_summary>Network buffering threshold</_summary>
<_description>Amount of data to buffer for network streams before starting to display the stream (in seconds).</_description>
</key>
<key name="subtitle-font" type="s">
<default>'Sans Bold 20'</default>
<_summary>Subtitle font</_summary>
<_description>Pango font description for subtitle rendering.</_description>
</key>
<key name="subtitle-encoding" type="s">
<default l10n="messages" context="subtitle-encoding">
<!-- Translators: This is default subtitle encoding
character set. You can change this to be the most common
encoding for fansub subtitles in your language. File a bug
against Totem, and leave UTF-8 as the default if in doubt. -->
'UTF-8'</default>
<_summary>Subtitle encoding</_summary>
<_description>Encoding character set for subtitle.</_description>
</key>
<key name="open-uri" type="s">
<default>''</default>
<_summary>Default location for the "Open..." dialogs</_summary>
<_description>Default location for the "Open..." dialogs. Default is the current directory.</_description>
</key>
<key name="screenshot-save-uri" type="s">
<default>''</default>
<_summary>Default location for the "Take Screenshot" dialogs</_summary>
<_description>Default location for the "Take Screenshot" dialogs. Default is the Pictures directory.</_description>
</key>
<key name="disable-user-plugins" type="b">
<default>false</default>
<_summary>Whether to disable the plugins in the user's home directory</_summary>
</key>
<key name="disable-keyboard-shortcuts" type="b">
<default>false</default>
<_summary>Whether to disable the keyboard shortcuts</_summary>
</key>
<key name="autoload-subtitles" type="b">
<default>false</default>
<_summary>Whether to autoload text subtitle files when a movie is loaded</_summary>
</key>
<key name="autoload-chapters" type="b">
<default>true</default>
<_summary>Whether to autoload external chapter files when a movie is loaded</_summary>
</key>
<key name="remember-position" type="b">
<default>false</default>
<_summary>Whether to remember the position of played audio/video files when pausing or closing them</_summary>
</key>
<key name="active-plugins" type="as">
<default>['skipto','chapters','screenshot','media_player_keys','screensaver','movie-properties']</default>
<_summary>Active plugins list</_summary>
<_description>A list of the names of the plugins which are currently active (loaded and running).</_description>
</key>
</schema>
</schemalist>
|