I am creating simple app for ebooks handling. Extracting info from epub files is piece of cake, there are plenty of packages for getting info about author of book, title, cover, description etc. But how to extract this informations from mobi files? Any suggestions?
Asked
Active
Viewed 4,290 times
3
-
Take a look at [this repo](https://github.com/kroo/mobi-python). Although it's a `alpha quality software`, maybe it could be used. – vrs Feb 18 '16 at 16:17
1 Answers
4
You have several options:
- http://www.mobileread.com/forums/showthread.php?t=61986
- https://github.com/kroo/mobi-python
- How to get ISBN number from .mobi file with python
And while it's a but large task, I'm suggesting to check Calibre's repo and search for metadata reading.
Or if you don't mind installing and calling a binary package, Calibre has the ebook-meta command which allows reading and setting metadata.

Community
- 1
- 1

Zsolt Botykai
- 50,406
- 14
- 85
- 110