mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
System Event Logging: - Add SystemEvent model with 15 event types tracking channel operations, client connections, M3U/EPG activities, and buffering events - Log detailed metrics for M3U/EPG refresh operations (streams/programs created/updated/deleted) - Track M3U/EPG downloads with client information (IP address, user agent, profile, channel count) - Record channel lifecycle events (start, stop, reconnect) with stream and client details - Monitor client connections/disconnections and buffering events with stream metadata Event Viewer UI: - Add SystemEvents component with real-time updates via WebSocket - Implement pagination, filtering by event type, and configurable auto-refresh - Display events with color-coded badges and type-specific icons - Integrate event viewer into Stats page with modal display - Add event management settings (retention period, refresh rate) M3U/EPG Endpoint Optimizations: - Implement content caching with 5-minute TTL to reduce duplicate processing - Add client-based event deduplication (2-second window) using IP and user agent hashing - Support HEAD requests for efficient preflight checks - Cache streamed EPG responses while maintaining streaming behavior for first request |
||
|---|---|---|
| .. | ||
| 0001_initial.py | ||
| 0002_preload_user_agents.py | ||
| 0003_preload_stream_profiles.py | ||
| 0004_preload_core_settings.py | ||
| 0005_streamprofile_locked_alter_streamprofile_command_and_more.py | ||
| 0006_set_locked_stream_profiles.py | ||
| 0007_create_proxy_and_redirect_stream_profiles.py | ||
| 0008_rename_profile_name_streamprofile_name_and_more.py | ||
| 0009_m3u_hash_settings.py | ||
| 0010_reload_additional_settings.py | ||
| 0011_fix_stream_profiles_and_user_agents.py | ||
| 0012_default_active_m3u_accounts.py | ||
| 0013_default_network_access_settings.py | ||
| 0014_default_proxy_settings.py | ||
| 0015_dvr_templates.py | ||
| 0016_update_dvr_template_paths.py | ||
| 0017_systemevent.py | ||
| __init__.py | ||