File: test-store-example.xml

package info (click to toggle)
coherence 0.6.6.2-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,436 kB
  • ctags: 4,206
  • sloc: python: 27,187; xml: 5,207; sh: 59; makefile: 26
file content (13 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<config>
  <serverport>30020</serverport>
<plugin active="yes">
    <item>
      <mimetype>video/mpeg</mimetype>
      <location>/tmp/movie.mpg</location>
      <upnp_class>object.item.videoItem</upnp_class>
      <fourth_field>DLNA.ORG_PN=MPEG_PS_PAL;DLNA.ORG_OP=01;DLNA.ORG_CI=0</fourth_field>
    </item>
    <name>Test</name>
    <backend>TestStore</backend>
  </plugin>
</config>