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 49.598.405 Times

Tag Renewal software
Filter: All | Freeware | Demo
 

Tag Renewal

< 1 2 3 4 5 > 
Added: May 17, 2010 | Visits: 1.193

AudioFile::Info::MP3::Tag AudioFile::Info::MP3::Tag is a Perl extension to get info from MP3 files. This is a plugin for AudioFile::Info which uses MP3::Tag to get or set data about MP3 files. METHODS new Creates a new object of class AudioFile::Info::MP3::Tag. Usually called by AudioFile::Info::new..



Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): AudioFile::Info::MP3::Tag Download

Added: July 17, 2010 | Visits: 967

Audio::TagLib::Tag Audio::TagLib::Tag is a simple, generic interface to common audio meta data fields. This is an attempt to abstract away the difference in the meta data formats of various audio codecs and tagging schemes. As such it is generally a subset of what is available in the specific formats but should...





Platforms: *nix

License: Freeware Size: 1.4 MB Download (93): Audio::TagLib::Tag Download

Added: March 24, 2010 | Visits: 1.335

Tag Editor Tag Editor is a Firefox extension that generates tag links for your blog. Its practically a tag editor for your blog..


Platforms: *nix

License: Freeware Size: 32.77 KB Download (97): Tag Editor Download

Added: October 20, 2010 | Visits: 2.610

Tag Cloud Explorer Tag Cloud Explorer allows you to do keywords based search on your site published documents. This product installs a tag cloud portlet on your Plone site The portlet allow you to do keywords based search on your site published documents. Multi-keywords search is also possible, by clicking on...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (108): Tag Cloud Explorer Download

Added: March 15, 2010 | Visits: 898

Tag Guesser Tag Guesser script implements a tag guesser, such as the one found in JuK, for amaroK. Tag Guesser can guess what mp3s tags are based on user supplied formats of the filenames. This script is not needed for amarok >= 1.4 because the feature is now builtin. This is the first release, so please...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Tag Guesser Download

Added: June 26, 2010 | Visits: 980

tag-not-ed tag-not-ed is a TAGged NOTes EDitor. This is the homepage of tag-not-ed, my favourite program. [You might have read this before somewhere else] Give it a try if you feel like it. It is a system which allows you to create and manage text documents by attaching tags to them. Later, documents...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (90): tag-not-ed Download

Added: February 07, 2010 | Visits: 1.490

GTK Ogg Vorbis Tag Editor The GTK Ogg Vorbis Tag Editor allows you to edit the tag information in ogg vorbis files. The following basic libraries are necessary for assembly of the program: GTK 1.2.5 or is higher (http://www.gtk.org) Ogg Vorbis the library of the version 1.0beta3 or above (is desirable from CVS)...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (100): GTK Ogg Vorbis Tag Editor Download

Added: October 22, 2010 | Visits: 1.740

Ogg Vorbis Tag Editor for XMMS Ogg Vorbis Tag Editor for XMMS is a plugin for XMMS which allows you to edit the tags in ogg vorbis files. The editor is built into the vorbis plugin for XMMS.. Get GTK Ogg Vorbis TAG Editor at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (117): Ogg Vorbis Tag Editor for XMMS Download

Added: February 04, 2010 | Visits: 851

MP3::Tag::LastResort MP3::Tag::LastResort is a Perl module for using other fields to fill autoinfo fields. SYNOPSIS my $mp3extra = MP3::Tag::LastResort::new_with_parent($filename, $parent); $comment = $mp3inf->comment(); see MP3::Tag MP3::Tag::LastResort is designed to be called from the MP3::Tag module. It...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): MP3::Tag::LastResort Download

Added: July 18, 2010 | Visits: 1.007

RFID::ISO15693::Tag RFID::ISO15693::Tag is an ISO15693 RFID Tag. METHODS new Returns a new RFID::ISO15693::Tag object. combine Combine two RFID::ISO15693::Tag object and returns set Set contents of the tag by a hash. get Return contents of the tag as a hash. getref Return contents of the tag as...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (218): RFID::ISO15693::Tag Download

Added: August 08, 2010 | Visits: 1.963

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 (120): MP3::Tag::ID3v2 Download

Added: March 04, 2010 | Visits: 927

MP3::Tag MP3::Tag is a Perl module for reading tags of MP3 audio files. SYNOPSIS use MP3::Tag; $mp3 = MP3::Tag->new($filename); # get some information about the file in the easiest way ($title, $track, $artist, $album, $comment, $year, $genre) = $mp3->autoinfo(); $comment = $mp3->comment(); #...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): MP3::Tag Download

Added: February 03, 2010 | Visits: 999

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 (98): MP3::Tag::ID3v2-Data Download

Added: February 04, 2010 | Visits: 861

Template::Plugin::MP3::Tag Template::Plugin::MP3::Tag is a Perl interface to the MP3::Tag Module. SYNOPSIS [% USE tag = MP3("path_to_mp3_file") %] [% tag.title %] [% tag.album %] # perldoc MP3::Tag for more ideas Template::Plugin::MP3::Tag provides a simple wrapper for using MP3::Tag in object oriented mode; see...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Template::Plugin::MP3::Tag Download

Added: July 20, 2010 | Visits: 898

Xephyrus Data Structures Tag Library Xephyrus Data Structures Tag Library provides an easy way to create and manipulate the contents of common Java data-structures such as maps and lists. Whats New in This Release: - The library was polished up. - Several improvements were made and a few bugs were fixed. - This version is...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (91): Xephyrus Data Structures Tag Library Download

Added: November 17, 2010 | Visits: 1.467

Xephyrus File Upload Tag Library Xephyrus File Upload Tag Library provides an easy way to process files uploaded from a web form from within JSP pages. It is a tag library wrapper around the Jakarta Commons FileUpload utility. Whats New in This Release: - added keepPath attribute to remotePath tag to indicate whether to keep...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (125): Xephyrus File Upload Tag Library Download

Released: July 01, 2010  |  Added: July 31, 2010 | Visits: 4.421

SharePoint 2010 Tag Suggester While manually tagging or categorizing items and documents in Microsoft SharePoint 2010 using the managed metadata / enterprise keyword column, the Tag Suggester for SharePoint 2010 automatically offers a set of appropriate content-based category or keyword suggestions, depending on the term...


Platforms: Windows

License: Shareware Cost: $1899.00 USD Size: 97.66 KB Download (96): SharePoint 2010 Tag Suggester Download

Released: March 05, 2010  |  Added: January 09, 2012 | Visits: 1.143

Barcode Tag Software Best barcode image producer application offers unique features to create and print high quality barcode labels of different colors and styles of emerging needs of business organization preferred worldwide. 2010 Best Barcode tag software uses highly powerful utility which supports around 30...


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 3.76 MB Download (109): Barcode Tag Software Download

Released: July 04, 2012  |  Added: October 02, 2012 | Visits: 1.673

Stamp Free ID3 Tag Editor Stamp Free ID3 Tag Editor allows you to add or change the internal file information associated with an audio file. Software applications such as WavePad Audio Editor and portable music devices such as IPods read and display ID3 tag information and allow you to organize your music by, among other...


Platforms: Windows

License: Freeware Size: 449.12 KB Download (118): Stamp Free ID3 Tag Editor Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 411

Tag Backup & Restore Tag archiving utility for MP3 and other digital audio files. Backup and restore tag data to and from MS Acess 2000 database file (.mdb), Excel worksheet (.xls), or delimited text file (.csr). Edit tags in Excel and import to tags. Copy tags between like-named files of different encoding types....


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 2.93 MB Download (689): Tag Backup & Restore Download

< 1 2 3 4 5 >