Created
August 25, 2015 12:45
-
-
Save aborilov/1c73713424e4ba27ee4b to your computer and use it in GitHub Desktop.
mopidy config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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