diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-16 05:37:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-16 05:37:56 +0800 |
commit | 873261aff9d15eef7f662a38248bb397c77a4436 (patch) | |
tree | 5fc33a4e917474a14bbbffafd90113c10469f6b7 /audio/Makefile | |
parent | bc6c72093950cead735ded049f06d83e7ef87d68 (diff) | |
download | freebsd-ports-gnome-873261aff9d15eef7f662a38248bb397c77a4436.tar.gz freebsd-ports-gnome-873261aff9d15eef7f662a38248bb397c77a4436.tar.zst freebsd-ports-gnome-873261aff9d15eef7f662a38248bb397c77a4436.zip |
mpdas is an AudioScrobbler client for MPD written in C++.
It uses libcurl and libmpd.
It supports the latest AudioScrobbler protocol (1.21).
In case of a downtime or connectivity problems,
mpdas will cache the played songs to ~/.mpdascache.
Please read the README at:
http://github.com/hrkfrd/mpdas/tree/master/README
WWW: http://50hz.ws/mpdas/
PR: ports/128798
Submitted by: hrkfrd at googlemail.com
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index afafced5a4bf..9f6617724c64 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -441,6 +441,7 @@ SUBDIR += mp3unicode SUBDIR += mp3wrap SUBDIR += mpc + SUBDIR += mpdas SUBDIR += mpdcon SUBDIR += mpdscribble SUBDIR += mpegaudio |