summarylogtreecommitdiffstats
path: root/coherence.conf
blob: 517fcc2126a3e2bf20e0ad4a01c9b062662be2fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
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>