You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/libkcddb/libkcddb.kcfg

67 lines
2.0 KiB

<?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" >
<include>tqdir.h</include>
<kcfgfile name="kcmcddbrc"/>
<group name="Lookup">
<entry name="hostname" type="String">
<default>gnudb.gnudb.org</default>
</entry>
<entry name="port" type="Int">
<default>80</default>
</entry>
<entry name="cachePolicy" type="Enum">
<choices>
<choice name="OnlyCache"></choice>
<choice name="UseCache"></choice>
<choice name="IgnoreCache"></choice>
</choices>
<default>UseCache</default>
</entry>
<entry name="lookupTransport" type="Enum">
<choices>
<choice name="CDDBP"></choice>
<choice name="HTTP"></choice>
</choices>
<default>HTTP</default>
</entry>
<entry name="cacheLocations" type="PathList">
<default code="true">TQDir::homeDirPath()+"/.cddb/"</default>
</entry>
</group>
<group name="Submit">
<entry name="submitTransport" type="Enum">
<choices>
<choice name="HTTP"></choice>
<choice name="SMTP"></choice>
</choices>
<default>HTTP</default>
</entry>
<entry name="emailAddress" type="String">
</entry>
<entry name="httpSubmitServer" type="String">
<default>gnudb.gnudb.org</default>
</entry>
<entry name="httpSubmitPort" type="Int">
<default>80</default>
</entry>
<entry name="smtpPort" type="Int">
<default>25</default>
</entry>
<entry name="smtpUsername" type="String">
</entry>
<entry name="useGlobalEmail" type="Bool">
<default>true</default>
</entry>
<entry name="replyTo" type="String">
</entry>
<entry name="smtpHostname" type="String">
</entry>
<entry name="submitAddress" type="String">
<default>freedb-submit@freedb.org</default>
</entry>
</group>
</kcfg>