Lines Matching +full:no +full:- +full:map

1 <?xml version="1.0" encoding="UTF-8"?>
2 …s="http://mediatomb.cc/config/2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaL…
3 <!--
6 -->
8 <ui enabled="yes" show-tooltips="yes">
9 <accounts enabled="no" session-timeout="30">
14 <udn>uuid:ac20d9b6-5c82-48e6-80de-436965fbe1d7</udn>
17 <!--
21 The advertisement will be sent every (A/2)-30 seconds,
22 and will have a cache-control max-age of A where A is
25 -->
29 <database-file>gerbera.db</database-file>
32 <extended-runtime-options>
33 <mark-played-items enabled="no" suppress-cds-updates="yes">
38 </mark-played-items>
39 </extended-runtime-options>
41 <import hidden-files="no">
43 <virtual-layout type="builtin" />
46 <extension-mimetype ignore-unknown="no">
47 <map from="asf" to="video/x-ms-asf" />
48 <map from="asx" to="video/x-ms-asf" />
49 <map from="dff" to="audio/x-dsd" />
50 <map from="dsf" to="audio/x-dsd" />
51 <map from="flv" to="video/x-flv" />
52 <map from="m2ts" to="video/mp2t" />
53 <map from="m3u" to="audio/x-mpegurl" />
54 <map from="mka" to="audio/x-matroska" />
55 <map from="mkv" to="video/x-matroska" />
56 <map from="mp3" to="audio/mpeg" />
57 <map from="mts" to="video/mp2t" />
58 <map from="oga" to="audio/ogg" />
59 <map from="ogg" to="audio/ogg" />
60 <map from="ogm" to="video/ogg" />
61 <map from="ogv" to="video/ogg" />
62 <map from="ogx" to="application/ogg" />
63 <map from="pls" to="audio/x-scpls" />
64 <map from="ts" to="video/mp2t" />
65 <map from="tsa" to="audio/mp2t" />
66 <map from="tsv" to="video/mp2t" />
67 <map from="wax" to="audio/x-ms-wax" />
68 <map from="wm" to="video/x-ms-wm" />
69 <map from="wma" to="audio/x-ms-wma" />
70 <map from="wmv" to="video/x-ms-wmv" />
71 <map from="wmx" to="video/x-ms-wmx" />
72 <map from="wv" to="audio/x-wavpack" />
73 <map from="wvx" to="video/x-ms-wvx" />
74 <!-- Uncomment the line below for PS3 divx support -->
75 <!-- <map from="avi" to="video/divx" /> -->
76 <!-- Uncomment the line below for D-Link DSM / ZyXEL DMA-1000 -->
77 <!-- <map from="avi" to="video/avi" /> -->
78 </extension-mimetype>
79 <mimetype-upnpclass>
80 <map from="application/ogg" to="object.item.audioItem.musicTrack" />
81 <map from="audio/*" to="object.item.audioItem.musicTrack" />
82 <map from="image/*" to="object.item.imageItem" />
83 <map from="video/*" to="object.item.videoItem" />
84 </mimetype-upnpclass>
85 <mimetype-contenttype>
92 <treat mimetype="audio/x-dsd" as="dsd" />
93 <treat mimetype="audio/x-flac" as="flac" />
94 <treat mimetype="audio/x-matroska" as="mka" />
95 <treat mimetype="audio/x-mpegurl" as="playlist" />
96 <treat mimetype="audio/x-ms-wma" as="wma" />
97 <treat mimetype="audio/x-scpls" as="playlist" />
98 <treat mimetype="audio/x-wav" as="pcm" />
99 <treat mimetype="audio/x-wavpack" as="wv" />
102 <treat mimetype="video/x-matroska" as="mkv" />
103 <treat mimetype="video/x-msvideo" as="avi" />
104 </mimetype-contenttype>
106 <online-content>
107 <AppleTrailers enabled="no" refresh="43200" update-at-start="no" resolution="640" />
108 </online-content>
110 <transcoding enabled="no">
111 <mimetype-profile-mappings>
114 <transcode mimetype="video/x-flv" using="vlcmpeg" />
115 </mimetype-profile-mappings>
117 <profile name="ogg2mp3" enabled="no" type="external">
119 <accept-url>no</accept-url>
120 <first-resource>yes</first-resource>
121 <accept-ogg-theora>no</accept-ogg-theora>
122 <agent command="ffmpeg" arguments="-y -i %in -f mp3 %out" />
123 <buffer size="1048576" chunk-size="131072" fill-size="262144" />
125 <profile name="vlcmpeg" enabled="no" type="external">
127 <accept-url>yes</accept-url>
128 <first-resource>yes</first-resource>
129 <accept-ogg-theora>yes</accept-ogg-theora>
130 …<agent command="vlc" arguments="-I dummy %in --sout #transcode{venc=ffmpeg,vcodec=mp2v,vb=4096,fps…
131 <buffer size="14400000" chunk-size="512000" fill-size="120000" />