add incremental enrich controls with progress and retry limits

This commit is contained in:
windyboy
2026-02-09 23:55:13 +08:00
parent 259e7506d7
commit 59a3b52fee
15 changed files with 1653 additions and 142 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ class TestConfig:
config = Config(library_root=Path("/test"))
assert config.categories == {
"movie": ["movie"],
"series": ["series"],
"movie": ["movie", "movies"],
"series": ["series", "tv", "shows"],
"anime": ["anime"]
}