forked from hrkfdn/mpdas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
67 lines (50 loc) · 1.55 KB
/
README
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
================================================
_
_ __ ___ _ __ __| | __ _ ___
| '_ ` _ \| '_ \ / _` |/ _` / __|
| | | | | | |_) | (_| | (_| \__ \
|_| |_| |_| .__/ \__,_|\__,_|___/
|_|
================================================
mpdas is a MPD AudioScrobbler client
supporting the 2.0 protocol specs.
It is written in C++ and uses libmpd
to retrieve the song data from MPD and
libcurl to post it to Last.fm
================================================
NOTE: There is a manpage available as well:
man mpdas
To configure mpdas, simply create a file called
.mpdasrc in your home directory or in
$PREFIX/mpdasrc. To change $PREFIX, modify the
Makefile.
Syntax is easy. Example:
username = lastfmuser
password = 5f4dcc3b5aa765d61d8327deb882cf99
Whereas password is your Last.FM password hashed
with MD5.
Configuration options:
username: Last.FM username
password: Last.FM password (MD5 hashed)
host: MPD Host
mpdpassword: MPD Password
port: MPD Port
runas: Change the user mpdas runs as
debug: Print debug information
================================================
Features:
- Sets now-playing status
- Scrobbling (obviously)
- Caching
- Config files
- User switching
- "Love" tracks on Last.fm
(e.g. with 'mpc sendmessage mpdas love')
================================================
Also checkout LICENSE
================================================
Contact:
IRC: hrkfdn / irc.freenode.net
Jabber: henrik@affekt.org
WWW: http://www.50hz.ws
================================================