Jump to content

Puddletag

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by I need a name (talk | contribs) at 19:49, 15 September 2016 (→‎Features). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Puddletag
Initial releaseJuly 13, 2008; 16 years ago (2008-07-13)[1]
Stable release2.0.1 (August 29, 2020; 4 years ago (2020-08-29)[2]) [±]
Repository
Written inPython[3]
Operating systemUnix-like
PlatformPyQt
Available inEnglish, Dutch, French, German, Portuguese (Brazilian), Russian, Czech
TypeTag editor
LicenseGPLv3[4]
Websitedocs.puddletag.net
github.com/../puddletag

Puddletag is an audio tag editor, i.e. a metadata editor for audio file formats.

Under the hood it utilizes Mutagen, a Python module to handle audio metadata. Mutagen supports ASF, FLAC, M4A, APE, MP3, MPC, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.

The user interface is very similar to that of Mp3tag, it uses a spreadsheet-like layout so that all the tags a user may want to edit by hand are visible and easily editable. All the other audio taggers available for Linux take a different approach to user interface design.

Puddletag is written in Python 2.x and uses Qt 4 (through PyQt) for its user interface. Mutagen works on Python 2.6, 2.7, 3.3, 3.4 (CPython and PyPy) and has no dependencies outside the Python standard library.

It includes support for the following audio formats: AAC, MPEG-4 (mp4/m4a/m4b/iTunes compatible), OGG, OptimFROG OFR, OFS, SPX, TAK, TTA, WMA, WV.

Puddletag is free and open-source software subject to the terms of the GNU General Public License version 3.[4]

Features

  • Batch Tag Editing. Write ID3v1.1, ID3v2.3, ID3v2.4, MPEG-4, WMA, APEv2 Tags and Vorbis comments to multiple files at once.
  • Full Unicode support
  • Support for embedded album cover art
  • Automatically creates playlists
  • Recursive subfolder support
  • User-defined field mappings
  • Remove parts of a tag or the entire tag from multiple files
  • Rename and/or move files and folders based on the tag information
  • Import tags from filenames, text files and clipboard
  • Quick search and replace text in highlighted tracks/fields without having to resort to actions
  • Format tags and filenames
  • Replace characters or words from tags and filenames
  • Regular expressions
  • Export tag information to user-defined formats (i.e. HTML, RTF, CSV, XML, TXT AND JSON)
  • Import tag information from online databases like freedb, Discogs, MusicBrainz AcoustID or Amazon (also by text-search)
  • Full AcoustID integration
  • Import tag information from local freedb databases
  • Support for ID3v2.3 (ISO-8859-1 and UTF-16) and ID3v2.4 with UTF-8
  • Automated Mass Tagging of multiple albums including the ability to enrich existing metadata using one or more metadata sources in a single operation
  • Single Album and Mass Album Tagging results can be accepted/edited/rejected at track and/or field level

See also

References

  1. ^ "puddletag 0.1".
  2. ^ "Puddletag news".
  3. ^ http://www.ohloh.net/p/puddletag
  4. ^ a b "License file on github repository".