Skip to content

Instantly share code, notes, and snippets.

@aborilov
Created August 25, 2015 12:45
Show Gist options
  • Select an option

  • Save aborilov/1c73713424e4ba27ee4b to your computer and use it in GitHub Desktop.

Select an option

Save aborilov/1c73713424e4ba27ee4b to your computer and use it in GitHub Desktop.
mopidy config
[logging]
config_file = /etc/mopidy/logging.conf
debug_file = /var/log/mopidy/mopidy-debug.log
[local]
enabled = true
data_dir = /var/lib/mopidy/local
media_dir = /var/lib/mopidy/media
playlists_dir = /var/lib/mopidy/playlists
[soundcloud]
enabled = true
explore_songs = 25
auth_token = ####
[tunein]
timeout = 5000
[mpd]
enabled = true
hostname = 127.0.0.1
port = 6600
#password =
#max_connections = 20
#connection_timeout = 60
#zeroconf = Mopidy MPD server on $hostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment