Skip to content

Instantly share code, notes, and snippets.

@albingroen
Created July 7, 2020 13:18
Show Gist options
  • Save albingroen/55d3a27065d006898eb0c03bf0b6fa4f to your computer and use it in GitHub Desktop.
Save albingroen/55d3a27065d006898eb0c03bf0b6fa4f to your computer and use it in GitHub Desktop.
# Your Spotify account name.
username = YOUR_SPOTIFY_USERNAME
# Your Spotify account password.
password = YOUR_SPOTIFY_PASSWORD
# How this machine shows up in Spotify Connect.
device_name = spotifyd
device_type = computer
# This is the default location of Spotify's cache, so just replace LOGIN_NAME
# with your macOS login name (type `whoami` at a Terminal window).
cache_path = /Users/YOUR_MAC_USERNAME/Library/Application Support/Spotify/PersistentCache/Storage
no_audio_cache = false
# Various playback options. Tweak these if Spotify is too quiet.
bitrate = 320
volume_normalisation = true
normalisation_pregain = -10
# These need to be set, but don't need to be changed.
backend = rodio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment