stream-fusion-better/stream_fusion/services/postgresql/migrations/versions
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
..
2024-09-20-20-37_df288f2cf1fa.py Refactor Redis cache close to use async/await 2024-09-21 00:48:53 +02:00
2025-01-11-00-00_add_proxied_links.py update 2026-03-02 11:32:28 +01:00
2025-11-01-00-00_add_tmdb_id.py update 2026-03-02 11:32:28 +01:00
2026-03-26-00-00_add_debrid_cache.py feat(debrid): add PostgreSQL L2 cache for persistent debrid availability 2026-03-26 15:47:37 +01:00
2026-03-28-00-00_add_peer_keys.py feat(peer): add authenticated peer-to-peer cache sharing 2026-03-28 05:07:40 +01:00
2026-03-28-01-00_add_metadata_mappings.py feat(admin): add metadata mappings table and complete admin UI redesign 2026-03-29 04:46:51 +02:00
2026-03-28-02-00_extend_metadata_mappings.py feat(admin): add metadata mappings table and complete admin UI redesign 2026-03-29 04:46:51 +02:00
2026-04-01-00-00_add_title_matching_rules.py feat: Implement title matching and language rules management 2026-04-01 11:04:04 +02:00
2026-04-01-01-00_add_tmdb_mismatches.py feat: add mismatches management and unmatched torrents search 2026-04-01 17:51:15 +02:00
2026-04-02-00-00_add_app_settings.py feat(admin): add dynamic settings management system with new UI 2026-04-02 13:09:53 +02:00
2026-04-02-01-00_add_torrent_groups.py feat(torrent-group): add initial grouping framework for torrents 2026-04-02 16:13:09 +02:00
2026-04-02-02-00_add_tmdb_match_attempted_at.py feat(tmdb_matcher): implement orphan matcher with history 2026-04-02 20:43:36 +02:00
__init__.py Add PostgreSQL related files and modules 2024-09-18 18:13:42 +02:00