pathagar
pathagar copied to clipboard
Pathagar is a simple bookserver serving OPDS feeds
Choose a list of top issues and document with a link to them in the README
We have a few ways to import books, but most of them are available only as django commands. Would be great to have a web interface to upload file, or...
The search options flyout hides when your mouse hover leaves the search box. It disappears before you can reach the search options, so it becomes impossible to click on the...
Some of our bulk upload methods, like the Internet Archive import is commandline based. It already exists as a django command, so we just need some UI to kick that...
I have a books.json created from fetch_ia_item which returns data like ``` { "a_title": "The wonderful wizard of Oz", "cover_path": "/home/adborden/src/pathagar/static_media/books/wonderfulwizardo00baumiala/wonderfulwizardo00baumiala.gif", "tags": [ "Adventure and adventurers", "Wizards" ], "book_path": "/home/adborden/src/pathagar/static_media/books/wonderfulwizardo00baumiala/wonderfulwizardo00baumiala.epub",...
This evening I'll start the initial work on packaging this for Fedora.
This will require breaking a book_file model off of the book model and doing a many to one fkey book => files
- Research if IA metadata supports - ~~research how epub metadata describes series~~