use spotifyd and spotify-tui for Music and Podcasts

This commit is contained in:
Al-Hassan Abdel-Raouf 2021-12-21 12:33:13 +02:00
parent cba1b6a4d6
commit 9f886feca5
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
client_id: fad9812f9b7748eaa87c2d1b9af32f44
client_secret: 106317929d604c0f814b1cdfd311098a
device_id: 61593069c8b992ea40fb118d657298193a0f3702
port: 8888

View File

@ -0,0 +1,34 @@
[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 web/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"