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
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/com/github/geigi/cozy/" id="com.github.geigi.cozy" gettext-domain="cozy">
<key type="b" name="symlinks">
<default>false</default>
<summary>Follow symlinks</summary>
<description></description>
</key>
<key type="b" name="suspend">
<default>false</default>
<summary>Suspend system on timer</summary>
<description></description>
</key>
<key type="b" name="replay">
<default>false</default>
<summary>Replay 30 seconds on playback start</summary>
<description></description>
</key>
<key type="b" name="autoscan">
<default>false</default>
<summary>Auto scan the audio book directory</summary>
<description></description>
</key>
<key type="i" name="timer">
<default>30</default>
<summary>Last used timer duration</summary>
<description></description>
</key>
<key type="b" name="use-crc32">
<default>false</default>
<summary>Use crc32 instead of last modified time stamp</summary>
<description></description>
</key>
<key type="b" name="titlebar-remaining-time">
<default>false</default>
<summary>Use the position slider for the whole book instead for the current chapter.</summary>
<description></description>
</key>
<key type="b" name="calculate-acutal-length">
<default>true</default>
<summary>Display the time according to the playback speed.</summary>
<description></description>
</key>
<key type="b" name="dark-mode">
<default>false</default>
<summary>Enable Dark Mode.</summary>
<description></description>
</key>
<key type="b" name="swap-author-reader">
<default>false</default>
<summary>Swap author and reader tag assignment.</summary>
<description></description>
</key>
<key type="b" name="sleep-timer-fadeout">
<default>false</default>
<summary>Enable fading out when using the sleep timer.</summary>
<description></description>
</key>
<key type="i" name="sleep-timer-fadeout-duration">
<default>15</default>
<summary>Duration of the sleep timer fadeout.</summary>
<description></description>
</key>
<key type="d" name="volume">
<default>1.0</default>
<summary>Volume.</summary>
<description></description>
</key>
<key type="b" name="prefer-external-cover">
<default>false</default>
<summary>Prefer external cover images over embedded.</summary>
<description></description>
</key>
<key type="b" name="hide-offline">
<default>false</default>
<summary>Hide currently unavailable books in the library.</summary>
<description></description>
</key>
<key type="i" name="report-level">
<default>0</default>
<summary>Level of error report details.</summary>
<description></description>
</key>
<key type="s" name="last-launched-version">
<default>"None"</default>
<summary>The version of cozy that did launch last.</summary>
<description></description>
</key>
<key type="i" name="rewind-duration">
<default>15</default>
<summary>Duration to rewind.</summary>
<description></description>
</key>
<key type="i" name="forward-duration">
<default>30</default>
<summary>Duration to forward.</summary>
<description></description>
</key>
<key type="i" name="window-width">
<default>1100</default>
<summary>Width of the main window</summary>
<description></description>
</key>
<key type="i" name="window-height">
<default>700</default>
<summary>Height of the main window</summary>
<description></description>
</key>
<key type="b" name="window-maximize">
<default>false</default>
<summary>Maximize state of the main window</summary>
<description></description>
</key>
</schema>
</schemalist>
|