diff --git a/mopidy/settings.py b/mopidy/settings.py index 699eb16a..6426398f 100644 --- a/mopidy/settings.py +++ b/mopidy/settings.py @@ -58,6 +58,16 @@ FRONTENDS = (u'mopidy.frontends.mpd.MpdFrontend',) #: GSTREAMER_AUDIO_SINK = u'autoaudiosink' GSTREAMER_AUDIO_SINK = u'autoaudiosink' +#: Your `Last.fm `_ username. +#: +#: Used by :mod:`mopidy.frontends.lastfm`. +LASTFM_USERNAME = u'' + +#: Your `Last.fm `_ password. +#: +#: Used by :mod:`mopidy.frontends.lastfm`. +LASTFM_PASSWORD = u'' + #: Path to folder with local music. #: #: Used by :mod:`mopidy.backends.local`.