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

@@ -31,8 +31,10 @@ Aniworld is a web-based anime download manager built with Python, FastAPI, and S
+--------v---------+ +--------v---------+
| | | |
| SQLite DB | | File System |
| (aniworld.db) | | (data/*.json) |
| | | |
| (aniworld.db) | | (anime/*/) |
| - Series data | | - Video files |
| - Episodes | | - NFO files |
| - Queue state | | - Media files |
+------------------+ +------------------+
```