You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-62Lines changed: 9 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,15 @@ Calibre-Web Automated aims to be an all-in-one solution, combining the modern li
64
64

65
65
<pstyle="text-align:center;"><i>CWA allows you to keep your ebook library accessible & organised and looks good while doing it</i> 😎🦚</p>
66
66
67
+
## Join our Community! ❤️
68
+
69
+
- I want to say a **big thanks** 🙏 to all the members of this community that have taken the time to participate in the testing and development of this project and we encourage anyone who would like to to contribute in some way. Anyone of any level is welcome and every little helps!
70
+
-**For anyone that wish to contribute to this project in some way**, please reach out on our Discord Server and see how you can best get involved:\
<!-- - **Simple CLI Tools** for manual fixes, conversions, enforcements, history viewing ect. 👨💻
195
-
196
-
- Built-in command-line tools now also exist for:
197
-
- Viewing the Edit History of your Library files _(detailed above)_
198
-
- Listing all of the books currently in your Library with their current Book IDs
199
-
- **Manually enforcing the covers & metadata for ALL BOOKS** in your library using the `cover-enforcer -all` command from within the container **(RECOMMENDED WITH FIRST TIME USE)**
200
-
- Manually Enforcing the Covers & Metadata for any individual books by using the following command
- Please be aware that while CWA currently works for most people, it is still under active development and that bugs and unexpected behaviours can occur while we work and the code base matures
209
-
- I want to say a big thanks 🙏 to the members of this community that have taken the time to participate in the testing and development of this project and we encourage anyone who would like to to contribute in some way. Anyone of any level is welcome and every little helps!
210
-
- For any others that wish to contribute to this project in some way, please reach out on our Discord Server and see how you can best get involved:\
# Features Currently Under Active Development and on our Roadmap 🏗️🛣️
215
204
216
205
#### High Priority 🚨
@@ -338,48 +327,6 @@ And just like that, Calibre-Web Automated should be up and running! **HOWEVER**
338
327
339
328
CWA now includes built-in KOReader syncing functionality, allowing you to sync your reading progress across devices using KOReader. This feature provides a modern, secure alternative to traditional KOReader sync servers. Navigate to `http://your-cwa-instance:8083/kosync` in your browser where you'll find download links and installation instructions for the CWA KOReader plugin.
Upon receiving a log, valid directory or an "-all" flag, this script will enforce the covers and metadata of the corresponding books, making sure that each are correctly stored in
349
-
both the epubs themselves and the user's Calibre Library. Additionally, if an epub happens to be in EPUB 2 format, it will also be automatically upgraded to EPUB 3.
350
-
351
-
options:
352
-
-h, --help show this help message and exit
353
-
--log LOG Will enforce the covers and metadata of the books in the given log file.
354
-
--dir DIR Will enforce the covers and metadata of the books in the given directory.
355
-
-all Will enforce covers & metadata for ALL books currently in your calibre-library-dir
356
-
-list, -l List all books in your calibre-library-dir
357
-
-history Display a history of all enforcements ever carried out on your machine (not yet implemented)
358
-
-paths, -p Use with '-history' flag to display stored paths of all epubs in enforcement database
359
-
-v, --verbose Use with history to display entire enforcement history instead of only the most recent 10 entries
360
-
```
361
-
362
-

0 commit comments