20 lines
488 B
Markdown
20 lines
488 B
Markdown
# mediaprep (mvp)
|
|
|
|
A minimal Jellyfin pre-processor for CephFS-based libraries.
|
|
|
|
## Features (MVP)
|
|
- Scan profiles with configurable roots and filters
|
|
- Items table with status, structure, and counts
|
|
- Background scan jobs with logs/progress
|
|
|
|
## Setup
|
|
1) Configure `.env` and prepare the database
|
|
2) Run scan:
|
|
php cli/scan.php
|
|
3) Run worker:
|
|
php cli/worker.php
|
|
4) Serve `public/` via nginx/apache and open in browser
|
|
|
|
## Notes
|
|
- Worker executes scan jobs and updates progress/logs.
|