Search Criteria
Package Details: abcde 2.9.3-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/abcde.git (read-only, click to copy) |
|---|---|
| Package Base: | abcde |
| Description: | Frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go |
| Upstream URL: | https://abcde.einval.com/ |
| Licenses: | GPL-2.0-or-later |
| Submitter: | arojas |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 29 |
| Popularity: | 0.074030 |
| First Submitted: | 2022-04-01 16:22 (UTC) |
| Last Updated: | 2026-02-08 22:27 (UTC) |
Dependencies (15)
- cdrtools
- libcdio-paranoia (libcdio-paranoia-gitAUR)
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-gitAUR, bash)
- vorbis-tools (vorbis-tools-gitAUR, vorbis-tools-gitAUR)
- wget (wget-gitAUR)
- which (which-gitAUR)
- cd-discidAUR (optional)
- cdparanoia (optional) – Paranoia ripping support (legacy)
- flac (flac-gitAUR) (optional) – FLAC encoding support
- glyr (glyr-gitAUR) (optional) – album art support
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-essentials-gitAUR, imagemagick-fullAUR) (optional) – album art support
- lame (lame-svnAUR, lame-altivecAUR) (optional) – MP3 encoding support
- opus-tools (opus-tools-gitAUR) (optional) – Opus encoding support
- python-eyed3AUR (optional) – ID3 tag support
- vorbisgainAUR (optional) – Ogg Vorbis normalization support
Latest Comments
1 2 Next › Last »
unnilquadium commented on 2025-12-24 10:59 (UTC)
Any idea where I can find the key? Unfortunately the site suggested by birdlink no longer works.
birdink commented on 2025-08-31 23:01 (UTC)
FYI, I'm not able to find Andrew's public key on keys.openpgp.org anymore: it looks like it may have expired. However, I was able to get it from his website directly here. You can download it from there and import it with
gpg --import [keyfile].FabioLolix commented on 2025-06-17 21:50 (UTC)
btw I guess I'll default to libcdio-paranoia https://www.endpointdev.com/blog/2019/08/cdparanoia-segmentation-fault/
Need to patch the makefile but yes
ZLima12 commented on 2024-12-20 05:50 (UTC) (edited on 2024-12-20 05:51 (UTC) by ZLima12)
According to the upstream README, at least one of cdparanoia or cdda2wav (present in the cdrtools package) must be installed for abcde to work. cdrtools currently isn't even a dependency at all, and cdparanoia is only listed as optional. I'm not sure if there's a good way to set this up in the PKGBUILD, so I would suggest just making cdparanoia required since it 1) is a very small package, and 2) seems to be the default over cdda2wav (for good reason).
This would address the issue raised in the previous comments.
exocortex commented on 2024-04-28 20:10 (UTC)
@FabioLolix I just used
$abcde -o flacFabioLolix commented on 2024-04-21 12:21 (UTC)
@exocortex haven't seen that error before, which options do you use for ripping? Maybe you need cdparaonia?
exocortex commented on 2024-04-21 12:13 (UTC) (edited on 2024-04-21 12:27 (UTC) by exocortex)
I have a weird error. When I run abcde on a fresh "minimal" arch install i get this error:
[ERROR] abcde: no cdreader found in your PATH [ERROR] abcde: hints: are all dependencies installed? has the $PATH been modified?
The day before I installed the gnome/desktop version of arch on the same machine and abcde worked. (explanation: I installed the gnome version first, because I thought I needed a graphical interface to configure stuff but realized that I didn't need it. I ripped 2 CDs and I reinstalled the minimal version).
What do I have to do here? what needs to go into $PATH?
Edit: I just fixed it: I installed cdparanoia. Could it be that cdparanoia is a dependency of abcde, that is somehow not declared in this package? It works now. Strange.
FabioLolix commented on 2023-06-22 19:21 (UTC)
No package metadata was found for eyed3,python-eyed3is an AUR package have you rebuilded it after the python update?Now that python is at version 3.11 you can see packages build against 3.10 that need a rebuild with the command
pacman -Qoq /usr/lib/python3.10/For readibility please encapsulate text error with ``` at top and bottom
preinkemeier commented on 2023-06-22 19:16 (UTC)
abcde started throwing error like this one:
echo Tagging track 02 of 29: Track 2... Tagging track 02 of 29: Track 2... tagtrack-mp3-02 nice -n 10 eyeD3 --encoding utf16 -A Unknown Album -a Unknown Artist -t Track 2 -G 255 -n 02 -N 29 --comment abcde version 2.7.2 /home/philipp/abcde.a80cc71d/track02.mp3 Traceback (most recent call last): File "/usr/lib/python3.11/importlib/metadata/init.py", line 563, in from_name return next(cls.discover(name=name)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/bin/eyeD3", line 33, in <module> sys.exit(load_entry_point('eyed3==0.9.6', 'console_scripts', 'eyeD3')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/bin/eyeD3", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/init.py", line 981, in distribution return Distribution.from_name(distribution_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/init.py", line 565, in from_name raise PackageNotFoundError(name) importlib.metadata.PackageNotFoundError: No package metadata was found for eyed3
Does anybody have a clue what's going on?
1 2 Next › Last »