Merge branch 'development' of github.com:th3r00t/pyShelf into local development

This commit is contained in:
Raelon Masters
2020-05-11 21:32:12 -04:00

32
README.md vendored
View File

@@ -61,11 +61,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 should not be relied upon to be present in future releases unless completed by
a member of the community, 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 ## Development
* [`pre-commit`](https://pre-commit.com/) * [`pre-commit`](https://pre-commit.com/)
@@ -83,15 +78,24 @@ All configuration is now handled by the installer.
Running via the Django test server might be possible, albeit not recomended. Running via the Django test server might be possible, albeit not recomended.
## In Progress ### In Progress
* Organizational tools. #### Organizational tools.
* Docker image for those who need it. - [x] Automated Collections
* Improved cover image storage, and acquisition. - [ ] 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 ### Future Goals
* Support for other book formats (Currently only supporting EPUBS) #### Terminal Backend for catalogue maintenance
* Terminal Backend for catalogue maintenance #### Calculate page count from total characters
* Calculate page count from total characters
* (Thanks to @Fireblend for the idea) https://github.com/th3r00t/pyShelf/issues/3 * (Thanks to @Fireblend for the idea) https://github.com/th3r00t/pyShelf/issues/3
* Reader for easy integration with your catalogue