User:LordSputnik/Warp: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Created page with "Warp is an automatic audio file metadata tagger which uses the MusicBrainz Python library musicbrainzngs. Warp is free and open-source, and is released under the GPL license. ...")
 
No edit summary
Line 7: Line 7:
*Can save either ID3v2.3 or v2.4 tags, and can remove APEv2 tags from MP3 files.
*Can save either ID3v2.3 or v2.4 tags, and can remove APEv2 tags from MP3 files.
*Can download cover art from the Cover Art Archive and add to all supported filetypes.
*Can download cover art from the Cover Art Archive and add to all supported filetypes.

==Get it!==
#Download the source distribution from https://github.com/LordSputnik/mb-masstagger.
#Install Python, distutils, and pip.
#Using pip, install musicbrainzngs and mutagen.
#Copy the *.py files and options file into the directory you want to update.
#Run "python MassTagger.py"

Revision as of 21:00, 13 December 2012

Warp is an automatic audio file metadata tagger which uses the MusicBrainz Python library musicbrainzngs. Warp is free and open-source, and is released under the GPL license. Warp should work on any platform that runs Python 2.7.

Key Features

  • Able to automatically tag any MP3, Ogg Vorbis or FLAC file, that as already been tagged in Picard.
  • Able to run recursively on a set of directories - update your whole music library in one command!
  • Configurable options file to allow for customization of the tagging process.
  • Can save either ID3v2.3 or v2.4 tags, and can remove APEv2 tags from MP3 files.
  • Can download cover art from the Cover Art Archive and add to all supported filetypes.

Get it!

  1. Download the source distribution from https://github.com/LordSputnik/mb-masstagger.
  2. Install Python, distutils, and pip.
  3. Using pip, install musicbrainzngs and mutagen.
  4. Copy the *.py files and options file into the directory you want to update.
  5. Run "python MassTagger.py"