summaryrefslogtreecommitdiffstats
path: root/audio/abcde/README
diff options
context:
space:
mode:
author Andreas Voegele2016-01-11 18:16:09 +0100
committer Robby Workman2016-01-13 04:58:11 +0100
commit32b31541ea674c77a1c8e6481d44d10ea034ba16 (patch)
tree8d36ba1da8c18caf75e0f9b8f17ed130ee430141 /audio/abcde/README
parentea7d87c52110cfa2d5952d2f176166dab7fc4645 (diff)
downloadslackbuilds-32b31541ea674c77a1c8e6481d44d10ea034ba16.tar.gz
audio/abcde: Updated for version 2.7.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/abcde/README')
-rw-r--r--audio/abcde/README73
1 files changed, 45 insertions, 28 deletions
diff --git a/audio/abcde/README b/audio/abcde/README
index 3b6c074d74..534e40d071 100644
--- a/audio/abcde/README
+++ b/audio/abcde/README
@@ -1,29 +1,46 @@
abcde is a frontend command-line utility (actually, a shell script)
-that grabs tracks off a CD encodes them to Ogg/Vorbis, MP3, FLAC,
-OGG/Speex, MPP/MP+(Musepack) and/or M4A/AAC format, and tags them
-all in one go.
-
-There are many optional features that abcde supports by building
-with one or more of these optional dependencies:
-
-* faac : for creating m4a/aac files
-* id3lib : for manipulating ID3v1 and ID3v2 tags
-* id3v2 : for writing id3v2 tags
-* lame : for creating mp3 files
-* mppenc : for creating MPP/MP+(Musepack) files
-* speex : for creating Speex files
-* vorbisgain : for adjusting the volume of ogg vorbis files
-
-PLEASE NOTE: the included abcde-musicbrainz-tool script requires the
-following Perl modules (which are not available through SlackBuilds.org
-yet):
-
-MusicBrainz::DiscID
-WebService::MusicBrainz::Release
-WebService::MusicBrainz::Artist
-WebService::MusicBrainz::Response::Track
-WebService::MusicBrainz::Response::TrackList
-
-Try running abcde as root (sudo or whatever) if abcde/cd-discid thinks
-your favorite audio cd is a data cd. Please note also that faac needs
-to have mp4 support enabled to work correctly with abcde.
+that grabs tracks off an audio CD, encodes them to Ogg Vorbis, MP3,
+MP2, FLAC, Opus, Speex, WAV, WavPack, Musepack, M4A/AAC, Monkey’s
+Audio and/or True Audio formats, and tags them all in one go.
+
+On Slackware systems without third party packages Ogg Vorbis, FLAC
+and WavPack are supported. There are many additional features that
+abcde supports by installing one or more of these dependencies:
+
+* lame for creating MP3 files
+* eyeD3 for tagging MP3 files (default)
+* id3v2 for tagging MP3 files (with ID3TAGV=id3v2.3)
+* id3 for tagging MP3 files (with ID3TAGV=id3v1)
+
+* twolame for creating MP2 files
+* mutagen for tagging MP2 and MP3 files (with ID3TAGV=id3v2.3
+ and ID3V2=mid3v2)
+
+* opus-tools for creating Opus files
+
+* speex for creating Speex files
+
+* musepack-tools for creating Musepack files
+
+* faac for creating M4A/AAC files (default)
+* fdkaac for creating M4A/AAC files
+* ffmpeg for creating M4A/AAC, MP2 and WavPack files (if built
+ with support for these formats)
+* wine for running neroAacEnc, qaac and fhgaacenc
+
+* mac for creating Monkey’s Audio files
+* apetag for tagging Monkey’s Audio files
+
+* tta for creating True Audio files (default)
+* ttaenc for creating True Audio files
+
+* glyr for downloading album art
+* mkcue for generating cue sheets for one-album files
+* vorbisgain for adjusting the volume of Ogg Vorbis files
+
+Install perl-MusicBrainz-DiscID and perl-WebService-MusicBrainz and set
+CDDBMETHOD to "musicbrainz" if you would like to retrieve music
+metadata and album art from MusicBrainz instead of freedb.
+
+Try running abcde as root (sudo or whatever) if abcde/cd-discid thinks
+your favorite audio cd is a data cd.