From 21b7f9221f8ec4e58587bced0dad2b2b1f1ae5d0 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 26 Dec 2009 05:24:56 +0100 Subject: [PATCH] Add instructions on how to add Spotify username and password to local_settings.py --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index a58bfd7b..648cad14 100644 --- a/README.rst +++ b/README.rst @@ -81,6 +81,13 @@ seconds, play for five more seconds, and quit. Running mopidy -------------- +Create a file name ``local_settings.py`` in the same directory as +``settings.py``. Enter your Spotify Premium account's username and password +into the file, like this:: + + SPOTIFY_USERNAME = u'myusername' + SPOTIFY_PASSWORD = u'mysecret' + To start mopidy, go to the root of the mopidy project, then simply run:: python mopidy