embed album covers

This commit is contained in:
Never Gude 2026-03-29 21:45:46 +02:00
parent 62df19e39f
commit 8604af60af

View file

@ -16,3 +16,8 @@ yt-dlp \
-o "%(playlist_index)s - %(title)s.%(ext)s" $url -o "%(playlist_index)s - %(title)s.%(ext)s" $url
yt-dlp -I 1:0 --write-thumbnail -o "cover.jpg" $url yt-dlp -I 1:0 --write-thumbnail -o "cover.jpg" $url
for file in *.opus
opustags -i --set-cover cover.jpg $file
end