Update README.md

This commit is contained in:
Gauthier 2019-08-30 18:42:23 +08:00 committed by GitHub
parent b090c54126
commit 68467de034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Komga is a free and open source comics/mangas server.
Komga just started, and for now it can:
- scan and index a folder containing comic book archives in `cbz` and `cbr` format. Rescan periodically.
- scan and index a folder containing comic book archives in `cbz` and `cbr` format, as well as `pdf`. Rescan periodically.
- serve the individual pages of those books via an API
- serve the complete file via an API
@ -17,7 +17,6 @@ It's aimed to work with [Tachiyomi](https://github.com/inorichi/tachiyomi) throu
Future versions may bring:
- support for PDF files
- support for multiple libraries (multiple folders)
- a web UI to administrate the server
- matching with online metadata sources (like ComicVine) to enrich information like description or genre
@ -26,7 +25,7 @@ The long term vision is to offer something similar to Plex, but for comics!
## What does it do?
Komga will scan your library's root folder for directories containing supported files (at the moment `cbz`, `zip`, `cbr` and `rar`):
Komga will scan your library's root folder for directories containing supported files (at the moment `cbz`, `zip`, `cbr`, `rar` and `pdf`):
- each folder containing comic books will be made as a `Serie`
- each comic book file inside a `Serie` will be made as a `Book`