diff --git a/docs/settings.rst b/docs/settings.rst index a39e6fd8..c657e0bf 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -41,3 +41,13 @@ Connecting from other machines on the network As a secure default, Mopidy only accepts connections from ``localhost``. If you want to open it for connections from other machines on your network, see the documentation for :attr:`mopidy.settings.MPD_SERVER_HOSTNAME`. + + +Scrobbling tracks to Last.fm +============================ + +If you want to submit the tracks you are playing to your `Last.fm +`_ profile, add the following to your settings file:: + + LASTFM_USERNAME = u'myusername' + LASTFM_PASSWORD = u'mysecret'