updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / coherence-svn / coherence.conf
blob517fcc2126a3e2bf20e0ad4a01c9b062662be2fa
1 <config>
2         <logging level="warn">
3                 <logfile>/var/log/coherence.log</logfile>
4         </logging>
5         <controlpoint>no</controlpoint>
6         <use_dbus>no</use_dbus>
7         <web-ui>no</web-ui>
8         <serverport>41932</serverport>
9         <interface>eth0</interface>
10         <transcoding>no</transcoding>
13 <!-- Movies -->
14         <plugin active="yes">
15                 <name>Videos</name>
16                 <content>/mnt/media/movies/,/home/user/downloads/</content>
17                 <backend>FSStore</backend>
18         </plugin>
20 <!-- Music -->
21         <plugin active="yes">
22                 <name>Music</name>
23                 <backend>MediaStore</backend>
24                 <medialocation>/mnt/media/music/</medialocation>
25           <coverlocation>/mnt/media/music/covers/</coverlocation>
26                 <mediadb>/tmp/media.db</mediadb>
27                 <icon>
28                     <mimetype>image/png</mimetype>
29                     <width>120</width>
30                     <height>106</height>
31                     <depth>24</depth>
32                     <url>coherence-icon.png</url>
33                 </icon>
34             </plugin>
36         <plugin active="no">
37                 <name>GStreamer Audio Player</name>
38                 <backend>GStreamerPlayer</backend>
39         </plugin>
41         <plugin active="no">
42                 <name>Elisa</name>
43                 <backend>ElisaPlayer</backend>
44                 <host>localhost</host>
45         </plugin>
47         <plugin active="no">
48                 <name>iRadio</name>
49                 <backend>IRadioStore</backend>
50         </plugin>
52         <plugin active="no">
53                 <name>Flickr Images</name>
54                 <backend>FlickrStore</backend>
55                 <refresh>60</refresh>
56                 <proxy>yes</proxy>
57                 <icon>
58                         <mimetype>image/png</mimetype>
59                         <width>98</width>
60                         <height>26</height>
61                         <depth>24</depth>
62                         <url>flickr-icon.png</url>
63                 </icon>
64         </plugin>
66         <plugin active="no">
67                 <name>Elisa is watching you</name>
68                 <backend>AxisCamStore</backend>
69                 <cam>
70                         <name>Cam 1</name>
71                         <url>http://192.168.1.222:554/mpeg4/1/media.amp</url>
72                         <protocol>rtsp-rtp-udp:*:video/MP4V-ES:*</protocol>
73                 </cam>
74                 <cam>
75                         <name>Cam 2</name>
76                         <url>http://192.168.1.222:554/mpeg4/2/media.amp</url>
77                         <protocol>rtsp-rtp-udp:*:video/MP4V-ES:*</protocol>
78                 </cam>
79         </plugin>
81         <plugin active="no">
82                 <name>Buzztard Media</name>
83                 <backend>BuzztardStore</backend>
84                 <host>localhost</host>
85                 <port>7654</port>
86         </plugin>
88         <plugin active="no">
89                 <name>Buzztard Player</name>
90                 <backend>BuzztardPlayer</backend>
91                 <host>localhost</host>
92                 <port>7654</port>
93         </plugin>
94 </config>