From owner-cvs-all@FreeBSD.ORG Sat Dec 15 19:00:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEC9D16A420; Sat, 15 Dec 2007 19:00:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDC8213C442; Sat, 15 Dec 2007 19:00:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBFJ0xva004326; Sat, 15 Dec 2007 19:00:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBFJ0xij004325; Sat, 15 Dec 2007 19:00:59 GMT (envelope-from pav) Message-Id: <200712151900.lBFJ0xij004325@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 15 Dec 2007 19:00:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/taglookup Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2007 19:00:59 -0000 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 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)