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

« back to all changes in this revision

Viewing changes to data/rygel.conf

  • 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:
26
26
# Set it to 'false' if you want to disable WMV transcoding support.
27
27
enable-wmv-transcoder=true
28
28
 
 
29
# Where video files should be saved if allow-upload is true.
 
30
# Defaults to @VIDEOS@, the standard videos folder (typically ${HOME}/Videos).
 
31
video-upload-folder=@VIDEOS@
 
32
 
 
33
# Where music files should be saved if allow-upload is true
 
34
# Defaults to @MUSIC@, the standard music folder (typically ${HOME}/Music).
 
35
music-upload-folder=@MUSIC@
 
36
 
 
37
# Where picture files should be saved if allow-upload is true
 
38
# Defaults to @PICTURES@, the standard picture folder (typically ${HOME}/Pictures).
 
39
picture-upload-folder=@PICTURES@
 
40
 
29
41
# The network interface to attach rygel to. You can also use network IP or even
30
42
# ESSID for wireless networks if you are using NetworkManager. Leave it blank
31
43
# for dynamic configuration.
71
83
share-pictures=true
72
84
share-videos=true
73
85
share-music=true
 
86
strict-sharing=false
74
87
title=@REALNAME@'s media
75
88
 
76
89
[MediaExport]
84
97
#       * @PICTURES@: The standard pictures folder (typically ${HOME}/Pictures).
85
98
#
86
99
uris=@MUSIC@;@VIDEOS@;@PICTURES@
87
 
include-filter=.mp3;.oga;.ogv;.ogg;.mkv;.avi;.mp4;.m4v;.m4a;.mpeg;.mpg;.ts;.flac;.jpeg;.jpg;.png;.wav;.wma;.wmv;.asf
 
100
include-filter=.mp3;.oga;.ogv;.ogg;.mkv;.avi;.mp4;.m4v;.m4a;.mpeg;.mpg;.ts;.flac;.jpeg;.jpg;.png;.wav;.wma;.wmv;.asf;.mpc;.mpp;.wv;.aac;.mka;.mp2;.webm;.ape;.m2ts
88
101
extract-metadata=true
 
102
monitor-changes=true
89
103
 
90
104
[Playbin]
91
105
enabled=true