rip.sh: rips audio CDs to MP3 (Artist/Album/NN - Title.mp3 layout),
queries MusicBrainz by disc ID with manual-input fallback, detects
duplicate tracks via audio-content hash (flock-protected index for
concurrent writes), and supports multiple drives ripping in parallel
with a per-drive confirmation table to prevent disc mixups.
install-deps.sh: auto-detects the package manager (pacman/apt/dnf/
zypper/brew) and installs required and optional dependencies, skipping
anything already present.
Both scripts accept --help / -h.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>