~ubuntu-branches/ubuntu/trusty/rygel/trusty

« back to all changes in this revision

Viewing changes to doc/rygel.conf.5

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2011-12-16 15:21:25 UTC
  • mfrom: (14.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111216152125-qgn31dkfmhouhrf0
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: rygel.conf
3
3
.\"    Author: Jens Georg <mail@jensge.org>
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 07/19/2011
 
5
.\"      Date: 12/08/2011
6
6
.\"    Manual: Rygel User Manual
7
7
.\"    Source: rygel
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "RYGEL\&.CONF" "5" "07/19/2011" "rygel" "Rygel User Manual"
 
10
.TH "RYGEL\&.CONF" "5" "12/08/2011" "rygel" "Rygel User Manual"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
39
39
\fBrygel\fR
40
40
reads its configuration values from the file
41
41
$XDG_CONFIG_DIR/rygel\&.conf
42
 
or \- if that file does not exist \- from the file
 
42
or a file given on command line with the
 
43
\fB\-\-config\fR
 
44
option\&. If that file does not exist it uses the file
43
45
/etc/rygel\&.conf\&.
44
46
.PP
45
47
Most of the options may be overriden by commandline arguments or envronment variables\&. See
132
134
Allow remote media file deletion via UPnP\&.
133
135
.RE
134
136
.PP
 
137
\fBvideo\-upload\-folder\fR
 
138
.RS 4
 
139
If
 
140
\fBallow\-upload\fR
 
141
is
 
142
\fBtrue\fR, use this folder to store uploaded videos\&. It defaults to
 
143
\fB@VIDEOS@\fR
 
144
which expands to the default directory for video files (usually
 
145
\fB$HOME\fR/Videos)\&.
 
146
.RE
 
147
.PP
 
148
\fBmusic\-upload\-folder\fR
 
149
.RS 4
 
150
If
 
151
\fBallow\-upload\fR
 
152
is
 
153
\fBtrue\fR, use this folder to store uploaded music files\&. It defaults to
 
154
\fB@MUSIC@\fR
 
155
which expands to the default directory for music files (usually
 
156
\fB$HOME\fR/Music)\&.
 
157
.RE
 
158
.PP
 
159
\fBpicture\-upload\-folder\fR
 
160
.RS 4
 
161
If
 
162
\fBallow\-upload\fR
 
163
is
 
164
\fBtrue\fR, use this folder to store uploaded pictures\&. It defaults to
 
165
\fB@PICTURES@\fR
 
166
which expands to the default directory for picture files (usually
 
167
\fB$HOME\fR/Pictures)\&.
 
168
.RE
 
169
.PP
135
170
Sections for plugins are denoted with
136
171
\fB[PluginName]\fR
137
172
and can contain options specific to a plugin (see below) as well these common options:
220
255
if you do not care about duration or any other meta\-data like artist\&. This speeds up the initial crawl of the media a lot\&. Use it to quickly share some files via UPnP\&. Make sure to define an
221
256
\fBinclude\-filter\fR, otherwise you will end up with a lot of files exposed which the client cannot display anyway\&.
222
257
.RE
 
258
.PP
 
259
\fBmonitor\-changes\fR
 
260
.RS 4
 
261
Set to
 
262
\fBfalse\fR
 
263
if you don\*(Aqt want to have new files picked up automatically by rygel\&.
 
264
.RE
223
265
.SH "PLAYBIN PLUGIN"
224
266
.PP
225
267
The Playbin plugin implements a media renderer (Digtal Media Renderer, DMR in DLNA terms)\&. This plugin was known as GstRenderer\&.