15 lines
432 B
Text
15 lines
432 B
Text
[global]
|
|
# Your Spotify account name.
|
|
username_cmd = "jq -r .username $HOME/.cache/spotfyd/credentials.json"
|
|
password_cmd = "jq -r .auth_data $HOME/.cache/spotfyd/credentials.json"
|
|
cache_path = "/home/serguzim/.cache/spotfyd"
|
|
|
|
use_mpris = true
|
|
|
|
backend = "pulseaudio"
|
|
|
|
volume_controller = "softvol"
|
|
|
|
device_name = "portalo"
|
|
#device_type = "computer" # correct but no shared sessions
|
|
device_type = "speaker" # allows shared sessions
|