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: abcde, abcde-musicbrainz-tool, cddb-tool
Platforms (24)
mips64el-linuxpowerpc64-linuxaarch64-linuxarmv6l-linuxarmv7a-linuxx86_64-linuxmicroblazeel-linuxarc-linux
View source on NixOS/nixpkgs →

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