Hello thanks a lot for making Mopidy
Can somebody help me to get it working with spotify?
INFO Starting Mopidy 2.1.0
INFO Loading config from builtin defaults
INFO Loading config from /home/pi/.config/mopidy/mopidy.conf
INFO Loading config from command line options
INFO Enabled extensions: iris, mpd, http, stream, m3u, softwaremixer, file, local-images
INFO Disabled extensions: spotify, local
WARNING Found local configuration errors, the extension has been automatically disabled:
WARNING local/media_dir must be set.
WARNING Found spotify configuration errors, the extension has been automaticall y disabled:
WARNING spotify/username must be set.
WARNING spotify/client_secret must be set.
WARNING spotify/password must be set.
WARNING spotify/client_id must be set.
WARNING Please fix the extension configuration errors or disable the extensions to silence these messages.
INFO Starting Mopidy mixer: SoftwareMixer
INFO Starting Mopidy audio
INFO Starting Mopidy backends: StreamBackend, M3UBackend, FileBackend
INFO Audio output set to “autoaudiosink”
INFO Starting Mopidy core
INFO Starting Mopidy frontends: IrisFrontend, MpdFrontend, HttpFrontend
INFO Starting Iris 3.8.9
ERROR Frontend (MpdFrontend) initialization error: MPD server startup failed: [Errno 98] Address already in use
ERROR Frontend (HttpFrontend) initialization error: HTTP server startup faile d: [Errno 98] Address already in use
INFO Starting GLib mainloop
My config file. Off course i understand that i have to fill in my right credentials.
Before starting Mopidy, you must add your Spotify Premium username and password to your Mopidy configuration file and also visit this extension against your Spotify account:
Example:
[spotify]
username = alice
password = secret
client_id = … client_id value you got from mopidy.com …
client_secret = … client_secret value you got from mopidy.com …
For further information about options in this file see:
The initial commented out values reflect the defaults as of:
Mopidy 2.1.0
Mopidy-File 2.1.0
Mopidy-HTTP 2.1.0
Mopidy-Iris 3.8.9
Mopidy-Local 2.1.0
Mopidy-Local-Images 1.0.0
Mopidy-M3U 2.1.0
Mopidy-MPD 2.1.0
Mopidy-SoftwareMixer 2.1.0
Mopidy-Spotify 3.1.0
Mopidy-Stream 2.1.0
Available options and defaults might have changed since then,
run mopidy config
to see the current effective config and
mopidy --version
to check the current version.
[core]
#cache_dir = $XDG_CACHE_DIR/mopidy
#config_dir = $XDG_CONFIG_DIR/mopidy
#data_dir = $XDG_DATA_DIR/mopidy
#max_tracklist_length = 10000
#restore_state = false
[logging]
#color = true
#console_format = %(levelname)-8s %(message)s
#debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
#debug_file = mopidy.log
#config_file =
[audio]
#mixer = software
#mixer_volume =
#output = autoaudiosink
#buffer_time =
[proxy]
#scheme =
#hostname =
#port =
#username =
#password =
[local-images]
#enabled = true
#library = json
#base_uri = /images/
#image_dir =
#album_art_files =
*.jpg
*.jpeg
*.png
[iris]
#enabled = true
#country = NZ
#locale = en_NZ
#spotify_authorization_url =
#lastfm_authorization_url =
[mpd]
#enabled = true
#hostname = 192.168.2.207
#port = 6600
#password =
#max_connections = 20
#connection_timeout = 60
#zeroconf = Mopidy MPD server on $hostname
#command_blacklist =
listall
listallinfo
#default_playlist_scheme = m3u
[http]
#enabled = true
#hostname = 192.168.2.207
#port = 6680
#static_dir =
#zeroconf = Mopidy HTTP server on $hostname
[stream]
#enabled = true
#protocols =
http
https
mms
rtmp
rtmps
rtsp
#metadata_blacklist =
#timeout = 5000
[m3u]
#enabled = true
#base_dir =
#default_encoding = latin-1
#default_extension = .m3u8
#playlists_dir =
[softwaremixer]
#enabled = true
[file]
#enabled = true
#media_dirs =
$XDG_MUSIC_DIR|Music
~/|Home
#excluded_file_extensions =
.jpg
.jpeg
#show_dotfiles = false
#follow_symlinks = false
#metadata_timeout = 1000
[local]
#enabled = true
#library = json
#media_dir =
#scan_timeout = 1000
#scan_flush_threshold = 100
#scan_follow_symlinks = false
#excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.png
.txt
[spotify]
#enabled = true
#username = username
#password = password
#client_id = serects
#client_secret = secrets
#bitrate = 160h
#volume_normalization = true
#private_session = false
#timeout = 10
#allow_cache = true
#allow_network = true
#allow_playlists = true
#search_album_count = 20
#search_artist_count = 10
#search_track_count = 50
#toplist_countries =