diff options
author | Soispha <soispha@vhack.eu> | 2023-12-19 17:43:49 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-19 17:43:49 +0100 |
commit | c950470756a05b8ec99b74df0c2f7ba3beb18ad3 (patch) | |
tree | a6b41a3335bb0802d06bfb1f3f219a5599bc836e | |
parent | chore(version): v1.20.4 (diff) | |
download | nixos-config-c950470756a05b8ec99b74df0c2f7ba3beb18ad3.tar.gz nixos-config-c950470756a05b8ec99b74df0c2f7ba3beb18ad3.zip |
fix(hm/pkgs/src/spodi): Remove setting bitrate
Setting this to `auto` breaks conversion of songs
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/spodi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/spodi b/hm/soispha/pkgs/scripts/wrappers/spodi index d07acfb8..1554cf25 100755 --- a/hm/soispha/pkgs/scripts/wrappers/spodi +++ b/hm/soispha/pkgs/scripts/wrappers/spodi @@ -22,7 +22,6 @@ cat << EOF | clean > "$config" # FFmpeg options --ffmpeg ffmpeg --threads 16 ---bitrate auto # Spotify options --cache-path /home/soispha/.local/share/spotdl/.spotipy |