Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.435.724 Times

Id3v2 software
Filter: All | Freeware | Demo
 

Id3v2

1 2 3 4 5 > 
Added: June 07, 2010 | Visits: 704

Audio::TagLib::ID3v2::SynchData Audio::TagLib::ID3v2::SynchData is a Perl module with a few functions for ID3v2 synch safe integer conversion. SYNOPSIS use Audio::TagLib::ID3v2::SynchData; print Audio::TagLib::ID3v2::SynchData->toUInt( Audio::TagLib::ByteVector->new("11")), "n"; # got 6321 print...



Platforms: *nix

License: Freeware Size: 1.4 MB Download (94): Audio::TagLib::ID3v2::SynchData Download

Added: April 22, 2010 | Visits: 844

Audio::TagLib::ID3v2::RelativeVolumeFrame Audio::TagLib::ID3v2::RelativeVolumeFrame is an ID3v2 relative volume adjustment frame implementation. SYNOPSIS use Audio::TagLib::ID3v2::RelativeVolumeFrame; my $i = Audio::TagLib::ID3v2::RelativeVolumeFrame->new( Audio::TagLib::ByteVector->new("")); $i->setChannelType("MasterVolume");...





Platforms: *nix

License: Freeware Size: 1.4 MB Download (92): Audio::TagLib::ID3v2::RelativeVolumeFrame Download

Added: August 08, 2010 | Visits: 1.971

MP3::Tag::ID3v2 MP3::Tag::ID3v2 is a Read / Write ID3v2.x.y tags from mp3 audio files. SYNOPSIS MP3::Tag::ID3v2 supports * Reading of ID3v2.2.0 and ID3v2.3.0 tags (some ID3v2.4.0 frames too) * Writing of ID3v2.3.0 tags MP3::Tag::ID3v2 is designed to be called from the MP3::Tag module. use MP3::Tag; $mp3...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (126): MP3::Tag::ID3v2 Download

Added: February 03, 2010 | Visits: 1.014

MP3::Tag::ID3v2-Data MP3::Tag::ID3v2-Data can get_frame() data format and supported frames. SYNOPSIS $mp3 = MP3::Tag->new($filename); $mp3->get_tags(); $id3v2 = $mp3->{ID3v2} if exists $mp3->{id3v2}; ($info, $long) = $id3v2->get_frame($id); # or ($info, $long) = $id3v2->get_frame($id, raw); This document...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (104): MP3::Tag::ID3v2-Data Download

Added: December 03, 2013 | Visits: 1.751

id3v2 id3v2 is a command line id3v2 tag editor. You can add/modifiy/delete id3v2 tags and convert id3v1 tags to id3v2 tags. It's uses id3lib. I'm looking for a co-maintainer. Please email myers_carpenter if you are interested.


Platforms: *nix

License: Freeware Size: 122.88 KB Download (71): id3v2 Download

Added: March 06, 2010 | Visits: 1.012

ID3v2 Chapter Tool ID3v2ChapterTool is an application which allows you to author and embed chapter information in your MP3 files. ID3v2 Chapter Tool project is part of the BBC open source initiative and is maintained as a Sourceforge project. The application uses a new signalling specification that has been...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (111): ID3v2 Chapter Tool Download

Added: April 26, 2006 | Visits: 5.669

ID3KILL ID3 is a general tagging format for audio, which makes it possible to store meta data (album, year, genre, ...) about the song inside the audio file itself. This freeware tool removes and lists ID3v1 and ID3v2 tags from MP3 files. This is useful if you encounter incorrect tags in your MP3...


Platforms: Windows

License: Freeware Size: 186 KB Download (813): ID3KILL Download

Added: May 16, 2006 | Visits: 7.098

Collectorz.com MP3 Collector Catalog your MP3, Ogg Orbis, WMA, APE, FLAC and WAV files automatically by scanning your harddisk(s) and CD-ROMs. Edit ID3v1, ID3v2, Vorbis, WMA and APE tags in batch or manual mode. Rename your files automatically using tag data. Creating playlists in .M3U or .PLS formats. Browse your audio file...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 3.2 MB Download (683): Collectorz.com MP3 Collector Download

Added: March 25, 2006 | Visits: 3.542

eMusic Tag Editor Organize your MP3/WMA collection. You can edit ID3v1 and ID3v2 tag fields (such as Artist, Genre) for several files at the same time. Program lets you automate tasks and then manipulate tag information with just one click. You also get advanced features, such as renaming files using tags,...


Platforms: Windows

License: Shareware Cost: $17.00 USD Size: 1.26 MB Download (145): eMusic Tag Editor Download

Released: March 03, 2008  |  Added: March 03, 2008 | Visits: 8.060

MP3 EZlib Music Library/Playlist Manager EZlib is a Free MP3 Music Library and Playlist Manager Features: (1) Custom-Query on 14 ID3v2 tag fields and file dates (2) Single and mass ID3v2 tag update (3) Four user-defined, custom ID3v2 tag fields (4) Four user-defined music rating fields plus tempo (5) Pictures...


Platforms: Windows

License: Freeware Size: 2.35 MB Download (578): MP3 EZlib Music Library/Playlist Manager Download

Added: August 09, 2008 | Visits: 1.315

ID3v2 Library A component for use in Win32 (9x/ME/2K/XP/Vista) software. Supports ID3v1 and ID3v2 Taging formats. Requirements: any dev. environment that supports the stdcall calling convention.


Platforms: Windows

License: Shareware Cost: $67.00 USD Size: 295 KB Download (126): ID3v2 Library Download

Added: October 06, 2010 | Visits: 1.289

MP3::ID3Lib::Frame MP3::ID3Lib::Frame is an ID3v1/ID3v2 Tagging Frames. SYNOPSIS use MP3::ID3Lib; my $id3 = MP3::ID3Lib->new($filename); foreach my $frame (@{$id3->frames}) { my $code = $frame->code; my $description = $frame->description; my $value = $frame->value; $frame->set("Orange") if $code eq COMM;...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (97): MP3::ID3Lib::Frame Download

Added: May 15, 2010 | Visits: 833

MP3::ID3Lib MP3::ID3Lib is a Perl module for ID3v1/ID3v2 Tagging of MP3 files. SYNOPSIS use MP3::ID3Lib; my $id3 = MP3::ID3Lib->new($filename); foreach my $frame (@{$id3->frames}) { my $code = $frame->code; my $description = $frame->description; my $value = $frame->value; $frame->set("Orange") if...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (90): MP3::ID3Lib Download

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 671

MP3-Tag-Editor The MP3-Tag-Editor is a tool to modify the track information (ID3v1 und ID3v2) of mp3 files in a fast and simple manner. It is exactly the right program to tidy up your mp3 collection. Here are some features of the MP3-Tag-Editor: Type the track information of many mp3 files simple and fast....


Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 1.18 MB Download (55): MP3-Tag-Editor Download

Added: August 21, 2006 | Visits: 13.384

MP3 Boss: MP3 Database/Manager 0.51 MP3 Boss allows you to easily and fully manage and play your MP3 song files. MP3 Boss includes integrated support for WinAmp, automatic scanning of MP3 tags (ID3v1, ID3v2, and Lyrics), extensive database functions (sorting, searching, filtering, reporting), general file management (rename, move...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 11.72 MB Download (1111): MP3 Boss: MP3 Database/Manager 0.51 Download

Added: April 11, 2007 | Visits: 13.304

MP3 Tag Clinic Display all your tag data from all files in a folder in a feature-rich, editable table. Edit tag fields individually, or select a multi-file combination of fields or tags to apply the same editing function to all of them at once. Rename files based upon their tag data, or create the tag data...


Platforms: Windows

License: Shareware Cost: $26.00 USD Size: 4.38 MB Download (1300): MP3 Tag Clinic Download

Added: April 10, 2006 | Visits: 3.525

All To WMA Converter If you need to convert your audio files to WMA 8 format try to use our All To WMA Converter - it gives you ability to start conversion directly from Explorer. This software supports MP3,OGG and WAV PCM source formats, ID3v2 Tag (copying from source or creation of a new one). You can quickly and...


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.7 MB Download (329): All To WMA Converter Download

Released: April 18, 2007  |  Added: April 23, 2007 | Visits: 4.197

Audio Conversion Wizard You want to convert your digital audio easily from one format to another, but you feels yourself not very experienced with computer? You are professional and you want perform conversion from one format to another with maximum speed and minimum of hard drive space required? Audio Conversion Wizard...


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 6.07 MB Download (696): Audio Conversion Wizard Download

Added: April 16, 2006 | Visits: 8.023

Mp3 Tag Tools Mp3 Tag Tools v1.2 (C) 2002 John George K. is a free, intutive ID3v1.1 and ID3v2.x mp3 tag editing utility, with several features such as Mass Tagging, Write Tags from Filenames and Rename Files From Tags using Custom Formats , Cleaning Filenames and Correcting their case, Get Tag info using...


Platforms: Windows

License: Freeware Size: 187 KB Download (1214): Mp3 Tag Tools Download

Added: July 03, 2006 | Visits: 5.200

Softdiv CD Ripper Softdiv CD Ripper makes direct digital copies from audio CDs and save them as MP3, WMA, OGG, WAV, RAW, VOX, G.723, and G.726. Softdiv CD Ripper also support CDDB (Internet Compact Disc Database) where you can retrieve disc information from the Internet. Softdiv CD Ripper also includes a ID3v2...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 3.81 MB Download (174): Softdiv CD Ripper Download

1 2 3 4 5 >