6015
Comment:
|
7585
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
* mp3agic http://github.com/mpatric/mp3agic | |
Line 14: | Line 15: |
* Both Chris Nandor and Matt !DiMeo have some promising perl classes on cpan. * MP3::Info http://search.cpan.org/search?dist=MP3-Info * MPEG::ID3v2Tag http://search.cpan.org/search?dist=MPEG-ID3v2Tag |
* Audio::Scan http://search.cpan.org/dist/Audio-Scan/ (reading only, also supports many other formats) * MP3::Info http://search.cpan.org/dist/MP3-Info * MPEG::ID3v2Tag http://search.cpan.org/dist/MPEG-ID3v2Tag === PHP classes === * Id3 http://de77.com/php/php-class-how-to-read-id3-v1-tag-from-mp3-files (reading Id3 v1 tags) * Id3v2 http://de77.com/php/php-class-how-to-read-id3v2-tags-from-mp3-files (reading Id3 v2 tags) * getID3 http://www.getid3.org (reading + writing; ID3v1, ID3v2.2/2.3/2.4) |
Line 24: | Line 29: |
* id3 http://www.unixgods.org/~tilo/Ruby/ID3/ (native Ruby ID3 library; reading + writing ID3 versions 1.0,1.1,2.2.x,2,3.x,2,4.x) === Go libraries === * go-id3 http://github.com/ascherkus/go-id3 (read only, supports ID3v2.2/2.3/2.4) |
|
Line 27: | Line 35: |
* "Active Sound Editor" by Multimedia Soft allows editing several types of ID3 frames http://www.activesoundeditor.com | |
Line 29: | Line 38: |
* !TagLib# http://developer.novell.com/wiki/index.php/TagLib_Sharp * !IdSharp http://sourceforge.net/projects/idsharp |
* !TagLib# https://github.com/mono/taglib-sharp * !IdSharp https://github.com/judwhite/IdSharp |
Line 32: | Line 41: |
* ID3 Tag Library by Perry Butler (VB.NET, open source, no tag writing yet!) http://glassocean.net/perrys-id3-tag-library/ * ID3Lib as part of puremp3 https://bitbucket.org/mroc/puremp3/src (C# library; reading + writing ID3 versions 1.0,2.0,2.3,2.4) * "Audio Sound Editor for .NET" by Multimedia Soft allows editing several types of ID3 frames http://www.audiosoundeditor.com |
|
Line 35: | Line 47: |
* Mp3FileUtils by gausi http://www.gausi.de/mp3fileutils.html * ID3 Library by Muetze1 http://www.muetze1.de/?page_id=332 |
|
Line 40: | Line 54: |
|| Abyssmedia ID3 Tag Editor || http://www.abyssmedia.com/tageditor/ || Win || || || || Free || | |
Line 43: | Line 58: |
|| AudioGenie || http://www.audiogenie.net/ || Win || || || || || | |
Line 46: | Line 62: |
|| Axone, Full read acess to the ID3 frames || http://flying.guy.chez-alice.fr/Axone.jar || Win || Mac || Unix || Java (1.4) || || | || Axone.jar || http://flying.guy.chez-alice.fr/Axone.jar . A file analyser able to show all ID3 frames || Win || Mac || Unix || Java (1.4) || Freeware || |
Line 54: | Line 70: |
|| ID3 Tag Viewer by Perry Butler || http://glassocean.net/perrys-id3-tag-viewer/ || Win || || || || || | |
Line 66: | Line 83: |
|| MP3 Diags || http://mp3diags.sourceforge.net/ || Win || || Linux || || || | || MP3 Diags || http://mp3diags.sourceforge.net/ || Win || || Linux || || GPL V2 || |
Line 73: | Line 90: |
|| PureMp3 || http://www.mroc.de/puremp3/ || Win || || || || Freeware || |
Implementations
Anyone with a user account can edit this page and provide updates. You can create an account on the UserPreferences page.
C/C++ libraries
TagLib Audio Meta-Data Library - modern implementation with C, C++, Perl, Python and Ruby bindings. http://developer.kde.org/~wheeler/taglib.html
ID3Lib on Sourceforge. The source code is coordinated by Scott Haug and was initially written by Dirk Mahoney and Andreas Sigfridsson. http://id3lib.sourceforge.net/
libid3tag http://www.underbit.com/products/mad/
Java libraries
Paul Taylor has a open source (LGPL) java library for editing tags. https://jaudiotagger.dev.java.net/
Jens Vonderheide has written a java class that handles ID3v1, ID3v2 and MP3 properties. Seems a little dated. http://www.vdheide.de/projects.html
Perl classes
Audio::Scan http://search.cpan.org/dist/Audio-Scan/ (reading only, also supports many other formats)
MP3::Info http://search.cpan.org/dist/MP3-Info
MPEG::ID3v2Tag http://search.cpan.org/dist/MPEG-ID3v2Tag
PHP classes
Id3 http://de77.com/php/php-class-how-to-read-id3-v1-tag-from-mp3-files (reading Id3 v1 tags)
Id3v2 http://de77.com/php/php-class-how-to-read-id3v2-tags-from-mp3-files (reading Id3 v2 tags)
getID3 http://www.getid3.org (reading + writing; ID3v1, ID3v2.2/2.3/2.4)
Python libraries
Mutagen http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
eyeD3 http://eyed3.nicfit.net/
stagger (Python 3) http://code.google.com/p/stagger
Ruby libraries
id3lib-ruby http://id3lib-ruby.rubyforge.org/
ruby-mp3info http://ruby-mp3info.rubyforge.org/
id3 http://www.unixgods.org/~tilo/Ruby/ID3/ (native Ruby ID3 library; reading + writing ID3 versions 1.0,1.1,2.2.x,2,3.x,2,4.x)
Go libraries
go-id3 http://github.com/ascherkus/go-id3 (read only, supports ID3v2.2/2.3/2.4)
ActiveX components
ShazamMP3 http://www.ewal.net/shazam.php
"Active Sound Editor" by Multimedia Soft allows editing several types of ID3 frames http://www.activesoundeditor.com
.NET libraries
UltraID3Lib http://home.fuse.net/honnert/hundred/?UltraID3Lib
ID3TagLib.Net http://id3tag.codeplex.com/
ID3 Tag Library by Perry Butler (VB.NET, open source, no tag writing yet!) http://glassocean.net/perrys-id3-tag-library/
ID3Lib as part of puremp3 https://bitbucket.org/mroc/puremp3/src (C# library; reading + writing ID3 versions 1.0,2.0,2.3,2.4)
"Audio Sound Editor for .NET" by Multimedia Soft allows editing several types of ID3 frames http://www.audiosoundeditor.com
Borland Delphi library
James Webb has made a Delphi library with which you can read and write ID3v2.3.0 and ID3v2.4.0. http://www.audioxl.com/id3v2lib.html
ID3v2 Library by 3delite http://www.3delite.hu/Object%20Pascal%20Developer%20Resources/id3v2library.html
ID3 Library by Muetze1 http://www.muetze1.de/?page_id=332
Revolution/Metacard
Other implementations
A few programs that support ID3v2. If you know of any ID3v2 supporting software that is not on the list, please contact us. NOTE: These programs have not been checked for ID3v2 compliance by id3.org.
Name |
Location |
Win |
Mac |
Unix |
Other |
Licence |
Abyssmedia ID3 Tag Editor |
Win |
|
|
|
Free |
|
AmigaAMP |
|
|
|
Amig |
|
|
AudioCatalog |
Win |
|
|
|
|
|
Audio Transcoder |
Win |
|
|
|
|
|
Win |
|
|
|
|
||
Audiograbber |
Win |
|
|
|
|
|
Audion |
|
Mac |
|
|
|
|
AudioTT |
Win |
- |
- |
Java |
|
|
Axone.jar |
http://flying.guy.chez-alice.fr/Axone.jar . A file analyser able to show all ID3 frames |
Win |
Mac |
Unix |
Java (1.4) |
Freeware |
CD-Copy |
Win |
|
|
|
|
|
CD-Tag |
Win |
|
|
|
|
|
Dr.TAG |
? |
|
|
|
|
|
Easy CD-DA Extractor |
Win |
|
|
|
|
|
EasyTAG |
Win |
|
|
|
GPL |
|
Helium |
Win |
|
|
|
|
|
HTagEditor |
|
|
|
|
|
|
ID3 Tag Viewer by Perry Butler |
Win |
|
|
|
|
|
ID3edit |
|
|
|
Unix |
|
|
ID3-TagIT |
Win |
|
|
|
|
|
ID3v2 editor |
|
|
|
Unix |
|
|
The ID3v2 Package |
|
|
|
Amig |
|
|
ID3v2 Audio Text Tool |
|
|
|
Java |
|
|
ID3v2 Chapter Tool |
Win |
|
Linux |
Java |
|
|
ID3v2 Tag Edit |
Win |
|
|
|
|
|
iTunes |
Win |
Mac |
|
|
|
|
Jaikoz tag editor |
Win |
Mac |
Unix |
Java |
|
|
Magic Tagger |
Win |
|
|
|
|
|
MP3 Boss |
Win |
|
|
|
|
|
MP3 Collector |
Win |
|
|
|
|
|
MP3 Diags |
Win |
|
Linux |
|
GPL V2 |
|
MP3 Rage |
|
Mac |
|
|
|
|
MP3 Tag Studio |
Win |
|
|
|
|
|
Mp3tag |
Win |
|
|
|
|
|
mp3Tag 5 |
Win |
|
|
|
|
|
Music Library |
Win |
|
|
|
|
|
Music Match |
? |
|
|
|
|
|
Win |
|
|
|
Freeware |
||
QuickTime 5 |
Win |
Mac |
|
|
|
|
Win |
|
|
|
|
||
Tag&Rename |
Win |
|
|
|
|
|
Tag Mp3 Saito |
Win |
|
|
|
GPL |
|
Win |
|
|
|
Freeware |
||
Winamp |
Win |
|
|
|
|
|
MP3 Tags Editor |
Win |
|
|
|
|
|
Zinf |
Win |
|
Linux |
|
|
|
ZLURP |
Win |
|
|
|
|
|
XMMS2 |
Win |
Mac |
Linux |
Probably |
|
|
MP3 Tagger |
http://www.multimediafeed.com/id3-tags-renaming/multimediafeed-mp3-tagger.html |
Win |
|
|
|
|
MP3 Tag Pro |
Win |
|
|
|
|