summaryrefslogtreecommitdiff
path: root/doc/manual/dcpomatic.xml
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-27 13:12:12 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-27 13:12:12 +0100
commit28224b347dd993d635ba8a0f2e7db20130483bd4 (patch)
treeab7c8940bfacd82b8bff270cd86eb8c172704856 /doc/manual/dcpomatic.xml
parent5209385eefbee08d19080e998c785c8efe8b84d2 (diff)
Add some documentation for config.xml.
Diffstat (limited to 'doc/manual/dcpomatic.xml')
-rw-r--r--doc/manual/dcpomatic.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml
index bed0242f3..bd42747de 100644
--- a/doc/manual/dcpomatic.xml
+++ b/doc/manual/dcpomatic.xml
@@ -3317,4 +3317,22 @@ The full details of OV and VF files are discussed in <xref linkend="sec-overlay"
</chapter>
+<!-- ============================================================== -->
+<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
+<title>Configuration files</title>
+
+<para>Most of DCP-o-matic's configuration is stored in an XML file called <code>config.xml</code>. This is stored in different places depending on your operating system:</para>
+
+<itemizedlist>
+ <listitem>Windows: <code>c:\Users\your_user_name\AppData\Local\dcpomatic</code></listitem>
+ <listitem>OS X: <code>/Users/your_user_Name/Library/Preferences/com.dcpomatic/2</code></listitem>
+ <listitem>Linux: <code>~/.config/dcpomatic2</code></listitem>
+</itemizedlist>
+
+<para>Possible XML tags are as follows:</para>
+
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="config.xml"/>
+
+</chapter>
+
</book>