| 1 |
logmode = warning # none, critical, error, warning, info, debug |
|---|
| 2 |
logfile = /var/log/coherence/coherence.log |
|---|
| 3 |
interface = eth0 |
|---|
| 4 |
#serverport = 30020 # if not specified or set to 0 |
|---|
| 5 |
# coherence will let the OS choose the port |
|---|
| 6 |
|
|---|
| 7 |
controlpoint = yes # if set to yes coherence will activate its |
|---|
| 8 |
# internal ControlPoint |
|---|
| 9 |
|
|---|
| 10 |
web-ui = yes # set this to yes to enable some interactive |
|---|
| 11 |
# Web-UI |
|---|
| 12 |
|
|---|
| 13 |
[plugins] |
|---|
| 14 |
[[FSStore]] |
|---|
| 15 |
content = /vidstor/shared,/working/Music # append more directories separated by commas |
|---|
| 16 |
name = bzim media |
|---|
| 17 |
[[GStreamerPlayer]] |
|---|
| 18 |
name = GStreamer Audio Player |
|---|
| 19 |
# [[FlickrStore]] |
|---|
| 20 |
# name = Flickr Images |
|---|
| 21 |
# proxy = yes # if set to yes coherence will fetch the images |
|---|
| 22 |
# from Flickr for your client |
|---|
| 23 |
# refresh = 60 # check every 60 minutes with Flickr for new images in the set |
|---|