mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-28 20:41:19 +00:00
- Moved matching logic to a dedicated module for better organization and testability. - Made single-channel auto-matching asynchronous, allowing for larger EPG libraries without hitting HTTP timeouts. - Enhanced memory management and throughput during EPG matching, including optimizations for fuzzy matching and bulk processing. - Fixed various reliability issues in the auto-matching process, ensuring accurate channel assignments and improved UI feedback. - Updated API views and frontend components to reflect changes in the matching process and provide real-time notifications. - Added tests for EPG matching functionality and name normalization. - Single-channel and selected-channel auto-match always run, even when the channel already has EPG assigned; match-all (no channel IDs) still only processes channels without EPG. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_channel_api.py | ||
| test_db_retry.py | ||
| test_dvr_port_resolution.py | ||
| test_epg_logo_apply.py | ||
| test_epg_match_apply.py | ||
| test_epg_matching.py | ||
| test_epg_name_normalize.py | ||
| test_recording_extend.py | ||
| test_recording_metadata.py | ||
| test_recording_pipeline.py | ||
| test_recording_scheduling.py | ||
| test_recording_stop_cancel.py | ||
| test_recurring_rules.py | ||
| test_series_rule_dedup.py | ||
| test_ts_proxy_ghost_clients.py | ||
| test_ts_proxy_initializing.py | ||
| test_ts_proxy_keepalive.py | ||
| test_ts_proxy_keepalive_duration.py | ||
| test_validate_url.py | ||