fmII
Mon, Jul 07th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 00:00 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 abcde - Stable branch
Sections: Mac OS X, Unix

 

Added: Thu, Dec 30th 1999 12:34 UTC (8 years, 6 months ago) Updated: Thu, Nov 11th 2004 01:26 UTC (3 years, 7 months ago)


About:
abcde is a frontend to cdparanoia, wget, cd-discid, id3, and your favorite Ogg Vorbis (the default), MP3, FLAC, Ogg Speex, or MPP (Musepack) encoder. It grabs an entire CD and converts each track to the desired format, then comments or ID3-tags each file, all with one command. It supports multiple output in a single CD read, the creation of a single track from a CD, resume operation, CD concatenation, volume normalization, gapless encoding (with LAME), parallelization, SMP, proxies, customizable filename organization and munging, playlist generation, distributed encoding via distmp3, and more.

Author:
Jesus Climent [contact developer]

Rating:
8.84/10.00 (16 votes)

Homepage:
http://www.hispalinux.es/~data/abcde.php
Tar/GZ:
http://www.hispalinux.es/~data/files/
Changelog:
http://www.hispalinux.es/~data/files/changelog
Debian package:
http://packages.debian.org/abcde
OS X package:
http://www.hispalinux.es/~data/files/
BSD Ports URL:
http://www.freebsd.org/cgi/url.cgi?ports/audio/abcde/pkg-descr
Mirror site:
http://http.us.debian.org/debian/pool/main/a/abcde/

Trove categories: [change]
[Development Status]  5 - Production/Stable
[Environment]  Console (Text Based)
[Intended Audience]  End Users/Desktop
[License]  OSI Approved :: Artistic License, OSI Approved :: GNU General Public License (GPL)
[Operating System]  POSIX
[Programming Language]  Unix Shell
[Topic]  Multimedia :: Sound/Audio :: CD Audio :: CD Ripping, Multimedia :: Sound/Audio :: Players :: MP3

Dependencies: [change]
LAME (Default branch) (required)
vorbis-tools 1.0beta4 (required)
[download links]

 
Project admins: [change]
» Jesus Climent (Developer)
» Jesus Climent (Owner)
» Robert Woodcock (Creator)

» Rating: 8.84/10.00 (Rank N/A)
» Vitality: 0.03% (Rank 3042)
» Popularity: 5.01% (Rank 691)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 63,459
   URL hits: 40,075
   Subscribers: 91

Other projects from the same categories:
X-Digital Disco System
gcombust
Creative Nomad JukeBox KIO::Slave
mServe
discmage

Users who subscribed to this project also subscribed to:
userinfo
rpmgraph
Powermanga
Turck MMCache for PHP
hdparm


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Development 2.1.20-2.2pre1 10-Apr-2004 GNU General Public License (GPL) Homepage Tar/GZ

 Comments

[»] ABCDE rocks!
by Bandreo - Oct 9th 2003 13:48:43

ABCDE is great software - It Just Works. Kick it off and it does the right thing, fetching track names from CDDB, allowing you to correct errors or select amongst alternate versions. Then it goes off to do the ripping and encoding. Pretty soon it's done. Voila. Just like that. No GUI needed or required. It's a great command-line tool that does one job exceedingly well.

[reply] [top]


[»] flac support??
by moquist - Aug 31st 2002 01:32:18

I've modified _my_ copy of 'abcde' to do flac encoding, and you're welcome to it if you're interested. If not, I hope you're planning that addition yourself, and I'll look forward to it.

Thanks for your work.

(moquist - atsign - css.tayloru.edu)

[reply] [top]


[»] Use lame to write ID3 tags
by sandolo - Feb 6th 2002 06:40:15

If you use LAME to tag encoded mp3's, you don't need anymore any external program to write ID3 tags and the result is equal.
Btw abcde it's a great script :)
bye
sand

[reply] [top]


    [»] Re: Use lame to write ID3 tags
    by Robert Woodcock - Feb 7th 2002 09:53:28


    > If you use LAME to tag encoded mp3's,
    > you don't need anymore any external
    > program to write ID3 tags and the result
    > is equal.

    If abcde only used lame, then that would be easy. However, it has to support half a dozen other encoders as well (including versions of lame that don't do tagging), meaning abcde needs quite a bit of logic to verify that it can do that in one step (and not pester you about id3 not being installed).

    With that said, it's on my todo list.

    [reply] [top]


[»] Good program
by johnathan spectre - Dec 25th 2001 09:39:26

Best one I've found so far (and I looked at a lot!) for easy, automated ripping and encoding. Very flexible customization (something a lot of other programs lacked) allowing me to specify just what arguments I wanted passed on to lame, cdparanoia, etc.

Only question, anyone know an easy name to limit filename length? I'm using my linux box as a server to some Macs and they don't see the files with the longer filenames. :-(

[reply] [top]


    [»] Re: Good program
    by Robert Woodcock - Dec 25th 2001 10:08:07


    > Only question, anyone know an easy
    > name to limit filename length?

    Put this sed command in your mungefilename pipe:

    sed 's/\([^.]\{28\}\)\?.*\.\([^.]*\)/\1.\2/'

    (the 28 limits the filename minus its extension to 28 characters, for a total max length of 32 characters)

    [reply] [top]


[»] id3v2
by karellen - Dec 19th 2001 07:14:35

Too bad I'm unable to encode mp3 with it without that id3v2 thing (which doesn't compile). I don't use v2 tags anyway (I think they're stupid, useless, evil) as other people do, so there should be a switch or a config file option to do v1.1 tagging only.

Grandmothers against ID3v2 tags.

[reply] [top]


    [»] Re: id3v2
    by Robert Woodcock - Dec 19th 2001 08:41:48


    > Too bad I'm unable to encode mp3 with it without that
    > id3v2 thing (which doesn't compile). I don't use v2 tags
    > anyway (I think they're stupid, useless, evil) as
    > other people do, so there should be a switch or a config
    > file option to do v1.1 tagging only.
    There is a config option. Put ID3TAGV=1 in your abcde.conf, and it won't even look for id3v2.

    P.S. if you'd like help getting id3v2 compiled (hint: you need id3lib first), email me privately. Please note which distribution you're using and include a log of the build errors.

    [reply] [top]


[»] Excelent
by Michal Szczotka - Jul 13th 2001 09:21:59

absde is easy 1 2 3. It can't get easier then that!

[reply] [top]


[»] Debian Slink packages
by Robert Woodcock - Jan 12th 2000 10:30:15

Debian 2.1 (slink) users can get abcde via the following sources.list line:

deb http://lly.org/~rcw/ abcde/slink/

[reply] [top]


[»] Awesome
by The Nose Who Knows - Jan 11th 2000 01:16:02

This program is the only reason I can be bothered ripping my entire CD collection; it is literally set and forget. It uses all the existing applications I already know how to use, but I can organise everything how I want. It's a shell script too, so I can hack if I wanna :-) And I can ask to edit the playlist before using it, because there are a lot of shitty CDDB entries out there... I can't think how this program could be better.

[reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  ITMJ •  Linux.com •  NewsForge  •  SourceForge.net  •  Surveys •  Jobs •  PriceGrabber