From 0cbf559db9fd8556273e726fd1c2fb9b90fa2aab Mon Sep 17 00:00:00 2001 From: th3r00t Date: Mon, 11 May 2020 20:29:19 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 86d48fa..1f4d44c 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ running the installer. We are now categorizing your ebooks into collections based on the folder structure used to store them. Any folder after the root book folder is now considered as a collection. - #### books/forgotten realms/ -> Forgotten Realms Collection. #### books/Dune/Prelude To Dune -> Dune, & Preluse To Dune Collections. From 95cc5fa37db09476429d187753e8758cd9c430e7 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Mon, 11 May 2020 20:45:14 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1f4d44c..44e167d 100755 --- a/README.md +++ b/README.md @@ -60,11 +60,6 @@ installation already present in the source now, however it is not complete and should not be relied upon to be present in future releases unless completed by a member of the community, - -## 0.4.1 Patch Notes. -### Filename detection -Now using os.path.splitext to ensure proper formating of downloaded files - ## Development * [`pre-commit`](https://pre-commit.com/) @@ -82,15 +77,24 @@ All configuration is now handled by the installer. Running via the Django test server might be possible, albeit not recomended. -## In Progress +### In Progress -* Organizational tools. -* Docker image for those who need it. -* Improved cover image storage, and acquisition. +#### Organizational tools. +- [x] Automated Collections +- [ ] Manual Collections +- [ ] Books Removal +- [ ] Access Restrictions +- [ ] Metadata Manipulation +- [ ] Others? +#### Improved cover image storage, and acquisition. +#### OPDS Support +#### Support for other formats +- [ ] .mobi +- [ ] .pdf +- [ ] .cbz +- [ ] .zip (Zipped book folders, is this a new idea? (Consider storing your library folders zipped and retrieving a book on demand)) -## Future Goals -* Support for other book formats (Currently only supporting EPUBS) -* Terminal Backend for catalogue maintenance -* Calculate page count from total characters +### Future Goals +#### Terminal Backend for catalogue maintenance +#### Calculate page count from total characters * (Thanks to @Fireblend for the idea) https://github.com/th3r00t/pyShelf/issues/3 -* Reader for easy integration with your catalogue