File: io.github.celluloid_player.Celluloid.gschema.xml

package info (click to toggle)
celluloid 0.29-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,760 kB
  • sloc: ansic: 18,905; xml: 325; python: 21; makefile: 8
file content (241 lines) | stat: -rw-r--r-- 7,289 bytes parent folder | download
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
<?xml version="1.0" encoding="utf-8"?>

<schemalist gettext-domain="celluloid">
	<schema	path="/io/github/celluloid-player/celluloid/"
		id="io.github.celluloid-player.Celluloid">
		<child	schema="io.github.celluloid-player.Celluloid.window-state"
			name="window-state" />

		<key name="settings-migrated" type="b">
			<default>false</default>
			<summary>Whether the settings has already been migrated from the previous version</summary>
			<description>
			</description>
		</key>
		<key name='autofit-enable' type='b'>
			<default>true</default>
			<summary>Automatically resize window to fit video</summary>
			<description>
			</description>
		</key>
		<key name="dark-theme-enable" type="b">
			<default>true</default>
			<summary>Prefer dark theme</summary>
			<description>
			</description>
		</key>
		<key name="csd-enable" type="b">
			<default>true</default>
			<summary>Enable client-side decorations</summary>
			<description>
			</description>
		</key>
		<key name="always-use-floating-controls" type="b">
			<default>false</default>
			<summary>Use floating controls in windowed mode</summary>
			<description>
			</description>
		</key>
		<key name="always-autohide-cursor" type="b">
			<default>false</default>
			<summary>Automatically hide mouse cursor in windowed mode</summary>
			<description>
			</description>
		</key>
		<key name="controls-unhide-cursor-speed" type="d">
			<default>0</default>
			<summary>The minimum cursor speed at which floating controls will be unhidden.</summary>
			<description>
			</description>
		</key>
		<key name="controls-dead-zone-size" type="d">
			<range min="0" max="1"/>
			<default>0</default>
			<summary>Size of the dead zone in which cursor movement will not cause the controls to be shown.</summary>
			<description>
			</description>
		</key>
		<key name="use-skip-buttons-for-playlist" type="b">
			<default>true</default>
			<summary>Use skip buttons to control the playlist</summary>
			<description>
			</description>
		</key>
		<key name="last-folder-enable" type="b">
			<default>false</default>
			<summary>Remember last location in file chooser</summary>
			<description>
			</description>
		</key>
		<key name="always-open-new-window" type="b">
			<default>false</default>
			<summary>Open new window when opening new files</summary>
			<description>
                                When opening new files through D-Bus (e.g.
                                using a file manager), open the file in a new
                                window.
			</description>
		</key>
		<key name="always-append-to-playlist" type="b">
			<default>false</default>
			<summary>Always append opened files to playlist</summary>
			<description>
			</description>
		</key>
		<key name="always-show-title-buttons" type="b">
			<default>false</default>
			<summary>Show title buttons in fullscreen mode</summary>
			<description>
                                If true, title buttons (close, maximize,
                                minimize, etc.) are always shown. If false, the
                                buttons will be hidden in fullscreen mode.
			</description>
		</key>
		<key name="present-window-on-file-open" type="b">
			<default>false</default>
			<summary>Give focus to the window when opening new files</summary>
			<description>
                                If true, Celluloid will give focus to the window
                                when a new file is opened. If false, no attempt
                                will be made.
			</description>
		</key>
		<key name="mpv-options" type="s">
			<default>""</default>
			<summary>Options to pass to mpv</summary>
			<description>
			</description>
		</key>
		<key name="mpv-config-file" type="s">
			<default>""</default>
			<summary>Path to mpv configuration file</summary>
			<description>
			</description>
		</key>
		<key name="mpv-config-enable" type="b">
			<default>false</default>
			<summary>Load mpv configuration file</summary>
			<description>
			</description>
		</key>
		<key name="mpv-input-config-file" type="s">
			<default>""</default>
			<summary>Path to mpv input configuration file</summary>
			<description>
			</description>
		</key>
		<key name="mpv-input-config-enable" type="b">
			<default>false</default>
			<summary>Load mpv input configuration file</summary>
			<description>
			</description>
		</key>
		<key name="mpris-enable" type="b">
			<default>true</default>
			<summary>Enable MPRIS support</summary>
			<description>
			</description>
		</key>
		<key name="menubar-accel-enable" type="b">
			<default>true</default>
			<summary>Enable menubar accelerator key handling</summary>
			<description>
			</description>
		</key>
		<key name="prefetch-metadata" type="b">
			<default>true</default>
			<summary>Prefetch metadata</summary>
			<description>
			</description>
		</key>
		<key name="ignore-playback-errors" type="b">
			<default>false</default>
			<summary>Ignore playback errors</summary>
			<description>
			</description>
		</key>
		<key name="inhibit-idle" type="b">
			<default>true</default>
			<summary>Inhibit session idling</summary>
			<description>
			</description>
		</key>
		<key name="draggable-video-area-enable" type="b">
			<default>false</default>
			<summary>Make video area draggable</summary>
			<description>
			</description>
		</key>
		<key name="show-durations-in-playlist" type="b">
			<default>true</default>
			<summary>Display file durations in the playlist</summary>
			<description>
			</description>
		</key>
		<key name="graphics-offload-enable" type="b">
			<default>false</default>
			<summary>Enable graphics offload</summary>
			<description>
			</description>
		</key>
	</schema>

	<schema	path="/io/github/celluloid-player/celluloid/window-state/"
		id="io.github.celluloid-player.Celluloid.window-state">
		<key name="width" type="i">
			<default>640</default>
			<summary>Width of the window</summary>
			<description>
			</description>
		</key>
		<key name="height" type="i">
			<default>480</default>
			<summary>Height of the window</summary>
			<description>
			</description>
		</key>
		<key name="maximized" type="b">
			<default>false</default>
			<summary>Whether or not the window is maximized</summary>
			<description>
			</description>
		</key>
		<key name="volume" type="d">
			<range min="0" max="1"/>
			<default>1.0</default>
			<summary>Volume of player</summary>
			<description>
			</description>
		</key>
		<key name="loop-playlist" type="b">
			<default>false</default>
			<summary>Whether or not to loop when the end of playlist is reached</summary>
			<description>
			</description>
		</key>
		<key name="playlist-width" type="i">
			<default>280</default>
			<summary>Width of the playlist</summary>
			<description>
			</description>
		</key>
		<key name="show-controls" type="b">
			<default>true</default>
			<summary>Show/hide the controls</summary>
			<description>
			</description>
		</key>
		<key name="show-playlist" type="b">
			<default>false</default>
			<summary>Show/hide the playlist</summary>
			<description>
			</description>
		</key>
		<key name="last-folder-uri" type="s">
			<default>""</default>
			<summary>URI of the last folder accessed</summary>
			<description>
			</description>
		</key>
	</schema>
</schemalist>