HASH 6f3ab0b8d330
DATE 2025-01-18
SUBJECT spotify-player: lower default volume and disable image
FILES 2 CHANGED
HASH 6f3ab0b8d330
DATE 2025-01-18
SUBJECT spotify-player: lower default volume
and disable image
FILES 2 CHANGED
┌─ modules/home/workstation/media/music.nix ─────────────────────────────────┐
│ diff --git a/modules/home/workstation/media/music.nix b/modules/home/workstation/m │
│ edia/music.nix │
│ index fa181b4..4b52721 100644 │
│ --- a/modules/home/workstation/media/music.nix │
│ +++ b/modules/home/workstation/media/music.nix │
│ @@ -64,7 +64,7 @@ in { │
│ device = { │
│ name = "${hostName}"; │
│ device_type = "speaker"; │
│ - volume = 100; │
│ + volume = 60; │
│ bitrate = 320; │
│ audio_cache = false; │
│ normalization = false; │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...e/workstation/media/music.nix ───┐
│ diff --git a/modules/home/workstation/media/ │
│ music.nix b/modules/home/workstation/media/m │
│ usic.nix │
│ index fa181b4..4b52721 100644 │
│ --- a/modules/home/workstation/media/music.n │
│ ix │
│ +++ b/modules/home/workstation/media/music.n │
│ ix │
│ @@ -64,7 +64,7 @@ in { │
│ device = { │
│ name = "${hostName}"; │
│ device_type = "speaker"; │
│ - volume = 100; │
│ + volume = 60; │
│ bitrate = 320; │
│ audio_cache = false; │
│ normalization = false; │
└──────────────────────────────────────────────┘
┌─ outputs/pkgs/default.nix ─────────────────────────────────────────────────┐
│ diff --git a/outputs/pkgs/default.nix b/outputs/pkgs/default.nix │
│ index abdead4..3a5d2cc 100644 │
│ --- a/outputs/pkgs/default.nix │
│ +++ b/outputs/pkgs/default.nix │
│ @@ -26,6 +26,7 @@ │
│ │
│ inherit (projectPlus) fpp-config fpp-launcher fpp-sd; │
│ project-plus = projectPlus.package; │
│ + spotify-player = pkgs.spotify-player.override {withImage = false;}; │
│ }; │
│ }; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ outputs/pkgs/default.nix ───────────┐
│ diff --git a/outputs/pkgs/default.nix b/outp │
│ uts/pkgs/default.nix │
│ index abdead4..3a5d2cc 100644 │
│ --- a/outputs/pkgs/default.nix │
│ +++ b/outputs/pkgs/default.nix │
│ @@ -26,6 +26,7 @@ │
│ │
│ inherit (projectPlus) fpp-config fpp- │
│ launcher fpp-sd; │
│ project-plus = projectPlus.package; │
│ + spotify-player = pkgs.spotify-player. │
│ override {withImage = false;}; │
│ }; │
│ }; │
│ } │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET