Questions tagged [abcde]

abcde is a commandline audio cd ripper. It will read your CD, contact a CDDB provider, download the track information, download album art, rip your CD in your choice of audio formats and then store all the encoded tracks in the folder layout that you specify.

abcde is a commandline audio cd ripper that has been under development since 1999 with the most recent release on October 4th 2015. abcde works with multiple output formats including:

  • mp3
  • aac
  • flac
  • mpc
  • opus
  • wav

and can be easily extended to include other audio formats.

Links:

abcde - A Better CD Encoder Home for abcde

abcde: Command Line Music CD Ripping for Linux Guide with sample config files

14 questions
9
votes
3 answers

abcde: What is an ~/.abcde.conf file to rip to multiple formats?

The 'canonical' abcde conf file section of the website at andrews-corner has been removed; what is a conf file that I can use now to rip my audio cds with abcde to multiple different formats at the same time under Ubuntu? Disclaimer: This is my web…
andrew.46
  • 39,359
8
votes
1 answer

Use abcde to produce high quality flac and mp3 output with album art under Xenial?

Xenial Xerus has a nice modern version of abcde: andrew@athens:~$ abcde -v | head -n 1 This is abcde v2.7.1. I would like to use this to produce: High quality mp3 files for my portable player Lossless flac files as an archival backup Suitable…
andrew.46
  • 39,359
6
votes
1 answer

How can I use abcde to rip to mp3 and embed album art under Trusty and Xenial?

I would like to use the commandline audio ripper abcde to: Rip audio cds to mp3 Download and then embed the appropriate album art Can someone show me an example of how to accomplish this under both Trusty Tahr LTS and Xenial Xerus LTS? Full…
andrew.46
  • 39,359
5
votes
2 answers

Is there a abcde equivalent for DVD/Blu-Ray Discs?

When I converted my CD collection to mp3 several years ago, I used abcde. The workflow basically went like this: Insert CD Run abcde abcde ejects the disc Repeat I'm looking for a similar workflow for converting my DVD/Blu-Ray collection as well,…
LockeCJ
  • 153
5
votes
3 answers

How do I mount a .cue/.wav

I have a .cue file which points to a .flac How can I mount the image as if it were an audio CD? Is it necessary to decode the .flac file into .wav and edit the cue sheet to point to a .wav file instead (it currently points to the flac)? I want to…
wim
  • 13,088
5
votes
1 answer

abcde cannot look up CD information

When I try to rip a CD with abcde it always returns: MusicBrainz lookup returned an error "Not Found" but when I run abcde-musicbrainz-tool it can return discid: 2Abo08qbmuoiRQqzbVxAqhBFjBM- 23 150 12781 28999 46084 59816 66151 76276 92595 113027…
2
votes
1 answer

Automatic CD/DVD ripper that supports multiple drives

As the title states, im looking for an automatic CD/DVD (and maybe later an BD) ripping machine. The PC I build is from old hardware and stuff that i had lying around. First the specs: CPU: Intel Pentium Dual Core e5300 RAM: 4GB DDR2 Mainboard:…
2
votes
1 answer

How to create a Debian package for the development version of abcde?

I am one of the developers of the commandline ripper/encoder abcde. Development is moving fast and I would like eager Ubuntu abcde users to be able to: Create a Debian package from the git head Then update the source with: git pull and…
andrew.46
  • 39,359
2
votes
2 answers

Changing editor in abcde

I ran abcde, but wanted to edit the CD information. When I said yes, it gave me a menu of editors to choose from. I unintentionally selected nano as the editor. I canceled C-c'd the process. Now when I run abcde it automatically uses the nano…
Dave
  • 402
  • 1
  • 4
  • 18
2
votes
1 answer

abcde numbering multi-disc tracks incorrectly

When ripping a multi-disc audiobook set, my tracks are not getting numbered as expected (based on how it's worked for me with dozens of audiobooks in the past) If somebody knows why I'm getting unexpected track numbers in my filenames and tags, I…
kdford
  • 41
1
vote
1 answer

How can I use AIFF encoding with abcde?

I see that AIFF encoding is now available with the latest development version of the CD ripper abcde. How can I easily test this out under Ubuntu's Xenial Xerus? (Full disclaimer: I personally added AIFF encoding to abcde...)
andrew.46
  • 39,359
1
vote
1 answer

Getting CD information when reprocessing Flac file with abcde

As per the documentation, abcde can make a "Flac file with embedded cue sheet" for using as a source to create other formats later. I've managed to create that, but am struggling to get it to determine the CD information when trying to reprocess it,…
1
vote
1 answer

Automated Ripping Machine (ARM) - ripping to flac, not ripping to mp3

So I configured ARM and it was working correctly for flac files. However when I set it up for mp3 (I am doing it for someone else end they prefer mp3) it is not working. As for the logs: [2019-11-17 00:01:17] INFO ARM: Starting ARM processing at…
Adures
  • 23
0
votes
1 answer

How to add CDNUM in abcde multi-disk alboms in OUTPUTFORMAT

When ripping multi-disk alboms I'd like to have CD number (specified by -w or -W) to be specified in OUTPUTFORMAT. The abcde.conf comments refer to TRACKNUM only, no CDNUM. Currently both options (w,W) have bugs: -w n produces file:…
smile-on
  • 101