mirror of
https://github.com/venera-app/venera.git
synced 2025-09-26 23:47:23 +00:00
Update import_comic.md
This commit is contained in:
@@ -7,17 +7,9 @@ However, the comic files must be in a specific format.
|
||||
|
||||
## Comic Directory
|
||||
|
||||
A directory considered as a comic directory only if it follows the following two types of structure:
|
||||
A directory considered as a comic directory only if it follows one of the following two types of structure:
|
||||
|
||||
The file name can be anything, but the extension must be a valid image extension.
|
||||
|
||||
The page order is determined by the file name. App will sort the files by name and display them in that order.
|
||||
|
||||
Cover image is optional.
|
||||
If there is a file named `cover.[ext]` in the directory, it will be considered as the cover image.
|
||||
Otherwise, the first image will be considered as the cover image.
|
||||
|
||||
### Without Chapter
|
||||
**Without Chapter**
|
||||
|
||||
```
|
||||
comic_directory
|
||||
@@ -28,7 +20,7 @@ comic_directory
|
||||
├── ...
|
||||
```
|
||||
|
||||
### With Chapter
|
||||
**With Chapter**
|
||||
|
||||
```
|
||||
comic_directory
|
||||
@@ -46,6 +38,16 @@ comic_directory
|
||||
├── ...
|
||||
```
|
||||
|
||||
The file name can be anything, but the extension must be a valid image extension.
|
||||
|
||||
The page order is determined by the file name. App will sort the files by name and display them in that order.
|
||||
|
||||
Cover image is optional.
|
||||
If there is a file named `cover.[ext]` in the directory, it will be considered as the cover image.
|
||||
Otherwise, the first image will be considered as the cover image.
|
||||
|
||||
The name of directory will be used as comic title. And the name of chapter directory will be used as chapter title.
|
||||
|
||||
## Archive
|
||||
|
||||
Venera supports importing comics from archive files.
|
||||
@@ -56,4 +58,4 @@ Currently, Venera supports the following archive formats:
|
||||
- `.cbz`
|
||||
- `.cb7`
|
||||
- `.zip`
|
||||
- `.7z`
|
||||
- `.7z`
|
||||
|
Reference in New Issue
Block a user