Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2021 15:21:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256685] audio/ripit: Change default settings from freedb to gnudb
Message-ID:  <bug-256685-7788-nXHYL6yMBz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256685-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256685-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256685

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 tarb=
alls
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=3Dy
  LAMEOPTS=3D"--preset extreme"
  OGGENCOPTS=3D"-q 5"
  EYED3OPTS=3D"--encoding latin1 --non-std-genres"
  OUTPUTDIR=3D/music/incoming
  OUTPUTTYPE=3Dmp3
  OUTPUTFORMAT=3D'${ARTISTFILE} - ${ALBUMFILE}/${TRACKNUM} ${TRACKFILE}'
  VAOUTPUTFORMAT=3D'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=3D72 ).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256685-7788-nXHYL6yMBz>