24 February 2026

Compress ISO/CSO to CHD

chdman.exe createcd -i "Input.iso" -o "Output.chd"
Find chdman.exe from MAME Windows Binary - https://www.mamedev.org/release.php

23 February 2026

Options to use with yt-dlp

Options to use with yt-dlp to download MP3 from playlist.
yt-dlp --extract-audio --audio-format mp3 \
--embed-metadata --embed-thumbnail \
--parse-metadata "title:%(title)s" \
--parse-metadata "artist:%(channel)s" \
-o "%(title)s.%(ext)s" playlist