Add instructions on how to add Spotify username and password to local_settings.py
This commit is contained in:
parent
077f13a5dd
commit
21b7f9221f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user