Author: @IzzySoft
This issue has been raised with ticket:17 in the original tracker, and was transferred here slightly altered:
it would be nice if minicalope could fetch the title, author, lang, etc right from the epub file, instead of taking the dir/filename or relying on additional *.data files that will be hard to maintain for the user in the long run.
This might be tricky to do in PHP, so an alternative idea could be to allow the user to use a 'backend' that will parse the epub file and return metadat in the format expected by minicalope.
The referenced "ticket" includes a patch, relying on a backend written in C and also attached.
Author: @IzzySoft
This issue has been raised with [ticket:17](http://projects.izzysoft.de/trac/minicalope/ticket/17) in the original tracker, and was transferred here slightly altered:
> it would be nice if minicalope could fetch the title, author, lang, etc right from the epub file, instead of taking the dir/filename or relying on additional `*.data` files that will be hard to maintain for the user in the long run.
>
> This might be tricky to do in PHP, so an alternative idea could be to allow the user to use a 'backend' that will parse the epub file and return metadat in the format expected by minicalope.
The referenced "ticket" includes a patch, relying on a backend written in C and also attached.