
Music::Tag::Option - Plugin module for Music::Tag to set tags via tag optons

use Music::Tag
my $filename = "/var/lib/music/artist/album/track.flac";
my $info = Music::Tag->new($filename, { quiet => 1 }, "ogg");
$info->add_plugin(option, { artist => "Sarah Slean" });
$info->get_info();
print "Artist is ", $info->artist;
#Outputs "Artist is Sarah Slean"

Music::Tag::Option is a plugin to set tags via the plugin option.

None.


Any tag accepted by Music::Tag.

Returns the default options for the plugin.
Sets the info in the Music::Tag file to info from options.
Same as set_tag.

No known additional bugs provided by this Module.

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::OGG

Edward Allen III <ealleniii _at_ cpan _dot_ org>

This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, distributed with Perl.

Copyright (c) 2007 Edward Allen III. Some rights reserved.