diff --git a/content/index.md b/content/index.md index dcddabb..9f1c1eb 100644 --- a/content/index.md +++ b/content/index.md @@ -79,7 +79,7 @@ Sticker by [djuan](https://linktr.ee/mkiiisystem)! {% webButton '/a/button-88by31.gif', '88 by 31', 'https://cyber.dabamos.de/88x31/' %} {% webButton '/a/button-xan.gif', 'xan', 'https://xan.lol/' %} {% webButton '/a/button-alloyed.gif', 'kit alloyed', 'https://alloyed.me/' %} -{% webButton '/a/button-lunaposs.png', 'luna poss', 'https://luna.is.veri.gay/' %} +{% webButton '/a/button-lunaposs.gif', 'luna poss', 'http://possums.lgbt/' %} @@ -144,6 +144,14 @@ gci -file | %{ ffmpeg -i $_.fullname $($_.basename).mp3 } robocopy source destination /e /copyall /xj /zb /xd '$RECYCLE.BIN' ``` +### download playlist including thumbnails + +```sh +yt-dlp --embed-thumbnail -f bestaudio -x --audio-format mp3 --audio-quality 320k +``` + +credit for this one to reddit user [modemman11](https://www.reddit.com/r/youtubedl/comments/zh61bw/goal_is_to_download_audio_only_and_embed/izkq6l5/). + ## log - 2025-03-21. Did some cleanup. Added light/dark toggle. Added preview images for Pyramides Papyrium, Graph Zendo, Braceless JS, Portal ZZT, Nanopack, Collabyrinth, and Trapz and Zoids. diff --git a/static/a/button-lunaposs.gif b/static/a/button-lunaposs.gif new file mode 100644 index 0000000..189c311 Binary files /dev/null and b/static/a/button-lunaposs.gif differ