2013-10-16 15:30:28 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<schemalist>
|
|
|
|
<schema path="/de/coderkun/mcg/" id="de.coderkun.mcg" gettext-domain="mcg">
|
2014-12-04 21:14:23 +01:00
|
|
|
<key type="s" name="host">
|
|
|
|
<default>'localhost'</default>
|
|
|
|
<summary>MPD host</summary>
|
|
|
|
<description>MPD host to connect to</description>
|
|
|
|
</key>
|
|
|
|
<key type="i" name="port">
|
|
|
|
<default>6600</default>
|
|
|
|
<summary>MPD port</summary>
|
|
|
|
<description>MPD port to connect to</description>
|
|
|
|
</key>
|
|
|
|
<key type="s" name="image-dir">
|
|
|
|
<default>''</default>
|
|
|
|
<summary>Image dir</summary>
|
|
|
|
<description>Directory which a webserver is providing images on</description>
|
|
|
|
</key>
|
|
|
|
<key type="b" name="connected">
|
|
|
|
<default>false</default>
|
|
|
|
<summary>Connection state</summary>
|
|
|
|
<description>State of last connection</description>
|
|
|
|
</key>
|
2013-10-16 15:30:28 +02:00
|
|
|
<key type="ai" name="window-size">
|
|
|
|
<default>[800, 600]</default>
|
|
|
|
<summary>Window size</summary>
|
|
|
|
<description>Window size (width and height).</description>
|
|
|
|
</key>
|
|
|
|
<key type="b" name="window-maximized">
|
|
|
|
<default>false</default>
|
|
|
|
<summary>Window maximized</summary>
|
|
|
|
<description>Window maximized state.</description>
|
|
|
|
</key>
|
|
|
|
<key type="i" name="panel">
|
|
|
|
<range min="1" max="3"/>
|
|
|
|
<default>1</default>
|
|
|
|
<summary>Last selected panel</summary>
|
|
|
|
<description>The index of the last selected panel.</description>
|
|
|
|
</key>
|
2016-08-01 10:36:13 +02:00
|
|
|
<key type="s" name="tracklist-size">
|
|
|
|
<default>'large'</default>
|
|
|
|
<choices>
|
|
|
|
<choice value='large' />
|
|
|
|
<choice value='small' />
|
|
|
|
<choice value='hidden' />
|
|
|
|
</choices>
|
|
|
|
<summary>Size of tracklist on cover panel</summary>
|
|
|
|
<description>The size of the tracklist on the cover panel.</description>
|
|
|
|
</key>
|
2013-10-16 15:30:28 +02:00
|
|
|
<key type="i" name="item-size">
|
|
|
|
<range min="100" max="1000" />
|
|
|
|
<default>150</default>
|
|
|
|
<summary>Size of library items</summary>
|
|
|
|
<description>The size of items displayed in the library.</description>
|
|
|
|
</key>
|
|
|
|
<key type="s" name="sort-order">
|
|
|
|
<default>'year'</default>
|
|
|
|
<choices>
|
|
|
|
<choice value='artist' />
|
|
|
|
<choice value='title' />
|
|
|
|
<choice value='year' />
|
|
|
|
</choices>
|
|
|
|
<summary>Sort criterium for library items</summary>
|
|
|
|
<description>The sort criterium of items displayed in the library.</description>
|
|
|
|
</key>
|
|
|
|
<key type="b" name="sort-type">
|
|
|
|
<default>true</default>
|
|
|
|
<summary>Sort type for library items</summary>
|
|
|
|
<description>The sort type of items displayed in the library.</description>
|
|
|
|
</key>
|
|
|
|
</schema>
|
|
|
|
</schemalist>
|