Etappe 3: Metadaten-Lookup + Pre-Scan
- SQLite-Cache für API-Rate-Limits (LRU, 10k Einträge) - TMDB/MusicBrainz/TheTVDB Clients - Pre-Scan-Modul für TOC-Lesung ohne Ripping - Metadaten-Preview UI - Jellyfin-Formatierung (NFO + Images) - API Endpoints für Lookup, Confirm, Format
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
"""Pre-Scan package."""
|
||||
|
||||
from .prescan import PreScan, PreScanResult
|
||||
|
||||
__all__ = ["PreScan", "PreScanResult"]
|
||||
Reference in New Issue
Block a user