diff --git a/README.md b/README.md index 0c9131e3b..efada3fb2 100644 --- a/README.md +++ b/README.md @@ -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`