summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-07-01 14:35:50 +0200
committerJens Georg <mail@jensge.org>2011-07-01 14:35:50 +0200
commit989d16e62b57051b6441950f0a107ad368513b3f (patch)
tree1106aef59daceda34ecbd5d639982e4363a63bbc /doc/man
parentf77a13222b9b27fd22f158b624a0b61e0e4fa81e (diff)
downloadrygel-989d16e62b57051b6441950f0a107ad368513b3f.tar.gz
core,doc,tracker: Add option for upload folders
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/rygel.conf.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml
index c76b88b5..1d702606 100644
--- a/doc/man/rygel.conf.xml
+++ b/doc/man/rygel.conf.xml
@@ -219,6 +219,30 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<para>Allow remote media file deletion via UPnP.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <option>video-upload-folder</option>
+ </term>
+ <listitem>
+ <para>If <option>allow-upload</option> is <userinput>true</userinput>, use this folder to store uploaded videos. It defaults to <userinput>@VIDEOS@</userinput> which expands to the default directory for video files (usually <filename><envar>$HOME</envar>/Videos</filename>).</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <option>music-upload-folder</option>
+ </term>
+ <listitem>
+ <para>If <option>allow-upload</option> is <userinput>true</userinput>, use this folder to store uploaded music files. It defaults to <userinput>@MUSIC@</userinput> which expands to the default directory for music files (usually <filename><envar>$HOME</envar>/Music</filename>).</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <option>picture-upload-folder</option>
+ </term>
+ <listitem>
+ <para>If <option>allow-upload</option> is <userinput>true</userinput>, use this folder to store uploaded pictures. It defaults to <userinput>@PICTURES@</userinput> which expands to the default directory for picture files (usually <filename><envar>$HOME</envar>/Pictures</filename>).</para>
+ </listitem>
+ </varlistentry>
</variablelist>
<para>Sections for plugins are denoted with <option>[PluginName]</option>
and can contain options specific to a plugin (see below) as well these common options: