stream-fusion-better/stream_fusion/services/postgresql/models
LimeDrive 09adc19273 feat(tmdb_matcher): implement orphan matcher with history
- 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
2026-04-02 20:43:36 +02:00
..
__init__.py Add PostgreSQL related files and modules 2024-09-18 18:13:42 +02:00
apikey_model.py update 2025-05-23 04:48:08 +02:00
appsetting_model.py feat(admin): add dynamic settings management system with new UI 2026-04-02 13:09:53 +02:00
debridcache_model.py feat(debrid): add PostgreSQL L2 cache for persistent debrid availability 2026-03-26 15:47:37 +01:00
language_rule_model.py feat: Implement title matching and language rules management 2026-04-01 11:04:04 +02:00
metadatamapping_model.py feat(admin): add metadata mappings table and complete admin UI redesign 2026-03-29 04:46:51 +02:00
mismatch_model.py feat: add mismatches management and unmatched torrents search 2026-04-01 17:51:15 +02:00
peerkey_model.py feat(peer): add authenticated peer-to-peer cache sharing 2026-03-28 05:07:40 +01:00
title_normalization_rule_model.py feat: Implement title matching and language rules management 2026-04-01 11:04:04 +02:00
torrentgroup_model.py feat(torrent-group): add initial grouping framework for torrents 2026-04-02 16:13:09 +02:00
torrentitem_model.py feat(tmdb_matcher): implement orphan matcher with history 2026-04-02 20:43:36 +02:00