aboutsummaryrefslogtreecommitdiff
path: root/audio/taglookup
Commit message (Collapse)AuthorAgeFilesLines
* - Chase taglib updateDima Panov2009-12-021-2/+2
| | | | | | | | Approved by: miwi (mentor) Exp-run by: miwi Notes: svn path=/head/; revision=245121
* - Chase taglib bumpThomas Abthorpe2008-06-201-1/+2
| | | | Notes: svn path=/head/; revision=215366
* Tags groups of audio files using CDDB.Pav Lucistnik2007-12-153-0/+44
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: svn path=/head/; revision=203772