[Bug 256685] audio/ripit: Change default settings from freedb to gnudb
Date: Sun, 11 Jul 2021 15:21:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256685 Michael Gmelin <grembo@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Overcome By Events CC| |arved@FreeBSD.org --- Comment #5 from Michael Gmelin <grembo@FreeBSD.org> --- (In reply to tobias.rehbein from comment #3) > Upstream is gone, the port uses an archived version in my github. Actually, upstream still exists under http://www.ripit.pl and provides tarballs for download - but no new development is happening. That said, I finally found some time to play with audio/abcde and I'm happy with the results. So I agree with you that there's no real reason to keep audio/ripit on life support. Therefore I'm closing this PR. By the way, I use the following ~/.abcde.conf to get output similar to what I got with ripit: PADTRACKS=y LAMEOPTS="--preset extreme" OGGENCOPTS="-q 5" EYED3OPTS="--encoding latin1 --non-std-genres" OUTPUTDIR=/music/incoming OUTPUTTYPE=mp3 OUTPUTFORMAT='${ARTISTFILE} - ${ALBUMFILE}/${TRACKNUM} ${TRACKFILE}' VAOUTPUTFORMAT='Various - ${ALBUMFILE}/${TRACKNUM} ${ARTISTFILE} - ${TRACKFILE}' mungefilename () { echo "$@" | sed -e 's/^\.*//' | tr -d ":><|*/\"'?[:cntrl:]" } It might make sense to add "--non-std-genres" to the sample configuration, otherwise files stay completely untagged in case of no/an unknown genre (see also https://abcde.einval.com/bugzilla/show_bug.cgi?id=72 ). -- You are receiving this mail because: You are the assignee for the bug.