~ubuntu-branches/debian/sid/me-tv/sid

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
<gconfschemafile>
	<schemalist>

		<schema>
			<key>/schemas/apps/me-tv/width</key>
			<applyto>/apps/me-tv/width</applyto>
			<owner>me-tv</owner>
			<type>int</type>
			<default>0</default>
			<locale name="C">
				<short>The width of the window before Me TV was last closed</short>
				<long>
					The width of the window before Me TV was last closed.
					Me TV uses this value to try to restore the main window to its previous geometry.
				</long>
			</locale>
		</schema>
      
		<schema>
			<key>/schemas/apps/me-tv/height</key>
			<applyto>/apps/me-tv/height</applyto>
			<owner>me-tv</owner>
			<type>int</type>
			<default>0</default>
			<locale name="C">
				<short>The height of the window before Me TV was last closed</short>
				<long>
					The height of the window before Me TV was last closed.
					Me TV uses this value to try to restore the main window to its previous geometry.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/x</key>
			<applyto>/apps/me-tv/x</applyto>
			<owner>me-tv</owner>
			<type>int</type>
			<default>0</default>
			<locale name="C">
				<short>The x position of the window before Me TV was last closed</short>
				<long>
					The x position of the window before Me TV was last closed.
					Me TV uses this value to try to restore the main window to its previous geometry.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/y</key>
			<applyto>/apps/me-tv/y</applyto>
			<owner>me-tv</owner>
			<type>int</type>
			<default>0</default>
			<locale name="C">
				<short>The y position of the window before Me TV was last closed</short>
				<long>
					The y position of the window before Me TV was last closed.
					Me TV uses this value to try to restore the main window to its previous geometry.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/show_epg_header</key>
			<applyto>/apps/me-tv/show_epg_header</applyto>
			<owner>me-tv</owner>
			<type>bool</type>
			<default>true</default>
			<locale name="C">
				<short>Displays the date/time header in the EPG</short>
				<long>					
					By default, the EPG header is visible but disabling it can
					minimise screen real estate by reducing the vertical EPG size.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/record_extra_before</key>
			<applyto>/apps/me-tv/record_extra_before</applyto>
			<owner>me-tv</owner>
			<type>int</type>
			<default>5</default>
			<locale name="C">
				<short>Extra default time (in minutes) to append to the start of a scheduled recording</short>
				<long>
					Extra default time (in minutes) to append to the start of a scheduled recording.
					This default value can be overriden when setting up a scheduled recording.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/record_extra_after</key>
			<applyto>/apps/me-tv/record_extra_after</applyto>
			<owner>me-tv</owner>
			<type>int</type>
			<default>10</default>
			<locale name="C">
				<short>Extra default time (in minutes) to append to the end of a scheduled recording</short>
				<long>
					Extra default time (in minutes) to append to the end of a scheduled recording.
					This default value can be overriden when setting up a scheduled recording.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/recording_directory</key>
			<applyto>/apps/me-tv/recording_directory</applyto>
			<owner>me-tv</owner>
			<type>string</type>
			<default></default>
			<locale name="C">
				<short>The directory to use for recordings.</short>
				<long>
					The directory to use for recordings.
					This value defaults to the users home directory.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/keep_above</key>
			<applyto>/apps/me-tv/keep_above</applyto>
			<owner>me-tv</owner>
			<type>bool</type>
			<default>true</default>
			<locale name="C">
				<short>Sets the "Always On Top" attribute on the main window.</short>
				<long>					
					Sets the "Always On Top" attribute on the main window.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/video_driver</key>
			<applyto>/apps/me-tv/video_driver</applyto>
			<owner>me-tv</owner>
			<type>string</type>
			<default>xshm</default>
			<locale name="C">
				<short>Sets the video driver for the player to use.</short>
				<long>
					Me TV uses libvlc to render video, this setting tells libvlc which mechanism to use when drawing.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/audio_driver</key>
			<applyto>/apps/me-tv/audio_driver</applyto>
			<owner>me-tv</owner>
			<type>string</type>
			<default>alsa</default>
			<locale name="C">
				<short>Sets the audio driver for libvlc to use.</short>
				<long>					
					Me TV uses libvlc to play sound, this setting tells libvlc which mechanism to use when playing sound.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/last_channel</key>
			<applyto>/apps/me-tv/last_channel</applyto>
			<owner>me-tv</owner>
			<type>int</type>
			<default>0</default>
			<locale name="C">
				<short>The last channel tuned to.</short>
				<long>
					This is used to store what channel the user was last watching so it can be returned when restarting.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/display_status_icon</key>
			<applyto>/apps/me-tv/display_status_icon</applyto>
			<owner>me-tv</owner>
			<type>bool</type>
			<default>true</default>
			<locale name="C">
				<short>Tells Me TV to display an icon the notification area.</short>
				<long>
					When this setting is false Me TV will terminate when the main window is closed.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/show_channel_number</key>
			<applyto>/apps/me-tv/show_channel_number</applyto>
			<owner>me-tv</owner>
			<type>bool</type>
			<default>false</default>
			<locale name="C">
				<short>Display a channel number next to the channel name in the EPG.</short>
				<long>
					Display a channel number next to the channel name in the EPG.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/epg_span_hours</key>
			<applyto>/apps/me-tv/epg_span_hours</applyto>
			<owner>me-tv</owner>
			<type>int</type>
			<default>3</default>
			<locale name="C">
				<short>The number of hours for the EPG to span on one page.</short>
				<long>
					The number of hours for the EPG to span on one page.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/deinterlace_type</key>
			<applyto>/apps/me-tv/deinterlace_type</applyto>
			<owner>me-tv</owner>
			<type>string</type>
			<default>standard</default>
			<locale name="C">
				<short>Whether the video should be deinterlaced.</short>
				<long>
					Most digital video is transmitted in an interlaced format which should be corrected before viewing.  Options are "none", "standard", "tvtime"
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/text_encoding</key>
			<applyto>/apps/me-tv/text_encoding</applyto>
			<owner>me-tv</owner>
			<type>string</type>
			<default>auto</default>
			<locale name="C">
				<short>The text endoding that the DVB information is in.</short>
				<long>
					Most of the time the text encoding can be automatically determined but sometimes it needs a hint such as iso6937.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/show_epg_time</key>
			<applyto>/apps/me-tv/show_epg_time</applyto>
			<owner>me-tv</owner>
			<type>bool</type>
			<default>true</default>
			<locale name="C">
				<short>Display the time span in the EPG buttons.</short>
				<long>
					If you want to reduce the vertical size of your EPG then use this setting in combination with show_epg_tooltips.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/epg_page_size</key>
			<applyto>/apps/me-tv/epg_page_size</applyto>
			<owner>me-tv</owner>
			<type>int</type>
			<default>20</default>
			<locale name="C">
				<short>The number of channels to show before paging.</short>
				<long>
					The number of channels to show before paging, this is deliberately set low to reduce preformance issues.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/show_epg_tooltips</key>
			<applyto>/apps/me-tv/show_epg_tooltips</applyto>
			<owner>me-tv</owner>
			<type>bool</type>
			<default>false</default>
			<locale name="C">
				<short>Show a tool tip when hovering over an EPG event.</short>
				<long>
					This will show the timespan of an EPG event in a tooltip.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/preferred_language</key>
			<applyto>/apps/me-tv/preferred_language</applyto>
			<owner>me-tv</owner>
			<type>string</type>
			<default></default>
			<locale name="C">
				<short>Preferred language to us when selecting streams.</short>
				<long>
					If more than one stream is available in a different language then Me TV will use the preffered one.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/remove_colon</key>
			<applyto>/apps/me-tv/remove_colon</applyto>
			<owner>me-tv</owner>
			<type>bool</type>
			<default>false</default>
			<locale name="C">
				<short>Remove the colon ':' from the recording filename</short>
				<long>
					Some file systems do not support a colon in a filename (e.g. FAT32). This option tells Me TV to remove it from the recording filename.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/fullscreen_bug_workaround</key>
			<applyto>/apps/me-tv/fullscreen_bug_workaround</applyto>
			<owner>me-tv</owner>
			<type>bool</type>
			<default>false</default>
			<locale name="C">
				<short>Drop out of fullscreen mode when showing dialogs</short>
				<long>
					Some window managers don't like showing dialogs such as the EPG dialog over a fullscreen, "Always On Top" window such as the main window.  This option tells Me TV to come out of fullscreen mode while those dialogs are shown and return to fullscreen mode when the dialog is closed.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/me-tv/recent_searches</key>
			<applyto>/apps/me-tv/recent_searches</applyto>
			<owner>me-tv</owner>
			<type>list</type>
			<list_type>string</list_type>
			<default>[]</default>
			<locale name="C">
				<short>Recent EPG event searches</short>
				<long>
					Recent EPG event searches
				</long>
			</locale>
		</schema>
	</schemalist>

</gconfschemafile>