I installed Mopidy on my raspberry and i try to access via my broswer (192.168.0.144:6680). My pi works great, I’m sure of the ip, an other service (transmission) works great
I edit the config file .config/mopidy/mopidy.conf, and i set :
[http]
#enabled = true
#hostname = 192.168.0.144
#port = 6680
#zeroconf = Mopidy HTTP server on $hostname
#allowed_origins =
#csrf_protection = true
#default_app = mopidy
But when i start Mopidy, nothing changes. Here is the sudo mopidyctl config answer :
[http]
enabled = true
hostname = 127.0.0.1
port = 6680
zeroconf = Mopidy HTTP server on $hostname
allowed_origins =
csrf_protection = true
default_app = mopidy
It looks like my config edit is not taken into account…