mirror of
https://github.com/gotson/komga.git
synced 2025-01-09 04:08:00 +08:00
Update README.md
This commit is contained in:
parent
b090c54126
commit
68467de034
@ -6,7 +6,7 @@ Komga is a free and open source comics/mangas server.
|
|||||||
|
|
||||||
Komga just started, and for now it can:
|
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 individual pages of those books via an API
|
||||||
- serve the complete file 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:
|
Future versions may bring:
|
||||||
|
|
||||||
- support for PDF files
|
|
||||||
- support for multiple libraries (multiple folders)
|
- support for multiple libraries (multiple folders)
|
||||||
- a web UI to administrate the server
|
- a web UI to administrate the server
|
||||||
- matching with online metadata sources (like ComicVine) to enrich information like description or genre
|
- 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?
|
## 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 folder containing comic books will be made as a `Serie`
|
||||||
- each comic book file inside a `Serie` will be made as a `Book`
|
- each comic book file inside a `Serie` will be made as a `Book`
|
||||||
|
Loading…
Reference in New Issue
Block a user