embed album covers
This commit is contained in:
parent
62df19e39f
commit
8604af60af
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue