Docs: Update all documentation for series loading and episode tracking fixes

This commit is contained in:
2026-01-18 16:10:34 +01:00
parent 2495b07fc4
commit df19f8ad95
5 changed files with 42 additions and 4 deletions

View File

@@ -81,7 +81,10 @@ Source: [src/server/database/models.py](../src/server/database/models.py#L23-L87
### 3.2 episodes
Stores individual episode information.
Stores **missing episodes** that need to be downloaded. Episodes are automatically managed during scans:
- New missing episodes are added to the database
- Episodes that are no longer missing (files now exist) are removed from the database
- When an episode is downloaded, it can be marked with `is_downloaded=True` or removed from tracking
| Column | Type | Constraints | Description |
| ---------------- | ------------- | ---------------------------- | ----------------------------- |