diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2018-05-21 19:31:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-26 06:59:23 +0700 |
commit | bae37de38323d4187ae7b77cf5fc4fd426f807e7 (patch) | |
tree | dd0fe236fb786b45cbddbff7192569e524b5fe7e /audio/abcde/README | |
parent | 765f1fc463a9e77abd9e9e15cb1b815be05a2bd6 (diff) | |
download | slackbuilds-bae37de38323d4187ae7b77cf5fc4fd426f807e7.tar.gz |
audio/abcde: Updated for version 2.9.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/abcde/README')
-rw-r--r-- | audio/abcde/README | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/audio/abcde/README b/audio/abcde/README index 79f25fd2ad..748c0e4ccc 100644 --- a/audio/abcde/README +++ b/audio/abcde/README @@ -1,13 +1,11 @@ abcde is a frontend command-line utility (actually, a shell script) that grabs tracks off an audio CD, encodes them to Ogg Vorbis, MP3, -MP2, FLAC, Opus, Speex, WAV, WavPack, Musepack, M4A/AAC, MKA, +MP2, FLAC, Opus, Speex, WAV, WavPack, Musepack, AIFF, M4A/AAC, MKA, 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: +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) @@ -16,17 +14,10 @@ abcde supports by installing one or more of these dependencies: * 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, MKA, MP2 and WavPack files (if - built with support for these formats) -* wine for running neroAacEnc, qaac and fhgaacenc +* wine for running qaac and fhgaacenc * mac for creating Monkey's Audio files * apetag for tagging Monkey's Audio files @@ -38,9 +29,5 @@ abcde supports by installing one or more of these dependencies: * 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. +Set CDDBMETHOD to "cddb" if you would like to retrieve music metadata and +album art from freedb instead of MusicBrainz. |