summaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-15 19:00:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-15 19:00:59 +0000
commitd4dcb234435487c9a9110433b823b24a1b9108ea (patch)
treeb4d551ca6e79a4ca9f115052985e72b977aa7685 /audio/Makefile
parent- Update to 2.0 (diff)
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>
Notes
Notes: svn path=/head/; revision=203772
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index db851f98bdaf..1328f3c5e843 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -616,6 +616,7 @@
SUBDIR += swhplugins
SUBDIR += tagger
SUBDIR += taglib
+ SUBDIR += taglookup
SUBDIR += tagtool
SUBDIR += tap-plugins
SUBDIR += tclmidi