welcome: please sign in
location: Diff for "Implementations"
Differences between revisions 35 and 116 (spanning 81 versions)
Revision 35 as of 2007-04-25 11:40:12
Size: 4539
Editor: 82
Comment:
Revision 116 as of 2020-04-19 03:36:21
Size: 8333
Editor: DanONeill
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Anyone with a user account can edit this page and provide updates. You can create an account on the UserPreferences page. Anyone with a user account can edit this page and provide updates. Contact [[DanONeill | me]] directly if you want an account.
Line 6: Line 6:
 * !TagLib Audio Meta-Data Library - modern implementation with C, C++, Perl, Python and Ruby bindings. http://developer.kde.org/~wheeler/taglib.html  * TagLib Audio Meta-Data Library - modern implementation with C, C++, Perl, Python and Ruby bindings. http://taglib.github.io/
Line 9: Line 9:
 * id3v2lib - C implementation focused on the ease of use. https://github.com/larsbs/id3v2lib
Line 10: Line 11:
 * 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
 * Paul Taylor has a open source (LGPL) java library for editing tags. http://www.jthink.net/jaudiotagger/
 * Jens Vonderheide has written a java class that handles ID3v1, ID3v2 and MP3 properties. Seems a little dated. http://developer.berlios.de/projects/javamp3/
Line 13: Line 14:
 * mp3agic https://github.com/mpatric/mp3agic
 * Beaglebuddy http://www.beaglebuddy.com
Line 14: Line 17:
 * 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 18: Line 25:
 * Mutagen http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen  * Mutagen http://code.google.com/p/mutagen/
Line 20: Line 27:
 * 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 https://github.com/ascherkus/go-id3 (read only, supports ID3v2.2/2.3/2.4)
 * id3-go https://github.com/mikkyang/id3-go (supports ID3v1/2.2/2.3)
 * Mutago https://github.com/makebyte/mutago (read only, supports ID3v1 and ID3v2.4 tags)
 * ID3v2 package https://github.com/bogem/id3v2 (Fast and stable ID3 parsing and writing library for Go, based only on standard library.)

=== Swift libraries ===
 * ID3TagEditor https://github.com/chicio/ID3TagEditor
Line 23: Line 44:
 * "Active Sound Editor" by Multimedia Soft allows editing several types of ID3 frames http://www.activesoundeditor.com
Line 24: Line 46:
 * UltraID3Lib http://home.fuse.net/honnert/hundred/?UltraID3Lib
 * !TagLib# http://developer.novell.com/wiki/index.php/TagLib_Sharp
 * !IdSharp http://sourceforge.net/projects/idsharp
 * UltraID3Lib http://home.fuse.net/honnert/UltraID3Lib/
 * !TagLib# https://github.com/mono/taglib-sharp
 * !IdSharp https://github.com/judwhite/IdSharp
 * ID3TagLib.Net http://freecode.com/projects/id3taglibnet
 * 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
 * C# ID3 Library http://sourceforge.net/projects/csid3lib/
 * ID3.NET http://id3.codeplex.com/ (Portable class library; read and write ID3 v1.x and v2.3). Nuget package at http://nuget.org/packages/ID3.
Line 28: Line 56:
 * 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
 * Mp3''''''File''''''Utils by gausi http://www.gausi.de/mp3fileutils.html
 * ID3 Library by Muetze1 http://www.muetze1.de/?page_id=332
Line 30: Line 61:
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. http://www.pkseo.pl 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 || http://www.abyssmedia.com/tageditor/ || Win || || || || Free ||
|| AMVidia Tag Editor || http://amvidia.com/tag-editor || || OS X 10.7 or later || || || ||
|| AmigaAMP || http://www.amigaamp.de/ || || || || Amig || ||
|| !AudioCatalog || http://www.seansoft.co.uk/ || Win || || || || ||
|| !AudioGenie || http://www.audiogenie.net/ || Win || || || || ||
|| Audiograbber || http://www.audiograbber.com-us.net/ || Win || || || || ||
|| Audion || http://www.panic.com/audion/ || || Mac || || || ||
|| Audio Transcoder || http://www.audio-transcoder.com/ || Win || || || || ||
|| AudioTT || http://www.audiott.com/ || 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 || http://www.cdcopy.sk/ || Win || || || || ||
|| CD-Tag || http://www.cdtag.com/ || Win || || || || ||
|| Dr.TAG || http://www.drtag.de/en/ || ? || || || || ||
|| Easy CD-DA Extractor || http://www.poikosoft.com/ || Win || || || || ||
|| EasyTAG || http://easytag.sourceforge.net/ || Win || || || || GPL ||
|| Helium || http://www.helium-music-manager.com/ || Win || || || || ||
|| HTagEditor || http://www.htageditor.de/ || || || || || ||
|| ID3edit || http://id3edit.sourceforge.net/ || || || || Unix || ||
|| ID3-TagIT || http://www.id3-tagit.de/ || Win || || || || ||
|| ID3 Tag Viewer by Perry Butler || http://glassocean.net/perrys-id3-tag-viewer/ || Win || || || || ||
|| ID3v2 Audio Text Tool || http://sourceforge.net/projects/id3v2-atxt-tool || || || || Java || ||
|| ID3v2 Chapter Tool || http://sourceforge.net/projects/id3v2-chap-tool || Win || || Linux || Java || ||
|| ID3v2 editor || http://id3v2.sourceforge.net/ || || || || Unix || ||
|| ID3v2 Tag Edit || http://www.audioxl.com/ || Win || || || || ||
|| iTunes || http://www.apple.com/itunes/ || Win || Mac || || || ||
|| Jaikoz tag editor || http://www.jaikoz.net/ || Win || Mac || Unix || Java || ||
|| Magic Tagger || http://www.magic-tagger.com/ || Win || || || || ||
|| MP3 Boss || http://www.mp3-boss.com/index.html || Win || || || || ||
|| MP3 Collector || http://www.collectorz.com/mp3/ ||Win || || || || ||
|| MP3 Diags || http://mp3diags.sourceforge.net/ || Win || || Linux || || GPL V2 ||
|| MP3 Rage || http://www.chaoticsoftware.com/ProductPages/MP3Rage.html || || Mac || || || ||
|| mp3Tag 5 || http://www.maniactools.com/soft/mp3tag/ || Win || || || || ||
|| MP3 Tagger || http://www.multimediafeed.com/id3-tags-renaming/multimediafeed-mp3-tagger.html || Win || || || || ||
|| Mp3tag || http://www.mp3tag.de/en/ || Win || || || || ||
|| MP3 Tag Pro|| http://www.maniactools.com/soft/mp3tag-pro/index.shtml ||Win || || || || ||
|| MP3 Tags Editor || http://www.pistonsoft.com/mp3-tags-editor.html || Win || || || || ||
|| MP3 Tag Studio || http://www.magnusbrading.com/mp3ts || Win || || || || ||
|| Muzikbrowzer || http://www.muzikbrowzer.com/ || Win || || || || ||
|| Music Library || http://www.wensoftware.com/MusicLibrary/ || Win || || || || ||
|| !PureMp3 || http://www.mroc.de/puremp3/ || Win || || || || Freeware ||
|| !QuickTime 5 || http://www.apple.com/quicktime/ || Win || Mac || || || ||
|| !TagExplorer || http://www.grandersoft.com/products/tagexplorer || Win || || || || ||
|| Tag Mp3 Saito || http://saitodisse.com.br/tagmp3saito/ || Win || || || || GPL ||
|| Tagmp3 || https://tagmp3.net/ || || || || Web app || Freeware ||
|| Tag&Rename || http://www.softpointer.com/tr.htm || Win || || || || ||
|| !TagScanner || http://www.xdlab.ru/en/ || Win || || || || Freeware ||
|| !TagTuner || http://www.tagtuner.com/ || Win || || || || ||
|| The ID3v2 Package || http://www.vindvejr.dk/jacob/amiga/id3/ || || || || Amig || ||
|| Winamp || http://www.winamp.com/ || Win || || || || ||
|| XMMS2 || http://xmms2.xmms.se/ || Win || Mac || Linux || Probably || ||
|| Zinf || http://www.zinf.org/ || Win || || Linux || || ||
|| ZLURP || http://www.zlurp.com/ || Win || || || || ||
Line 32: Line 116:
||'''Name'''||'''Location'''||'''Win'''||'''Mac'''||'''Unix'''||'''Other'''||
|| AmigaAMP || http://www.amigaamp.de/ || || || || Amig ||
|| !AudioCatalog || http://www.seansoft.co.uk/ || Win || || || ||
|| Audiograbber || http://www.audiograbber.com-us.net/ || Win || || || ||
|| Audion || http://www.panic.com/audion/ || || Mac || || ||
|| AudioTT || http://www.audiott.com/ || Win || - || - || Java ||
|| Axone, Full read acess to the ID3 frames|| http://flying.guy.chez-alice.fr/Axone.jar || Win || Mac || Unix || Java (1.4) ||
|| CD-Copy || http://www.cdcopy.sk/ || Win || || || ||
|| CD-Tag || http://www.cdtag.com/ || Win || || || ||
|| Dr.TAG || http://www.drtag.de/en/ || ? || || || ||
|| Easy CD-DA Extractor || http://www.poikosoft.com/ || Win || || || ||
|| Helium || http://www.helium-music-manager.com/ || Win || || || ||
|| HTagEditor || http://www.htageditor.de/ || || || || ||
|| ID3edit || http://id3edit.sourceforge.net/ || || || || Unix ||
|| ID3-TagIT || http://www.id3-tagit.de/ || Win || || || ||
|| ID3v2 editor || http://id3v2.sourceforge.net/ || || || || Unix ||
|| The ID3v2 Package || http://www.vindvejr.dk/jacob/amiga/id3/ || || || || Amig ||
|| ID3v2 Audio Text Tool || http://sourceforge.net/projects/id3v2-atxt-tool || || || || Java ||
|| ID3v2 Chapter Tool || http://sourceforge.net/projects/id3v2-chap-tool || Win || || Linux || Java ||
|| ID3v2 Tag Edit || http://www.audioxl.com/ || Win || || || ||
|| iTunes || http://www.apple.com/itunes/ || || Mac || || ||
|| Jaikoz tag editor || http://www.jaikoz.net/ || Win || Mac || Unix || Java ||
|| MP3 Boss || http://www.mp3-boss.com/index.html || Win || || || ||
|| MP3 Collector || http://www.collectorz.com/mp3/ ||Win || || || ||
|| Magic Tagger || http://www.magic-tagger.com/ || Win || || || ||
|| MP3 Rage || http://www.chaoticsoftware.com/ProductPages/MP3Rage.html || || Mac || || ||
|| MP3 Tag Studio || http://www.magnusbrading.com/mp3ts || Win || || || ||
|| Mp3tag || http://www.mp3tag.de/en/ || Win || || || ||
|| Music Library || http://www.wensoftware.com/MusicLibrary/ || Win || || || ||
|| Music Match || http://www.musicmatch.com/ || ? || || || ||
|| !QuickTime 5 || http://www.apple.com/quicktime/ || Win || Mac || || ||
|| Tag&Rename || http://www.softpointer.com/tr.htm || Win || || || ||
|| Winamp || http://www.winamp.com/ || Win || || || ||
|| Zinf || http://www.zinf.org/ || Win || || Linux || ||
|| ZLURP || http://www.zlurp.com/ || Win || || || ||
----
CategoryHomepage

Implementations

Anyone with a user account can edit this page and provide updates. Contact me directly if you want an account.

C/C++ libraries

Java libraries

Perl classes

PHP classes

Python libraries

Ruby libraries

Go libraries

Swift libraries

ActiveX components

.NET libraries

Borland Delphi library

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

http://www.abyssmedia.com/tageditor/

Win

Free

AMVidia Tag Editor

http://amvidia.com/tag-editor

OS X 10.7 or later

AmigaAMP

http://www.amigaamp.de/

Amig

AudioCatalog

http://www.seansoft.co.uk/

Win

AudioGenie

http://www.audiogenie.net/

Win

Audiograbber

http://www.audiograbber.com-us.net/

Win

Audion

http://www.panic.com/audion/

Mac

Audio Transcoder

http://www.audio-transcoder.com/

Win

AudioTT

http://www.audiott.com/

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

http://www.cdcopy.sk/

Win

CD-Tag

http://www.cdtag.com/

Win

Dr.TAG

http://www.drtag.de/en/

?

Easy CD-DA Extractor

http://www.poikosoft.com/

Win

EasyTAG

http://easytag.sourceforge.net/

Win

GPL

Helium

http://www.helium-music-manager.com/

Win

HTagEditor

http://www.htageditor.de/

ID3edit

http://id3edit.sourceforge.net/

Unix

ID3-TagIT

http://www.id3-tagit.de/

Win

ID3 Tag Viewer by Perry Butler

http://glassocean.net/perrys-id3-tag-viewer/

Win

ID3v2 Audio Text Tool

http://sourceforge.net/projects/id3v2-atxt-tool

Java

ID3v2 Chapter Tool

http://sourceforge.net/projects/id3v2-chap-tool

Win

Linux

Java

ID3v2 editor

http://id3v2.sourceforge.net/

Unix

ID3v2 Tag Edit

http://www.audioxl.com/

Win

iTunes

http://www.apple.com/itunes/

Win

Mac

Jaikoz tag editor

http://www.jaikoz.net/

Win

Mac

Unix

Java

Magic Tagger

http://www.magic-tagger.com/

Win

MP3 Boss

http://www.mp3-boss.com/index.html

Win

MP3 Collector

http://www.collectorz.com/mp3/

Win

MP3 Diags

http://mp3diags.sourceforge.net/

Win

Linux

GPL V2

MP3 Rage

http://www.chaoticsoftware.com/ProductPages/MP3Rage.html

Mac

mp3Tag 5

http://www.maniactools.com/soft/mp3tag/

Win

MP3 Tagger

http://www.multimediafeed.com/id3-tags-renaming/multimediafeed-mp3-tagger.html

Win

Mp3tag

http://www.mp3tag.de/en/

Win

MP3 Tag Pro

http://www.maniactools.com/soft/mp3tag-pro/index.shtml

Win

MP3 Tags Editor

http://www.pistonsoft.com/mp3-tags-editor.html

Win

MP3 Tag Studio

http://www.magnusbrading.com/mp3ts

Win

Muzikbrowzer

http://www.muzikbrowzer.com/

Win

Music Library

http://www.wensoftware.com/MusicLibrary/

Win

PureMp3

http://www.mroc.de/puremp3/

Win

Freeware

QuickTime 5

http://www.apple.com/quicktime/

Win

Mac

TagExplorer

http://www.grandersoft.com/products/tagexplorer

Win

Tag Mp3 Saito

http://saitodisse.com.br/tagmp3saito/

Win

GPL

Tagmp3

https://tagmp3.net/

Web app

Freeware

Tag&Rename

http://www.softpointer.com/tr.htm

Win

TagScanner

http://www.xdlab.ru/en/

Win

Freeware

TagTuner

http://www.tagtuner.com/

Win

The ID3v2 Package

http://www.vindvejr.dk/jacob/amiga/id3/

Amig

Winamp

http://www.winamp.com/

Win

XMMS2

http://xmms2.xmms.se/

Win

Mac

Linux

Probably

Zinf

http://www.zinf.org/

Win

Linux

ZLURP

http://www.zlurp.com/

Win


CategoryHomepage

Implementations (last edited 2020-04-19 03:36:21 by DanONeill)

Copyright © 1998-2024 by their respective owners