NAME
App::MP4Meta::Source::Data::Base - Base class for metadata.
VERSION
version 1.153340
SYNOPSIS
my $episode = App::MP4Meta::Source::Data::Base->new(%data);
ATTRIBUTES
cover
Path to cover imaage.
genre
Genre.
overview
Overview or description.
title
Title.
year
Year.
METHODS
merge ($to_merge)
Merges $to_merge in $self, without overwriting $self.
AUTHOR
Andrew Jones <andrew@arjones.co.uk>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 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.