add transmission and sudo distinction
[dotfiles.git] / mpdscribble.conf
1 ## mpdscribble - an audioscrobbler for the Music Player Daemon.
2 ## http://mpd.wikia.com/wiki/Client:mpdscribble
3
4 # HTTP proxy URL.
5 #proxy = http://the.proxy.server:3128
6
7 # The location of the pid file. mpdscribble saves its process id there.
8 #pidfile = /var/run/mpdscribble.pid
9
10 # Change to this system user after daemonization.
11 #daemon_user = mpdscribble
12
13 # The location of the mpdscribble log file. The special value
14 # "syslog" makes mpdscribble use the local syslog daemon. On most
15 # systems, log messages will appear in /var/log/daemon.log then.
16 # "-" means log to stderr (the current terminal).
17 log = syslog
18
19 # How verbose mpdscribble's logging should be. Default is 1.
20 verbose = 1
21
22 # How often should mpdscribble save the journal file? [seconds]
23 #journal_interval = 600
24
25 # The host running MPD, possibly protected by a password
26 # ([PASSWORD@]HOSTNAME). Defaults to $MPD_HOST or localhost.
27 #host = localhost
28
29 # The port that the MPD listens on and mpdscribble should try to
30 # connect to. Defaults to $MPD_PORT or 6600.
31 #port = 6600
32
33 [last.fm]
34 url = http://post.audioscrobbler.com/
35 username = thedopefishh
36 password = PASSWORDHERE
37 # The file where mpdscribble should store its Last.fm journal in case
38 # you do not have a connection to the Last.fm server.
39 journal = /var/cache/mpdscribble/lastfm.journal
40
41 #[libre.fm]
42 #url = http://turtle.libre.fm/
43 #username = my_username
44 #password = my_password
45 #journal = /var/cache/mpdscribble/librefm.journal
46
47 #[jamendo]
48 #url = http://postaudioscrobbler.jamendo.com/
49 #username = my_username
50 #password = my_password
51 #journal = /var/cache/mpdscribble/jamendo.journal
52
53 #[file]
54 #file = /var/log/mpdscribble/log