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.246.181 Times

Audio::TagLib::Tag 1.42

  Date Added: July 17, 2010  |  Visits: 973

Audio::TagLib::Tag

Report Broken Link
Printer Friendly Version


Product Homepage
Download (93 downloads)



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 be suitable for most applications. This is meant to complient the generic APIs found in Audio::TagLib::AudioProperties, Audio::TagLib::File and Audio::TagLib::FileRef. DESTROY() Detroys this Tag instance. String title() [pure virtual] Returns the track name; if no track name is present in the tag String::null will be returned. String artist() [pure virtual] Returns the artist name; if no artist name is present in the tag String::null will be returned. String album() [pure virtual] Returns the album name; if no album name is present in the tag String::null will be returned. String comment() [pure virtual] Returns the track comment; if no comment is present in the tag String::null will be returned. String genre() [pure virtual] Returns the genre name; if no genre is present in the tag String::null will be returned. UV year() [pure virtual] Returns the year; if there is no year set, this will return 0. UV track() [pure virtual] Returns the track number; if there is no track number set, this will return 0. void setTitle(String $s) [pure virtual] Sets the title to $s. If $s is String::null() then this value will be cleared. void setArtist(String $s) [pure virtual] Sets the artist to $s. If $s is String::null() then this value will be cleared. void setAlbum(String $s) [pure virtual] Sets the album to $s. If $s is String::null() then this value will be cleared. void setComment(String $s) [pure virtual] Sets the comment to $s. If $s is String::null() then this value will be cleared. void setGenre(String $s) [pure virtual] Sets the genre to $s. If $s is String::null() then this value will be cleared. For tag formats that use a fixed set of genres, the appropriate value will be selected based on a string comparison. A list of available genres for those formats should be available in that types implementation. void setYear(UV $i) [pure virtual] Sets the year to $i. If $i is 0 then this value will be cleared. void setTrack(UV $i) [pure virtual] Sets the track to $i. If $i is 0 then this value will be cleared. void duplicate(Tag $source, Tag $target, BOOL $overwrite = TRUE) [static] Copies the generic data from one tag to another. NOTE This will no affect any of the lower level details of the tag. For instance if any of the tag type specific data (maybe a URL for a band) is set, this will not modify or copy that. This just copies using the API in this class. If $overwrite is true then the values will be unconditionally copied. If false only empty values will be overwritten..

Requirements: No special requirements
Platforms: Linux
Keyword: Audiotaglibtag Libraries Meta Data Programming String Tag Taglib Uv Value Virtual Void Will Be
Users rating: 0/10

License: Freeware Size: 1.4 MB
USER REVIEWS
More Reviews or Write Review


AUDIO::TAGLIB::TAG RELATED
Graphic Animators  -  RImageOrFlashControl 1.1.2.7
ASP.NET RImageOrFlashControl makes it possible to show a picture or a flash on your web-page depending on the file type. If a file extension is swf, then tag corresponding to the flash, or will be rendered on the page. Likewise,...
19.53 KB  
Libraries  -  Audio::TagLib 1.42
Audio::TagLib is a library for reading and editing audio meta data, commonly known as tags. SYNOPSIS use Audio::TagLib; use warnings; use strict; my $f = Audio::TagLib::FileRef->new("Latex Solar Beef.mp3"); my $artist =...
1.4 MB  
Libraries  -  Image::MetaData::JPEG 0.15
Image::MetaData::JPEG is a Perl extension for showing/modifying JPEG (meta)data. SYNOPSIS use Image::MetaData::JPEG; # Create a new JPEG file structure object my $image = new Image::MetaData::JPEG(somepicture.jpg); die Error: ....
286.72 KB  
Macintosh Software  -  PhotoGPSEditor 1.6
PhotoGPSEditor is an easy to use meta-data editor for photo (JPEG, RAW) files, plus it can match data from GPS (gpx or NMEA) files. The program is freeware, however, donations can be made to help support future development. With PhotoGPSEditor...
2.39 MB  
Graphics Editors  -  PhotoInfoEditor 1.2
PhotoInfoEditor is an easy to use meta-data editor for photo (JPEG/RAW/Tiff) files. The program is freeware, however, donatations can be made to help support future development.With PhotoInfoEditor you can add location and summary details to a...
 
Multimedia & Graphics  -  Image.InfoCards Viewer 2.1
Use IIC Viewer to access all types of information and meta-data previously embedded in pictures using Image.InfoCards (IIC) technology. Image.InfoCards is 100% transparent to applications. Image data is not touched (100% Quality). You can embed...
430.08 KB  
Modules  -  HeadSpace2 3.5.20
Meta-data can be configured for posts, pages, categories, home page, author pages, search pages, 404 page.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Key...
 
Modules  -  Adhoc Key/Value Meta-Data 6.x-1.0-beta1
Allows you to add a field to a node that does not have a defined label.The content creator then can choose the label and value of their choice.The list of labels is presented to the user in an auto-complete as they type.Easy way to allow...
10 KB  
Libraries  -  Ogg::Vorbis::Header 0.03
Ogg::Vorbis::Header is an object-oriented interface to Ogg Vorbis information and comment fields. SYNOPSIS use Ogg::Vorbis::Header; my $ogg = Ogg::Vorbis::Header->new("song.ogg"); while (my ($k, $v) = each %{$ogg->info}) { print "$k: $vn";...
32.77 KB  
Libraries  -  FLV::Tag 0.03
FLV::Tag is a flash video file data structure. This is a subclass of FLV::Base. $self->parse($fileinst) Takes a FLV::File instance and extracts an FLV tag from the file stream. This method then multiplexes that tag into one of the subtypes:...
737.28 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB