spotify-player: lower default volume and disable image

This commit is contained in:
ooks-io 2025-01-18 21:09:51 +11:00
parent ccec508959
commit 6f3ab0b8d3
2 changed files with 2 additions and 1 deletions

View file

@ -64,7 +64,7 @@ in {
device = { device = {
name = "${hostName}"; name = "${hostName}";
device_type = "speaker"; device_type = "speaker";
volume = 100; volume = 60;
bitrate = 320; bitrate = 320;
audio_cache = false; audio_cache = false;
normalization = false; normalization = false;

View file

@ -26,6 +26,7 @@
inherit (projectPlus) fpp-config fpp-launcher fpp-sd; inherit (projectPlus) fpp-config fpp-launcher fpp-sd;
project-plus = projectPlus.package; project-plus = projectPlus.package;
spotify-player = pkgs.spotify-player.override {withImage = false;};
}; };
}; };
} }