Query: mp3::tag::inf
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MP3::Tag::Inf(3pm) User Contributed Perl Documentation MP3::Tag::Inf(3pm)NAMEMP3::Tag::Inf - Module for parsing .inf files associated with music tracks.SYNOPSISmy $mp3inf = MP3::Tag::Inf->new($filename); # Name of MP3 or .INF file # or an MP3::Tag::File object ($title, $artist, $album, $year, $comment, $track) = $mp3inf->parse(); see MP3::TagDESCRIPTIONMP3::Tag::Inf is designed to be called from the MP3::Tag module. It parses the content of .inf file (created, e.g., by cdda2wav). parse() ($title, $artist, $album, $year, $comment, $track) = $mp3inf->parse($what); parse_filename() extracts information about artist, title, track number, album and year from the .inf file. $what is optional; it maybe title, track, artist, album, year or comment. If $what is defined parse() will return only this element. As a side effect of this call, $mp3inf->{info} is set to the hash reference with the content of particular elements of the .inf file. Typically present are the following fields: CDINDEX_DISCID CDDB_DISCID MCN ISRC Albumperformer Performer Albumtitle Tracktitle Tracknumber Trackstart Tracklength Pre-emphasis Channels Copy_permitted Endianess Index The following fields are also recognized: Year Trackcomment perl v5.14.2 2009-04-15 MP3::Tag::Inf(3pm)
Related Man Pages |
---|
taggrepper(1) - debian |
id3_get_tag(3) - php |
mp3::tag::cue(3pm) - debian |
mp3::tag::id3v1(3pm) - debian |
id3(1) - suse |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
Detecting unused variables... |
One instance of comparing grep and awk |