Commit graph

3 commits

Author SHA1 Message Date
Dima Panov
276304288b - Chase taglib update
Approved by:	miwi (mentor)
Exp-run by:	miwi
2009-12-02 17:16:16 +00:00
Thomas Abthorpe
6d160479c2 - Chase taglib bump 2008-06-20 15:41:53 +00:00
Pav Lucistnik
d4dcb23443 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>
2007-12-15 19:00:59 +00:00