Skip to content

Instantly share code, notes, and snippets.

@kmARC
Last active December 6, 2018 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmARC/38b39e2f6d8a8112e49d741fb3578bf6 to your computer and use it in GitHub Desktop.
Save kmARC/38b39e2f6d8a8112e49d741fb3578bf6 to your computer and use it in GitHub Desktop.
; Get client_(id|secret) from https://www.mopidy.com/authenticate/#spotify
;
; Installed packages:
; $ sudo -H pip2 freeze | grep ^Mopidy
; Mopidy==2.2.1
; Mopidy-SoundCloud==2.1.0
; Mopidy-Spotify==3.1.0
; Mopidy-Spotify-Web==0.3.0
; Mopidy-TuneIn==0.4.1
[spotify]
enabled = true
username = ...
password = ...
client_id = ...
client_secret = ...
; allow_playlists = false
[spotify_web]
enabled = true
client_id = ...
client_secret = ...
[soundcloud]
enabled = true
auth_token = ...
explore_songs = 25
; vim: ft=dosini:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment