mpdpopm 0.3.0

Maintain ratings & playcounts for your mpd server
Documentation
;; SAMPLE MPPOPMD CONFIGURATION FILE    -*- mode: lisp; -*-
;; You will need to edit this to suit your particular installation.
;; In particular, examine the `log' & `local_music_dir' values since those
;; are difficult to guess. Also check the `host' & `port' settings.
((version . "1")
 (log . "${prefix}/share/log/mppopmd.log")
 (conn TCP (host . "localhost") (port . 6600))
 ;; Replace the above line with this to use the local socket
 ;; (conn Local (path . "${prefix}/share/run/mpd/socket"))
 (local_music_dir . "/usr/local/Music")
 (playcount_sticker . "unwoundstack.com:playcount")
 (lastplayed_sticker . "unwoundstack.com:lastplayed")
 (played_thresh . 0.6)
 (poll_interval_ms . 5000)
 (commands_chan . "unwoundstack.com:commands")
 (rating_sticker . "unwoundstack.com:rating"))