wow, that worked. thanks for teaching me that.
Do we have to have a spotify to use this docker? I used the config from https://github.com/maschhoff/docker/blob/master/mopidy/mopidy.conf and removed spotify becasue i dont have an account. It is also giving me an error sating i need to set the scrobbler, and soundcloud username and password, non of which i have in the config file
my config file looks like
[core]
data_dir = /var/lib/mopidy
[local]
media_dir = /media
[m3u]aadbbd6bbef9
playlists_dir = /var/lib/mopidy/playlists
[logging]
config_file = /etc/mopidy/logging.conf
debug_file = /var/log/mopidy/mopidy-debug.log
aadbbd6bbef9
[mpd]
hostname = 0.0.0.0
port = 6600
[http]
hostname = 0.0.0.0
port = 6680
[audio]
output = lamemp3enc ! shout2send async=false mount=mopidy ip=192.168.0.43 port=8000 password=hackme
[iris]
snapcast_enabled = true
snapcast_port = 6680
[stream]
enabled = true
protocols =
http
https
mms
rtmp
rtmps
rtsp
timeout = 5000
yet when i run "docker exec Mopidy mopidy config" i get the following at the bottom of the output
[spotify]
enabled = false ; Extension disabled due to config errors.
username = ; Must be set.
password = ; Must be set.
client_id = ; Must be set.
client_secret = ; Must be set.
bitrate = 160
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 =
[spotify_tunigo]
enabled = true
region =
sub_genres = true
cache_time = 3600
[soundcloud]
enabled = false ; Extension disabled due to config errors.
explore_songs = 25
auth_token = ; Must be set.
[scrobbler]
enabled = false ; Extension disabled due to config errors.
username = ; Must be set.
password = ; Must be set.
It seems even though it enabled is set to false it still won't scan
Thanks for all of your help!