~tangerine-developers/tangerine/trunk

1 by Alex Launi
Initial import of tangeine WITH working banshee
1
[Tangerine]
2
3
;name for the service, default is '$USER's Music"
4
;name = bob's Music
5
6
;print extra debug info, default is 'no'
7
;debug = no
8
9
;the file to log to, default is none
10
;log_file = tangerine.log
11
12
;file containing /etc/passwd style usernames and passwords
13
;default is no auth
14
;password_file = tangerine.passwd
15
16
;maximum number of users to allow, default is 0 (unlimited)
17
;max_users = 5
18
19
;the port to listen on, default is a random free port
20
port = 3689
21
22
;whether or not to announce the service on the network
23
;default is 'yes'
24
;publish = yes
25
26
;load the 'file' plugin
27
;
28
;other plugins available include 'ipod', 'beagle', and 'session'
29
;separate plugins by comma
30
plugins = file
31
32
[FilePlugin]
33
;directories to export separated by colon , default is ~/Music
34
;directories = /home/bob/Music:/some/other/directory:/another/directory