NAME
File::Sticker::Scribe::Epub - read, write and standardize meta-data from GIF file
VERSION
version 4.605
SYNOPSIS
use File::Sticker::Scribe::Epub;
my $obj = File::Sticker::Scribe::Epub->new(%args);
my %meta = $obj->read_meta($filename);
$obj->write_meta(%args);
DESCRIPTION
This will read meta-data from EPUB files, and standardize it to a common nomenclature, such as "tags" for things called tags, or Keywords or Subject etc.
DEBUGGING
whoami
Used for debugging info
METHODS
priority
The priority of this scribe. Scribes with higher priority get tried first.
allowed_file
If this scribe can be used for the given file, then this returns true. File must be an EPUB file.
Helper Functions
Private interface.
_get_the_real_file
If the file is a soft link, look for the file it is pointing to (because ExifTool behaves badly with soft links).
my $real_file = $scribe->_get_the_real_file(filename=>$filename);
BUGS
Please report any bugs or feature requests to the author.