Changelog for
abcde-2.9.3-184.2.noarch.rpm :
* Wed Aug 14 2024 Martin Wilck
- Fix arithmetic on non-octal track numbers (boo#1219527)
* add abcde.bug.204.patch
* Tue Feb 20 2024 Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN.
* Wed Nov 04 2020 Martin Wilck - Fix dependency on perl(WebService::MusicBrainz) to work with 1.0.5 (boo#1178312)
* Thu Oct 17 2019 Richard Brown - Remove obsolete Groups tag (fate#326485)
* Tue Apr 02 2019 Martin Wilck - Re-enabled musicbrainz, as both perl(MusicBrainz::DiscID) and perl(WebService::MusicBrainz) are accepted into Factory now. Note that abcde uses both MusicBrainz and CDDB by default. Build without MusicBrainz can be made by setting %_without_musibrainz 1 in prjconf.
* Wed Mar 06 2019 Martin Wilck - Added dependency on WebService::MusicBrainz
* Tue Feb 19 2019 Matthias Eliasson - Update to 2.9.3
* Replace non-portable sed code for generating offset list with some simple awk instead. Should now work on FreeBSD again.
* Deal with bizarre cdda2wav behaviour when doing cdtext lookup - it writes the track information to
*stdin
*. Closes Issue #89: https://abcde.einval.com/bugzilla/show_bug.cgi?id=89
* Add a warning in abcde.conf about mayb needing to install recode before using it in mungefilename()- Clean with spec-cleaner- Drop fix-makefile-version-2.9.2.patch which is fixed upstream
* Sat Aug 11 2018 jengelhAATTinai.de- Replace summary line with an actual summary. Fix broken sentence grammar in description.
* Wed Aug 08 2018 rpmAATTfthiessen.de- Added use-cddbmethod.patch needed as factory does not provide perl(MusicBrainz::DiscID)- Added fix-makefile-version-2.9.2.patch- Added keyring for verification- Update to 2.9.2:
* Fix up lookup code to deal with spaces etc. in directory names
* Cope with \"stub\" releases in Musicbrainz
* Always call glyrc with LC_ALL=C. Thanks to Andreas Vögele for the report and the suggested fix.
* Add a link to the CDDB data format in the abcde man page.
* More fixups of track number padding. Thanks to John Straw for the patch.
* Allow for embedding of album art downloaded by the getalbumart function. Currently this is available for flac (using metaflac), mp3 (using eyed3), m4a (using AtomicParsley) and WavPack aka wv (using wvtag).
* Use md5 rather than md5sum under macOS.
* Support added for encoding with Audio Interchange File Format (AIFF).
* Allow selection of either cddb or musicbrainz from the command line
* Allow for embedding with do_embedalbumart() for single track encodes when OUTPUTFORMAT and ONETRACKOUTPUTFORMAT are different.
* Experimental support for embedding albumart with ogg files.
* Massive rework of CD lookup code so support multiple sources better. Thanks to Gabriel Rosenkoetter for his initial idea in this area, and to Tomasz Goliński on irc for initial inspiration on how this should work better. There are now 3 different options for CD lookup: cddb, musicbrainz and cdtext. They can all be listed in a comma-separated list for CDDBMETHOD and the code will now call all of them in the sequence listed. All the results will be combined into one list at the end for the user to select, just like would have previously worked for one source only.
* Fix Musicbrainz ID calculation in makeids()
* Fix abcde.mkcue() when handling the --wholedisk option. Thanks to Nino Burini for the patch.
* Add more comprehensive examples for filename munging in the example config file.
* Add a more better fix for the year lookup problem in abcde-musicbrainz-tool
* Redirect stderr on \"which\" calls to clear up error noise on some systems.
* Add Irix support.
* Rework abcde-musicbrainz-tool to work with WebService::MusicBrainz Also added a specific dependency on version 1.0.4 or newer, so abcde-musicbrainz-tool will abort if the version found is too old. Since tweaked to deal with multi-artist albums and tracks more completely.
* Add resume support in do_getalbumart()
* Fix getopts setup for \"P\". Thanks to Alan W. Kerr for reporting this.
* Major set of code cleanups to fix up lots of warnings found with shellcheck, and a few other style issues: + Lots of quoting fixes + Use $( instead of ` + Stop using -o and -a syntax with if [ - use || or && instead + Wrap and shorten some very long lines
* Wrap some output messages so they fit on a standard width console
* Factor out repeated code and make page() more useful
* Add version check before resuming from an old ripping run- Dropped abcde-quote.patch
* Fri Aug 18 2017 aloisioAATTgmx.com- Update to version 2.8.1
* Fix silly error introduced in abcde-musicbrainz-tool when fixing bug 30. Thanks to Thomas Klausner for the bug/patch. Closes Issue 52: https://abcde.einval.com/bugzilla/show_bug.cgi?id=52 version 2.8:
* Make fdkaac the default for m4a encoding. Faac can still be selected for m4a encding via ~/.abcde.conf file but best not to :).
* Split user-definable mungefilename function into mungetrackname, mungeartistname, and mungealbumname, each of which default to mungefilename Thanks to Gerald Turner for the patch and enhancement request. This closes Issue 39: https://abcde.einval.com/bugzilla/show_bug.cgi?id=39
* FAQs: Clarify the exit from multi-result CDDB search.
* Fix to allow multiple output formats when aac fallback is triggered. Thanks to Birk Bremer for the bug report. This closes Issue 35: https://abcde.einval.com/bugzilla/show_bug.cgi?id=35
* Fix for some erroneous error and status logging. Thanks to Christian Wasem for the bug report and fix. This closes Issue 32: https://abcde.einval.com/bugzilla/show_bug.cgi?id=32
* Add support for trying multiple CD lookup services in order. Thanks to Gabriel Rosenkoetter for the patch. Closes Issue 42: https://abcde.einval.com/bugzilla/show_bug.cgi?id=42
* Add Recommends on glyrc and imagemagick in Debian packaging. Closes Debian Bug #827626
* Fix up handling of the first few sectors when reading from a whole-CD flac file or using cdparanoia in one-track mode. Thanks to Matthias König for the patch. Closes Issue 44: https://abcde.einval.com/bugzilla/show_bug.cgi?id=44
* Tweak the fix in musicbrainz for handling sketchy returned data some more. Hopefully closes Issue 30: https://abcde.einval.com/bugzilla/show_bug.cgi?id=30
* Re-enable some commented out cdparanoia/debug code in do_discid. Closes Issue 14: https://abcde.einval.com/bugzilla/show_bug.cgi?id=14
* Add \"-a\" to lots of grep calls in case of \"binary\" looking data, e.g. non-ascii text in track titles! Closes Issue 24: https://abcde.einval.com/bugzilla/show_bug.cgi?id=24
* Add \"-L\" to default curl options, to follow redirects if needed. Closes Issue 40: https://abcde.einval.com/bugzilla/show_bug.cgi?id=40 Thanks to Gabriel Rosenkoetter for the patch.
* Switch default from \"cddb\" to \"musicbrainz\" for track lookup Closes Debian Bug #842178