Need help setting up Mopidy server!

Hi guys! :slight_smile: First of all would really appreciate some help and troubleshooting :slight_smile:

my config looks like this:
# For further information about options in this file see:

http://docs.mopidy.com/

The initial commented out values reflect the defaults as of:

Mopidy 2.3.1

Mopidy-File 2.3.1

Mopidy-HTTP 2.3.1

Mopidy-Local 2.3.1

Mopidy-M3U 2.3.1

Mopidy-MPD 2.3.1

Mopidy-SoftwareMixer 2.3.1

Mopidy-Stream 2.3.1

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 =

[mpd]
enabled = false
hostname = 127.0.0.1
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 = 127.0.0.1
port = 6680
static_dir =
zeroconf = Mopidy HTTP server on $hostname
allowed_origins =
csrf_protection = true

[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 =
.directory
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000

[local]
enabled = true
library = json
media_dir = /home/pi/media
scan_timeout = 1000
scan_flush_threshold = 100
scan_follow_symlinks = false
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip

But I am unable to connect to my server, any help on that? Usding the 127…ip adress, is this the correct one? And secondly I would like to connect to the server out of my home network, any docs on that? :slight_smile:

There’s information about configuring the hostname at http://docs.mopidy.com/en/latest/ext/http/

Please read that page carefully, specifically the warning as it is relevant to your 2nd question. Also, just to check, are you aware that Mopidy plays music on the server’s sound card/device - it does not stream music to your browser. Which is usually why people don’t need to connect from outside their network. We don’t have any guides about how to expose Mopidy outside of your LAN.