The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

AtomicParsley::Command::Tags - represent the mp4 metatags

VERSION

version 1.120620

SYNOPSIS

  my $tags = AtomicParsley::Command::Tags->new(%tags);

ATTRIBUTES

artist

title

album

genre

tracknum

disk

comment

year

lyrics

composer

grouping

artwork

bpm

albumArtist

compilation

advisory

stik

description

TVNetwork

TVShowName

TVEpisode

TVSeasonNum

TVEpisodeNum

podcastFlag

category

keyword

podcastURL

podcastGUID

purchaseDate

encodingTool

gapless

METHODS

prepare

Prepares the tags into an array suitable for passing to AtomicParsley via IPC::Cmd.

SEE ALSO

AUTHOR

Andrew Jones <andrew@arjones.co.uk>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Andrew Jones.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.