diff options
author | Soispha <soispha@vhack.eu> | 2023-12-19 17:31:03 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-19 17:31:03 +0100 |
commit | 49c5787fe959f742b0911f37c3ec309f159c7075 (patch) | |
tree | 1c521c98cbbb22e24bf314f16cfdc55af8092d00 /hm/soispha/pkgs/scripts/wrappers | |
parent | chore(version): v1.20.3 (diff) | |
download | nixos-config-49c5787fe959f742b0911f37c3ec309f159c7075.zip |
fix(hm/pkgs/src/spodi): Remove youtube and piped from audio provider list
Spotdl sometimes used the wrong video, like a reaction instead of the intended version.
Diffstat (limited to 'hm/soispha/pkgs/scripts/wrappers')
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/spodi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/spodi b/hm/soispha/pkgs/scripts/wrappers/spodi index 8aac4126..d07acfb8 100755 --- a/hm/soispha/pkgs/scripts/wrappers/spodi +++ b/hm/soispha/pkgs/scripts/wrappers/spodi @@ -16,7 +16,7 @@ fd . "$DOWN_DIR" --exclude spotdl.log --exclude spotdl-errors.log > "$already_do config="$(mktmp)" cat << EOF | clean > "$config" # Main options ---audio slider-kz soundcloud bandcamp piped youtube youtube-music +--audio slider-kz soundcloud bandcamp youtube-music --lyrics genius musixmatch azlyrics synced # FFmpeg options |