From d9738ffb7811064606a7aaa51d6bedaeabc173f6 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 5 Jun 2026 20:49:27 +0200 Subject: [PATCH] docs: add fuzzy series key resolution to features.md - Add Folder Management section with fuzzy title matching feature - Tolerates title variations like (TV), (OVA), (Movie) suffixes during library setup --- docs/features.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/features.md b/docs/features.md index d43b606..90f28f9 100644 --- a/docs/features.md +++ b/docs/features.md @@ -107,6 +107,10 @@ The application now features a comprehensive configuration system that allows us - **Progress Tracking**: Live progress updates for downloads and scans - **System Notifications**: Real-time system messages and alerts +## Folder Management + +- **Fuzzy Series Key Resolution**: Automatic series key resolution from folder names using fuzzy title matching — tolerates title variations like `(TV)`, `(OVA)`, `(Movie)` suffixes and uses similarity matching to resolve provider keys during library setup + ## Core Functionality Overview The web application provides a complete interface for managing anime downloads with user-friendly pages for configuration, library management, search capabilities, and download monitoring. All operations are tracked in real-time with comprehensive progress reporting and error handling.