logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mpdas - Music Player Daemon AudioScrobbler

Authors

mpdas was written by Henrik Friedrichsen <henrik@affekt.org>.

       The manpage was written by Sebastian Mair <tuqs@core.ws>.

                                                                                                        mpdas(1)

Configuration

       When mpdas starts it tries to read the configuration file  $SYSCONFIGDIR/mpdasrc  first,  then  the  user
       configuration file at ~/.config/mpdasrc (taken from $XDG_CONFIG_HOME if set) or ~/.mpdasrc.

       An example configuration file (mpdasrc.example) is usually provided with mpdas.

       username=LASTFMUSERNAME
              Set your Last.fm username.

       password=LASTFMPASSWORD
              Set your Last.fm password

       host=HOSTNAME
              Set the hostname used by MPD.

       mpdpassword=MPDPASSWORD
              Set the password used by MPD.

       port=MPDPORT
              Set the port used by MPD.

       runas=USERNAME
              Changes the user mpdas runs as.

       debug=(0|1)
              Print out debug information.

       service=SERVICENAME
              Will scrobble to Libre.fm if set to "librefm". Otherwise Last.fm is used (default).

Description

       mpdas  is a MPD AudioScrobbler client using libmpd to retrieve the song data from MPD and libcurl to post
       it to Last.fm.

Name

       mpdas - Music Player Daemon AudioScrobbler

Options

-cCONFIGFILE
              Read configuration from file.

       -d     Run detached from the controlling terminal.

       -h     Display help.

       -v     Display version.

Synopsis

mpdas [options]

See Also