fix: support missing/no-episodes library filters (API, UI, docs, tests)

This commit is contained in:
2026-03-16 21:01:59 +01:00
parent e44a8190d0
commit 151a08e033
8 changed files with 227 additions and 99 deletions

View File

@@ -59,6 +59,10 @@ The application now features a comprehensive configuration system that allows us
## Anime Management
- **Anime Library Page**: Display list of anime series with missing episodes
- **Library Filters**:
- "Missing Episodes Only" (shows only series with missing episodes, including series that currently have no downloaded episodes)
- "No Episodes" (shows series that are present in the library but have zero downloaded episodes)
- "Show All Series" (overrides other filters to show every series)
- **Database-Backed Series Storage**: All series metadata and missing episodes stored in SQLite database
- **Automatic Database Synchronization**: Series loaded from database on startup, stays in sync with filesystem
- **Series Selection**: Select individual anime series and add episodes to download queue