5 Sample Configuration File

((log . "/home/mgh/var/log/mppopmd.log")
 (host . "192.168.1.6")
 (port . 6600)
 (local_music_dir . "/mnt/Took-Hall/mp3")
 (playcount_sticker . "unwoundstack.com:playcount")
 (lastplayed_sticker . "unwoundstack.com:lastplayed")
 (played_thresh . 0.6)
 (poll_interval_ms . 5000)
 (playcount_command . "/usr/local/bin/scribbu")
 (playcount_command_args . ("popm" "-v" "-a" "-A" "-b" "-o" "sp1ff@pobox.com" "-C" "%playcount" "%full-file"))
 (commands_chan . "unwoundstack.com:commands")
 (rating_sticker . "unwoundstack.com:rating")
 (ratings_command . "/usr/local/bin/scribbu")
 (ratings_command_args . ("popm" "-v" "-a" "-A" "-b" "-o" "sp1ff@pobox.com" "-r" "%rating" "%full-file"))
 (gen_cmds .
           (((name . "set-genre")
             (formal_parameters . (Literal Track))
             (default_after . 1)
             (cmd . "/usr/local/bin/scribbu")
             (args . ("genre" "-a" "-C" "-g" "%1" "%full-file"))
             (update . TrackOnly))
            ((name . "set-xtag")
             (formal_parameters . (Literal Track))
             (default_after . 1)
             (cmd . "/usr/local/bin/scribbu")
             (args . ("xtag" "-a" "-o" "sp1ff@pobox.com" "-T" "%1" "%full-file"))
             (update . TrackOnly))
            ((name . "merge-xtag")
             (formal_parameters . (Literal Track))
             (default_after . 1)
             (cmd . "/usr/local/bin/scribbu")
             (args . ("xtag" "-m" "-o" "sp1ff@pobox.com" "-T" "%1" "%full-file"))
             (update . TrackOnly)))))