Skip to content

Instantly share code, notes, and snippets.

@mrpjevans
Created July 15, 2020 13:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mrpjevans/d9e6d368bac45fb160418de7805d794c to your computer and use it in GitHub Desktop.
Save mrpjevans/d9e6d368bac45fb160418de7805d794c to your computer and use it in GitHub Desktop.
Sample mopidy.conf file for MagPi tutorials
[http]
# Make sure the web interface can be accessed by the local network
hostname = 0.0.0.0
[audio]
# Direct audio to the DAC, not HDMI
output = alsasink
# The File extension isn't of much use, so we can disable it
[file]
enabled = false
# If enabled, this adds support for M3U playlists
[m3u]
enabled = false
# Location of local music
[local]
media_dir = /home/pi/Music
# Replace with the information given when you authorise
# then add in you Spotify username and password
[spotify]
username = <Spotify username>
password = <Spotify password>
client_id = <Client ID>
client_secret = <Client secret>
# Getting to many results in TuneIn? Add this so you only get stations.
[tunein]
filter = station
# Once authorised, add the provided token here
[soundcloud]
auth_token = <Auth token>
# Most extensions are enabled by default. You must explicitly enable YouTube.
[youtube]
enabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment