summarylogtreecommitdiffstats
path: root/coherence.conf
diff options
context:
space:
mode:
authorMoritz Kaspar Rudert (mortzu)2015-05-21 14:41:31 +0200
committerMoritz Kaspar Rudert (mortzu)2015-05-21 14:41:31 +0200
commitb86b53f14cce50be91b67f51985c8385eff15ddf (patch)
tree588dd153b954b3b9d207f961c0556bb00b69bef2 /coherence.conf
downloadaur-coherence-svn.tar.gz
initial commit
Diffstat (limited to 'coherence.conf')
-rw-r--r--coherence.conf94
1 files changed, 94 insertions, 0 deletions
diff --git a/coherence.conf b/coherence.conf
new file mode 100644
index 000000000000..517fcc2126a3
--- /dev/null
+++ b/coherence.conf
@@ -0,0 +1,94 @@
+<config>
+ <logging level="warn">
+ <logfile>/var/log/coherence.log</logfile>
+ </logging>
+ <controlpoint>no</controlpoint>
+ <use_dbus>no</use_dbus>
+ <web-ui>no</web-ui>
+ <serverport>41932</serverport>
+ <interface>eth0</interface>
+ <transcoding>no</transcoding>
+
+
+<!-- Movies -->
+ <plugin active="yes">
+ <name>Videos</name>
+ <content>/mnt/media/movies/,/home/user/downloads/</content>
+ <backend>FSStore</backend>
+ </plugin>
+
+<!-- Music -->
+ <plugin active="yes">
+ <name>Music</name>
+ <backend>MediaStore</backend>
+ <medialocation>/mnt/media/music/</medialocation>
+ <coverlocation>/mnt/media/music/covers/</coverlocation>
+ <mediadb>/tmp/media.db</mediadb>
+ <icon>
+ <mimetype>image/png</mimetype>
+ <width>120</width>
+ <height>106</height>
+ <depth>24</depth>
+ <url>coherence-icon.png</url>
+ </icon>
+ </plugin>
+
+ <plugin active="no">
+ <name>GStreamer Audio Player</name>
+ <backend>GStreamerPlayer</backend>
+ </plugin>
+
+ <plugin active="no">
+ <name>Elisa</name>
+ <backend>ElisaPlayer</backend>
+ <host>localhost</host>
+ </plugin>
+
+ <plugin active="no">
+ <name>iRadio</name>
+ <backend>IRadioStore</backend>
+ </plugin>
+
+ <plugin active="no">
+ <name>Flickr Images</name>
+ <backend>FlickrStore</backend>
+ <refresh>60</refresh>
+ <proxy>yes</proxy>
+ <icon>
+ <mimetype>image/png</mimetype>
+ <width>98</width>
+ <height>26</height>
+ <depth>24</depth>
+ <url>flickr-icon.png</url>
+ </icon>
+ </plugin>
+
+ <plugin active="no">
+ <name>Elisa is watching you</name>
+ <backend>AxisCamStore</backend>
+ <cam>
+ <name>Cam 1</name>
+ <url>http://192.168.1.222:554/mpeg4/1/media.amp</url>
+ <protocol>rtsp-rtp-udp:*:video/MP4V-ES:*</protocol>
+ </cam>
+ <cam>
+ <name>Cam 2</name>
+ <url>http://192.168.1.222:554/mpeg4/2/media.amp</url>
+ <protocol>rtsp-rtp-udp:*:video/MP4V-ES:*</protocol>
+ </cam>
+ </plugin>
+
+ <plugin active="no">
+ <name>Buzztard Media</name>
+ <backend>BuzztardStore</backend>
+ <host>localhost</host>
+ <port>7654</port>
+ </plugin>
+
+ <plugin active="no">
+ <name>Buzztard Player</name>
+ <backend>BuzztardPlayer</backend>
+ <host>localhost</host>
+ <port>7654</port>
+ </plugin>
+</config>