Docs Admin Panel Chapter Management

Chapter Management

Upload, organize, and manage manga chapters.

7 views Updated 7 hours ago

Chapter Management

Uploading Chapters

Go to Admin → Manga → [Series] → Add Chapter:

  • Chapter Number — Supports decimal numbers (e.g., 10.5)
  • Title — Optional chapter title
  • Images — Drag & drop or click to upload page images
  • Volume — Optional volume grouping

Bulk Upload

Upload an entire chapter as a ZIP file containing numbered images:

chapter-001/

├── 001.jpg

├── 002.jpg

├── 003.jpg

└── ...

Image Processing

Uploaded images are automatically:

  • Resized to configured max dimensions
  • Converted to WebP (if enabled)
  • Stripped of EXIF metadata
  • Optimized for web delivery

Scheduling

Set a publish date to schedule chapters for future release. Scheduled chapters are visible in the admin but hidden from readers until the set date.

> [!WARNING] Ensure your server's cron job is running for scheduled publishing to work correctly.

Was this article helpful?