1 # Configuration file for Rygel
3 # In most cases, you would want to use the rygel-preferences UI rather than
4 # editing this file by hand.
6 # General configuration options
8 # Set it to 'false' if you want to only use the streaming part of Rygel and/or
9 # don't want it to advertize itself on the UPnP network. If you want to
10 # completely disable rygel, just don't run it then. :)
13 # Set it to 'false' if you want to disable transcoding support.
14 enable-transcoding=true
16 # Set it to 'false' if you want to disable MP3 transcoding support.
17 enable-mp3-transcoder=true
19 # Set it to 'false' if you want to disable LPCM transcoding support.
20 enable-lpcm-transcoder=true
22 # Set it to 'false' if you want to disable mpeg transport stream
23 # (mpeg 2 video + audio) transcoding support.
24 enable-mp2ts-transcoder=true
26 # Set it to 'false' if you want to disable WMV transcoding support.
27 enable-wmv-transcoder=true
29 # Set it to 'false' if you want to disable AAC_ISO_320 transcoding support.
30 enable-aac-transcoder=false
32 # Set it to 'false' if you want to disable AVC_MP4 transcoding support.
33 enable-avc-transcoder=false
35 # Where video files should be saved if allow-upload is true.
36 # Defaults to @VIDEOS@, the standard videos folder (typically ${HOME}/Videos).
37 video-upload-folder=@VIDEOS@
39 # Where music files should be saved if allow-upload is true
40 # Defaults to @MUSIC@, the standard music folder (typically ${HOME}/Music).
41 music-upload-folder=@MUSIC@
43 # Where picture files should be saved if allow-upload is true
44 # Defaults to @PICTURES@, the standard picture folder (typically ${HOME}/Pictures).
45 picture-upload-folder=@PICTURES@
47 # The network interface to attach rygel to. You can also use network IP or even
48 # ESSID for wireless networks if you are using NetworkManager. Leave it blank
49 # for dynamic configuration.
51 # The port to run HTTP server on. 0 means dynamic.
54 # Comma-separated list of domain:level pairs to specify log level thresholds for
55 # individual domains. domain could be either 'rygel', name of a plugin or '*'
56 # for all domains. Allowed levels are:
65 # Allow upload of media files?
68 # Allow deletion of media folders and files?
71 # Semicolon-separated list of device user-agents (or parts thereof) that need
72 # a downgrade in the UPnP device versions
73 # WARNING /!\: Only change this setting when told to do so or when you know
74 # what you're doing. If you find that adding your device makes it
75 # working with Rygel, please file a bug at
76 # https://bugzilla.gnome.org/enter_bug.cgi?product=Rygel&component=IOP
77 # so we can include it in future releases.
78 #force-downgrade-for=Allegro-Software-WebClient;SEC_HHP_Galaxy S/1.0;Portable SDK for UPnP devices
80 # Plugin specific sections
82 # Some options are generic and some are specific to each plugin.
83 # The generic ones are:
85 # * enabled: As the name suggests, to enable or disable the plugin.
86 # * title: The title of the plugin to advertise to UPnP clients. This can
87 # contain the following automatically substituted keywords:
88 # * @REALNAME@: The real name of the user as returned by
89 # g_get_real_name() function of glib library.
90 # * @USERNAME@: The user name of the user as returned by
91 # g_get_user_name() function of glib library.
92 # * @HOSTNAME@: The host name of the machine rygel is running on, as
93 # returned by g_get_host_name() function of glib library.
102 title=@REALNAME@'s media
106 title=@REALNAME@'s media
107 # List of URIs to export. Following variables are automatically substituted by
108 # the appropriate XDG standar media folders by Rygel for you.
110 # * @MUSIC@: The standard music folder (typically ${HOME}/Music).
111 # * @VIDEOS@: The standard videos folder (typically ${HOME}/Videos).
112 # * @PICTURES@: The standard pictures folder (typically ${HOME}/Pictures).
114 uris=@MUSIC@;@VIDEOS@;@PICTURES@
115 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
116 extract-metadata=true
121 title=Audio/Video playback on @HOSTNAME@
125 # List of ids of broadcasts
132 launch-items=audiotestsrc;videotestsrc;videotestoverlay
133 audiotestsrc-title=Audiotestsrc
134 audiotestsrc-mime=audio/x-wav
135 audiotestsrc-launch=audiotestsrc ! wavenc
136 videotestsrc-title=Videotestsrc
137 videotestsrc-mime=video/mpeg
138 videotestsrc-launch=videotestsrc ! ffenc_mpeg2video ! mpegtsmux
139 videotestoverlay-title=Videotestsrc with timeoverlay 2
140 videotestoverlay-mime=video/mpeg
141 videotestoverlay-launch=videotestsrc ! timeoverlay ! ffenc_mpeg2video ! mpegtsmux