NAME
Music::Tag::Ogg - Plugin module for Music::Tag to get information from ogg-vorbis headers.
SYNOPSIS
use Music::Tag
my $filename = "/var/lib/music/artist/album/track.ogg";
my $info = Music::Tag->new($filename, { quiet => 1 }, "ogg");
$info->get_info();
print "Artist is ", $info->artist;
DESCRIPTION
Music::Tag::OGG is used to read ogg-vorbis header information. It uses Music::Tag::OGG.
No values are required (except filename, which is usually provided on object creation). You normally read information from Music:Tag::OGG first.
SET VALUES
- title, track, totaltracks, artist, album, comment, releasedate, genre, disc, label
-
Uses standard tags for these
- asin
-
Uses custom tag "ASIN" for this
- mb_artistid, mb_albumid, mb_trackid, mip_puid, countrycode, albumartist
-
Uses MusicBrainz recommended tags for these.
OPTIONS
None at the momment.
BUGS
No known additional bugs provided by this Module
SEE ALSO INCLUDED
Music::Tag, Music::Tag::Amazon, Music::Tag::File, Music::Tag::FLAC, Music::Tag::Lyrics, Music::Tag::M4A, Music::Tag::MP3, Music::Tag::MusicBrainz, Music::Tag::Option
SEE ALSO
AUTHOR
Edward Allen III <ealleniii _at_ cpan _dot_ org>
COPYRIGHT
Copyright (c) 2007 Edward Allen III. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, distributed with Perl.
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 37:
You forgot a '=back' before '=head1'
- Around line 39:
'=item' outside of any '=over'
- Around line 158:
You forgot a '=back' before '=head1'