|
NAMEmpdscribble - A Music Player Daemon (MPD) client which submits information about tracks being played to a scrobbler (e.g. last.fm).SYNOPSISmpdscribble [options]DESCRIPTIONmpdscribble is a client for MPD, the Music Player Daemon. mpdscribble connects to an MPD running on the local network and works in parallel with other MPD clients on the network.By default it will get the hostname and port for mpd from the MPD_HOST and MPD_PORT environment variables. mpdscribble will use localhost:6600 if those are not set. The hostname and port can also be specified in the configuration file or on the command line. $ mpdscribble --host myhost --port=12345 Values specified on the command line override values from the configuration file or environment variables. If you want to use mpdscribble with a password-protected MPD, set the environment variable MPD_HOST to password@host, or specify the host in the configuration file similarly. OPTIONS
CONFIGURATIONmpdscribble looks for its configuration file first at ~/.mpdscribble/mpdscribble.conf and then at /etc/mpdscribble.conf (if --sysconfdir=/etc) but this can be overridden by specifying an alternate configuration file using the command line option --conf.Supported configuration options:
SCROBBLERSThese options are followed by at least one scrobbler section (choose a unique section name like "libre.fm" which only appears in the log file; the name "mpdscribble" is reserved).
FILES/etc/mpdscribble.confThe system wide configuration file.
~/.mpdscribble/mpdscribble.conf Per user configuration file.
/var/cache/mpdscribble/mpdscribble.cache The system wide Last.fm cache file.
~/.mpdscribble/mpdscribble.cache Per user Last.fm cache file.
/var/log/mpdscribble/mpdscribble.log The system wide log file.
~/.mpdscribble/mpdscribble.log Per user log file.
BUGSFile permissions on cache/log file may be insecure by default.Please report new bugs to the MPD bug tracker: http://www.musicpd.org/mantis CREDITSCurrent maintainer: Max Kellermann <max@duempel.org>http://max.kellermann.name/
Original author: Kuno Woudt <kuno@frob.nl> http://www.audioscrobbler.com/user/warp/
Various patches: Nikki http://www.audioscrobbler.com/user/cikkolata/
The name mpdscribble coined by: honey in #audioscrobbler http://www.audioscrobbler.com/user/honeypea/
Manpage written by: Trevor Caira <trevor.caira@gmail.com> http://www.audioscrobbler.com/user/TrevorCaira/
SEE ALSOmpd(1), mpc(1)
Visit the GSP FreeBSD Man Page Interface. |