Commit Graph

1 Commits (main)

Author SHA1 Message Date
The_miro 2a84f1fc38 Add CD ripping scripts with multi-drive parallel support
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>
2026-05-18 13:28:05 +02:00