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

NAME

App::MP4Meta::Base - Base class. Contains common functionality.

VERSION

version 1.153340

SYNOPSIS

  my $base = App::MP4Meta::Base->new( ap => 'path/to/ap' );

METHODS

new( %args )

Create new object. Takes the following arguments:

  • ap - Path to the AtomicParsley command. Optional.

  • noreplace - If true, do not replace file, but save to temp instead

  • verbose - If true, print verbosely

  • sources - A list of sources to load

  • genre - Define a genre for the media file

  • title - Define a title for the media file

  • coverfile - Define the path to a coverfile for the media file

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.