mirror of
https://github.com/HyPnoTiiK/stream-fusion.git
synced 2026-07-28 23:12:46 +00:00
- add TMDB orphan matcher backend (orphan_matcher.py) and search client (tmdb_search.py) - introduce Redis-backed run history tracker (history.py) for matcher runs - extend TorrentItemModel with tmdb_match_attempted_at and index - add Alembic migration to create tmdb_match_attempted_at and its index - integrate new tmdb_orphan_matching job into scheduler; expose in UI - add admin UI: tmdb_matcher.html, history/revert endpoints, and nav entry - wire settings: scheduler_tmdb_match_interval_hours and batch size - enhance title normalizer: strip possessive s and remove technical brackets/tokens - update admin docs to reflect new matcher and deprecation of old cleanup - update admin base navigation and scheduled tasks page accordingly |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| apikey_model.py | ||
| appsetting_model.py | ||
| debridcache_model.py | ||
| language_rule_model.py | ||
| metadatamapping_model.py | ||
| mismatch_model.py | ||
| peerkey_model.py | ||
| title_normalization_rule_model.py | ||
| torrentgroup_model.py | ||
| torrentitem_model.py | ||