dotfiles/.config/spotifyd/spotifyd.conf

35 lines
1.1 KiB
Plaintext

[global]
# Your Spotify account name.
username = "4grai01i2gm5jjnetr5ifgo7r"
# A command that gets executed and can be used to
# retrieve your password.
# The command should return the password on stdout.
password_cmd = "/home/alhassan/scripts/get-pass.sh streaming/spotify.com"
# The name that gets displayed under the connect tab on
# official clients. Spaces are not allowed!
device_name = "spotifyd"
# The audio bitrate. 96, 160 or 320 kbit/s
# bitrate = 160
# The directory used to cache audio data. This setting can save
# a lot of bandwidth when activated, as it will avoid re-downloading
# audio files when replaying them.
#
# Note: The file path does not get expanded. Environment variables and
# shell placeholders like $HOME or ~ don't work!
cache_path = "/home/alhassan/.cache/spotifyd"
# If set to true, enables volume normalisation between songs.
volume_normalisation = true
# The displayed device type in Spotify clients.
# Can be unknown, computer, tablet, smartphone, speaker, t_v,
# a_v_r (Audio/Video Receiver), s_t_b (Set-Top Box), and audio_dongle.
device_type = "computer"