-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapps.sharescanner.gschema.xml
32 lines (32 loc) · 1.19 KB
/
apps.sharescanner.gschema.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="apps.sharescanner" path="/apps/sharescanner/">
<key type="s" name="download-dir">
<default>"~"</default>
<summary>download directory</summary>
<description>Directory where files will be downloaded</description>
</key>
<key type="b" name="autostart">
<default>false</default>
<summary>autoclear finished items</summary>
<description>Automatically clear finished downloads</description>
</key>
<key type="b" name="autoclear">
<default>false</default>
<summary>autostart enqueued items</summary>
<description>Automatically start newly added downloads</description>
</key>
<key type="i" name="max-threads">
<default>2</default>
<range min="1" max="500"/>
<summary>max allowed simultaneous downloads</summary>
<description>Maximum number of downloads that can run at the same time</description>
</key>
<key type="i" name="chunk-size">
<default>65535</default>
<range min="1024" max="262144"/>
<summary>download chunk size</summary>
<description>Size of each piece to download</description>
</key>
</schema>
</schemalist>