Summary: | New Port: audio/taglookup Tags groups of audio files using CDDB | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Alex Allan <alex> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | alex |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Alex Allan
2007-10-29 21:10:03 UTC
State Changed From-To: open->closed New port added, thank you! 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |