| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<config version="1" xmlns="http://mediatomb.cc/config/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mediatomb.cc/config/1 http://mediatomb.cc/config/1.xsd"> |
|---|
| 3 |
|
|---|
| 4 |
<server> |
|---|
| 5 |
|
|---|
| 6 |
<interface>eth0</interface> |
|---|
| 7 |
|
|---|
| 8 |
<ui enabled="yes"> |
|---|
| 9 |
<accounts enabled="no" session-timeout="30"> |
|---|
| 10 |
<account user="mediatomb" password="mediatomb"/> |
|---|
| 11 |
</accounts> |
|---|
| 12 |
</ui> |
|---|
| 13 |
|
|---|
| 14 |
<name>Rhenvar</name> |
|---|
| 15 |
<manufacturerURL>http://mediatomb.cc/</manufacturerURL> |
|---|
| 16 |
<modelname>Mediatomb</modelname> |
|---|
| 17 |
<modelnumber>0.12</modelnumber> |
|---|
| 18 |
<udn>uuid:7460cfad-c089-468b-866e-6936039a3e2d</udn> |
|---|
| 19 |
<home>/var/lib/mediatomb</home> |
|---|
| 20 |
<webroot>/usr/share/mediatomb/web</webroot> |
|---|
| 21 |
<servedir>/home/stuff/Filmy</servedir> |
|---|
| 22 |
|
|---|
| 23 |
<storage> |
|---|
| 24 |
<sqlite3 enabled="yes"> |
|---|
| 25 |
<database-file>mediatomb.db</database-file> |
|---|
| 26 |
</sqlite3> |
|---|
| 27 |
</storage> |
|---|
| 28 |
|
|---|
| 29 |
<protocolInfo extend="yes"/><!-- For PS3 support change to "yes" --> |
|---|
| 30 |
|
|---|
| 31 |
<custom-http-headers> |
|---|
| 32 |
<!-- Samsung needs it --> |
|---|
| 33 |
<add header="transferMode.dlna.org: Streaming"/> |
|---|
| 34 |
<add header="contentFeatures.dlna.org: DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01500000000000000000000000000000"/> |
|---|
| 35 |
</custom-http-headers> |
|---|
| 36 |
|
|---|
| 37 |
<!-- |
|---|
| 38 |
<extended-runtime-options> |
|---|
| 39 |
<ffmpegthumbnailer enabled="yes"> |
|---|
| 40 |
<thumbnail-size>128</thumbnail-size> |
|---|
| 41 |
<seek-percentage>5</seek-percentage> |
|---|
| 42 |
<filmstrip-overlay>yes</filmstrip-overlay> |
|---|
| 43 |
<workaround-bugs>no</workaround-bugs> |
|---|
| 44 |
</ffmpegthumbnailer> |
|---|
| 45 |
<mark-played-items enabled="no" suppress-cds-updates="yes"> |
|---|
| 46 |
<string mode="prepend">*</string> |
|---|
| 47 |
</mark-played-items> |
|---|
| 48 |
</extended-runtime-options> --> |
|---|
| 49 |
|
|---|
| 50 |
</server> |
|---|
| 51 |
|
|---|
| 52 |
<import hidden-files="no"> |
|---|
| 53 |
<scripting script-charset="UTF-8"> |
|---|
| 54 |
<common-script>/usr/share/mediatomb/js/common.js</common-script> |
|---|
| 55 |
<playlist-script>/usr/share/mediatomb/js/playlists.js</playlist-script> |
|---|
| 56 |
<virtual-layout type="builtin"> |
|---|
| 57 |
<import-script>/usr/share/mediatomb/js/import.js</import-script> |
|---|
| 58 |
</virtual-layout> |
|---|
| 59 |
</scripting> |
|---|
| 60 |
<mappings> |
|---|
| 61 |
<extension-mimetype ignore-unknown="no"> |
|---|
| 62 |
<map from="mp3" to="audio/mpeg"/> |
|---|
| 63 |
<map from="ogg" to="application/ogg"/> |
|---|
| 64 |
<map from="asf" to="video/x-ms-asf"/> |
|---|
| 65 |
<map from="asx" to="video/x-ms-asf"/> |
|---|
| 66 |
<map from="wma" to="audio/x-ms-wma"/> |
|---|
| 67 |
<map from="wax" to="audio/x-ms-wax"/> |
|---|
| 68 |
<map from="wmv" to="video/x-ms-wmv"/> |
|---|
| 69 |
<map from="wvx" to="video/x-ms-wvx"/> |
|---|
| 70 |
<map from="wm" to="video/x-ms-wm"/> |
|---|
| 71 |
<map from="wmx" to="video/x-ms-wmx"/> |
|---|
| 72 |
<map from="m3u" to="audio/x-mpegurl"/> |
|---|
| 73 |
<map from="pls" to="audio/x-scpls"/> |
|---|
| 74 |
<map from="flv" to="video/x-flv"/> |
|---|
| 75 |
<map from="avi" to="video/x-avi"/> |
|---|
| 76 |
<map from="vob" to="video/x-vob"/> |
|---|
| 77 |
<map from="mkv" to="video/x-mkv"/> |
|---|
| 78 |
<map from="srt" to="smi/caption"/> |
|---|
| 79 |
</extension-mimetype> |
|---|
| 80 |
<mimetype-upnpclass> |
|---|
| 81 |
<map from="audio/*" to="object.item.audioItem.musicTrack"/> |
|---|
| 82 |
<map from="video/*" to="object.item.videoItem"/> |
|---|
| 83 |
<map from="image/*" to="object.item.imageItem"/> |
|---|
| 84 |
</mimetype-upnpclass> |
|---|
| 85 |
|
|---|
| 86 |
<mimetype-contenttype> |
|---|
| 87 |
<treat mimetype="audio/mpeg" as="mp3"/> |
|---|
| 88 |
<treat mimetype="application/ogg" as="ogg"/> |
|---|
| 89 |
<treat mimetype="audio/x-flac" as="flac"/> |
|---|
| 90 |
<treat mimetype="image/jpeg" as="jpg"/> |
|---|
| 91 |
<treat mimetype="audio/x-mpegurl" as="playlist"/> |
|---|
| 92 |
<treat mimetype="audio/x-scpls" as="playlist"/> |
|---|
| 93 |
<treat mimetype="audio/x-wav" as="pcm"/> |
|---|
| 94 |
<treat mimetype="audio/L16" as="pcm"/> |
|---|
| 95 |
<treat mimetype="video/x-msvideo" as="avi"/> |
|---|
| 96 |
<treat mimetype="video/x-divx" as="avi"/> |
|---|
| 97 |
<treat mimetype="video/mp4" as="mp4"/> |
|---|
| 98 |
<treat mimetype="video/x-vob" as="avi"/> |
|---|
| 99 |
<treat mimetype="video/x-matroska" as="mkv"/> |
|---|
| 100 |
</mimetype-contenttype> |
|---|
| 101 |
</mappings> |
|---|
| 102 |
</import> |
|---|
| 103 |
|
|---|
| 104 |
<transcoding enabled="no"/> |
|---|
| 105 |
|
|---|
| 106 |
</config> |
|---|