From 8604af60af44ea10e38ecf9959bc68998cae4a2a Mon Sep 17 00:00:00 2001 From: Never Gude Date: Sun, 29 Mar 2026 21:45:46 +0200 Subject: [PATCH] embed album covers --- .local/scripts/album-dl.fish | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.local/scripts/album-dl.fish b/.local/scripts/album-dl.fish index 85c9790..9cbcdc5 100755 --- a/.local/scripts/album-dl.fish +++ b/.local/scripts/album-dl.fish @@ -16,3 +16,8 @@ yt-dlp \ -o "%(playlist_index)s - %(title)s.%(ext)s" $url yt-dlp -I 1:0 --write-thumbnail -o "cover.jpg" $url + +for file in *.opus + opustags -i --set-cover cover.jpg $file +end +