51 lines
No EOL
1.7 KiB
XML
51 lines
No EOL
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
|
|
|
|
<kcfgfile name="danbooru_clientrc"/>
|
|
|
|
<group name="danbooru_client">
|
|
<entry name="MaxPosts" type="Int">
|
|
<default>10</default>
|
|
<min>1</min>
|
|
<max>100</max>
|
|
<label>The number of posts to retrieve.</label>
|
|
</entry>
|
|
|
|
<entry name="TagBlacklist" type="StringList">
|
|
<label>Exclude posts including these tags.</label>
|
|
</entry>
|
|
|
|
<entry name="Boards" type="StringList">
|
|
<label>Danbooru boards to connect to.</label>
|
|
<default>http://konachan.com,http://yande.re,http://danbooru.donmai.us</default>
|
|
</entry>
|
|
|
|
<entry name="CacheSize" type="Int">
|
|
<label>Size of the thumbnail cache.</label>
|
|
<min>1000</min>
|
|
</entry>
|
|
|
|
<entry name="MaxRating" type="Enum">
|
|
<label>Maximum allowed rating</label>
|
|
<choices>
|
|
<choice name="Safe" />
|
|
<choice name="Questionable" />
|
|
<choice name="Explicit" />
|
|
</choices>
|
|
<default>Safe</default>
|
|
</entry>
|
|
|
|
<entry name="AutoDownload" type="Bool">
|
|
<label>Automatically start download after connecting</label>
|
|
<default>true</default>
|
|
</entry>
|
|
|
|
<entry name="InfiniteScrolling" type="Bool">
|
|
<label>Enable infinite scrolling in the thumbnail view</label>
|
|
<default>true</default>
|
|
</entry>
|
|
|
|
</group>
|
|
</kcfg> |