abcde
abcde 2.9.3
Command-line audio CD ripper
<rendered-html><p>abcde is a front-end command-line utility (actually, a shell script) that grabs tracks off a CD, encodes them to Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or MPP/MP+ (Musepack) format, and tags them, all in one go.</p> </rendered-html>
http://abcde.einval.com/wiki/GNU General Public License v2.0 or later
programs: cddb-tool, abcde, abcde-musicbrainz-tool
Platforms (24)
armv6l-linuxpowerpc-linuxloongarch64-linuxmicroblaze-linuxmips-linuxx86_64-linuxsh4-linuxarmv5tel-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ abcde ];
Ad-hoc shell
nix-shell -p abcde
Flake (nix run)
nix run nixpkgs#abcde