Skip to content

Commit

Permalink
Update readme warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarmstrong1207 committed Jul 29, 2024
1 parent 8a6ec9f commit 1ee9484
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ services:
7. Add books by having them placed in the folder you bound to `cwa-book-ingest` in your Docker Compose

**⚠️ ATTENTION ⚠️**
- _Downloading torrent files directly into `/cwa-book-ingest` is currently not supported. It will cause duplicate imports and potentially a corrupt database. This is currently being investigated_
- _The import system doesn't fully work with subdirectories within `/cwa-book-ingest`. Copying folders with books into `/cwa-book-ingest` will work, but not when moving them. This is currently being investigated. Workaround: Move/copy the books directly into `/cwa-book-ingest` without folders_
- _Downloading torrented files directly into `/cwa-book-ingest` is currently not supported. It can cause duplicate imports and potentially a corrupt database. Downloading regular files is not recommended and hasn't been tested to work or not.
- _It is recommended to first download the books completely, then transfer them to `/cwa-book-ingest` to avoid any issues
#### Default Admin Login:
> **Username:** admin\
> **Password:** admin123
Expand Down Expand Up @@ -270,8 +270,8 @@ This wouldn't be my preferred method but if you never really touch your containe
## Adding Books to Your Library
- Simply move your newly downloaded or existing eBook files to the ingest folder which is `/cwa-book-ingest` by default or whatever you designated during setup if using the Script Install method. Anything you place in that folder will be automatically analysed, converted if necessary and then imported into your Calibre-Web library.
- **⚠️ ATTENTION ⚠️**
- _Downloading torrent files directly into `/cwa-book-ingest` is currently not supported. It will cause duplicate imports and potentially a corrupt database. This is currently being investigated_
- _The import system doesn't fully work with subdirectories within `/cwa-book-ingest`. Copying folders with books into `/cwa-book-ingest` will work, but not when moving them. This is currently being investigated. Workaround: Move/copy the books directly into `/cwa-book-ingest` without folders_
- _Downloading torrented files directly into `/cwa-book-ingest` is currently not supported. It can cause duplicate imports and potentially a corrupt database. Downloading regular files is not recommended and hasn't been tested to work or not.
- _It is recommended to first download the books completely, then transfer them to `/cwa-book-ingest` to avoid any issues
- I personally use a script that my instance of qBittorrent will automatically execute upon finishing a download with the category **'books'** to fully automate the process however there's an infinite number of configurations out there so do whatever works best for your needs!
## The Cover-Enforcer CLI Tool
~~~
Expand Down

0 comments on commit 1ee9484

Please sign in to comment.