SolarisInstallation: coherence.conf

File coherence.conf, 0.8 kB (added by Mike, 3 years ago)

A config file for Coherence (not only for OpenSolaris?).

Line 
1 <config>
2   <controlpoint>no</controlpoint>
3 <plugin active="yes">
4     <content>/daten/video/Movies</content>
5   <content>/daten/audio/Musik</content>
6   <content>/daten/Fotos</content>
7   <backend>FSStore</backend>
8   <name>Mediacenter@Home</name>
9   </plugin>
10 <plugin active="no">
11   <name>Apple Trailers</name>
12   <backend>AppleTrailersStore</backend>
13   </plugin>
14 <plugin active="no">
15     <backend>YouTubeStore</backend>
16   <quality>hd</quality>
17   <name>YouTube</name>
18   </plugin>
19 <plugin active="no">
20   <name>Media Tracker</name>
21   <service>Music,Videos,Images</service>
22   <backend>TrackerStore</backend>
23   </plugin>
24 <use_dbus>no</use_dbus>
25 <web-ui>yes</web-ui>
26 <serverport>30020</serverport>
27 <interface active="yes">nge0</interface>
28 <logfile>/var/coherence/coherence.log</logfile>
29 </config>