Date: Sat, 15 Dec 2007 19:00:59 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/taglookup Makefile distinfo pkg-descr Message-ID: <200712151900.lBFJ0xij004325@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2007-12-15 19:00:59 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/taglookup Makefile distinfo pkg-descr Log: Tags groups of audio files using CDDB. TagLookup is a utility for tagging MP3s and other taggable audio file formats. It inspects a set of audio files and uses their lengths to look up an appropriate disc from a CDDB-compatible service. TagLookup can be used in two modes: * ID -- Given a CDDB ID and a number of files, look up the details of the CDDB disc from a CDDB service. Tag files using the CDDB disc. Match each file with each CDDB track using the closest track length. * Sequence -- Given a number of files, generate a CDDB ID and query a CDDB service. CDDB IDs are generated based on the sequence of tracks. Choose the closest matching CDDB disc to tag the files. As well as this, taglookup can: * Rename -- Rename files based on their tags. WWW: http://www.kamaz.org.uk/taglookup PR: ports/117644 Submitted by: Alex Allan <alex@kamaz.org.uk> Revision Changes Path 1.915 +1 -0 ports/audio/Makefile 1.1 +23 -0 ports/audio/taglookup/Makefile (new) 1.1 +3 -0 ports/audio/taglookup/distinfo (new) 1.1 +18 -0 ports/audio/taglookup/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712151900.lBFJ0xij004325>