Dispatcharr/apps/channels
SergeantPanda 32442e0b64
Some checks are pending
CI Pipeline / prepare (push) Waiting to run
CI Pipeline / docker (amd64, ubuntu-24.04) (push) Blocked by required conditions
CI Pipeline / docker (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
CI Pipeline / create-manifest (push) Blocked by required conditions
Build and Push Multi-Arch Docker Image / build-and-push (push) Waiting to run
fix(proxy): enhance channel shutdown management and client reconnection handling
- Improved the handling of channel shutdown delays to ensure they reset correctly upon client reconnections, preventing premature shutdowns.
- Implemented logic to cancel pending shutdowns when clients reconnect, ensuring proper resource management and preventing client disconnect issues across uWSGI workers.
- Enhanced logging for shutdown processes and client management to provide clearer insights during channel operations.
2026-06-15 18:53:49 -05:00
..
migrations Bug Fix: Fix auto sync migration. (Fixes #1259) 2026-05-22 13:53:00 -05:00
tests fix(proxy): enhance channel shutdown management and client reconnection handling 2026-06-15 18:53:49 -05:00
__init__.py Initial commit 2025-02-18 11:14:09 -06:00
admin.py epg refactor, new relations and matching 2025-03-26 13:28:03 -04:00
api_urls.py feat: Implement delete series rule functionality with title parameter and update related components 2026-05-05 08:40:05 -05:00
api_views.py Refactor Schedules Direct EPG handling and enhance guide fetch logic 2026-06-11 16:41:30 -05:00
apps.py Refactor stats and vod proxy 2025-09-05 19:30:13 -05:00
compact_numbering.py fix(channels): make compact numbering repack idempotent 2026-06-05 00:01:22 -05:00
epg_matching.py Refactor Schedules Direct EPG handling and enhance guide fetch logic 2026-06-11 16:41:30 -05:00
forms.py Forms support floats now. 2025-05-15 15:32:21 -05:00
managers.py feat: Auto-sync overhaul (FR #1196) 2026-05-01 14:05:06 -05:00
models.py fix(proxy): enhance channel teardown and client management 2026-06-14 21:41:50 -05:00
serializers.py feat(epg): implement poster artwork fetching and logo auto-apply functionality 2026-06-05 09:28:55 -05:00
signals.py Enhance Schedules Direct integration with per-channel guide fetch and improved EPG handling 2026-06-11 13:54:19 -05:00
tasks.py refactor(http headers): centralize User-Agent construction and streamline API requests 2026-06-11 09:45:35 -05:00
urls.py Initial commit 2025-02-18 11:14:09 -06:00
utils.py feat(epg): implement auto-apply functionality for EPG logos 2026-06-05 12:49:05 -05:00
views.py m3u modifications so streams are identified by hash, configurable, also streams now have channel_groups instead of a string for groups 2025-03-19 16:35:49 -04:00