mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
Add truncate and correct_order to config.xml
This commit is contained in:
parent
d2ba19d8ce
commit
9436ce5aae
@ -60,6 +60,18 @@
|
|||||||
<option value="1">Yes</option>
|
<option value="1">Yes</option>
|
||||||
</options>
|
</options>
|
||||||
</item>
|
</item>
|
||||||
|
<item id="general:truncate" advanced="true">
|
||||||
|
<name>Truncate Logfile</name>
|
||||||
|
<short_description>
|
||||||
|
Should the logfile get truncated on startup?
|
||||||
|
</short_description>
|
||||||
|
<type default_value="1">select</type>
|
||||||
|
<options>
|
||||||
|
<option value="0">No</option>
|
||||||
|
<option value="1">Yes</option>
|
||||||
|
</options>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item id="general:debuglevel" advanced="true">
|
<item id="general:debuglevel" advanced="true">
|
||||||
<name>Debug Level</name>
|
<name>Debug Level</name>
|
||||||
<short_description>
|
<short_description>
|
||||||
@ -201,6 +213,18 @@
|
|||||||
<option value="1">Yes</option>
|
<option value="1">Yes</option>
|
||||||
</options>
|
</options>
|
||||||
</item>
|
</item>
|
||||||
|
<item id="scan:correct_order" advanced="true">
|
||||||
|
<name>Ordered Playlists</name>
|
||||||
|
<short_description>
|
||||||
|
Should playlists be returned in the order specified in
|
||||||
|
the playlist?
|
||||||
|
</short_description>
|
||||||
|
<type default_value="1">select</type>
|
||||||
|
<options>
|
||||||
|
<option value="0">No</option>
|
||||||
|
<option value="1">Yes</option>
|
||||||
|
</options>
|
||||||
|
</item>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section name="Daap" advanced="true">
|
<section name="Daap" advanced="true">
|
||||||
|
Loading…
Reference in New Issue
Block a user