Dispatcharr/apps/channels
None 6fed444e43 feat: Auto-sync overhaul (FR #1196)
Per-field channel overrides for auto-synced channels, hide-from-output flag, range-bounded auto-numbering with re-pack, multi-stream channel safety, multi-provider shared-range merging, and an across-the-board move from per-row sync writes to bulk operations.

Migrations:

apps/channels:

0036_channeloverride_and_user_hidden,
0037_backfill_auto_created_by_null,
0038_channelgroupm3uaccount_auto_sync_channel_end,
0039_channel_channel_number_nullable

apps/m3u:
0020_m3uaccount_auto_cleanup_unused_channels

See CHANGELOG.md for the full commit log
2026-05-01 14:05:06 -05:00
..
migrations feat: Auto-sync overhaul (FR #1196) 2026-05-01 14:05:06 -05:00
tests feat: Auto-sync overhaul (FR #1196) 2026-05-01 14:05:06 -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 Enhancement: Implement targeted stream-stats refresh for channel table using a new lightweight delta endpoint 2026-04-30 17:46:49 -05:00
api_views.py feat: Auto-sync overhaul (FR #1196) 2026-05-01 14:05:06 -05:00
apps.py Refactor stats and vod proxy 2025-09-05 19:30:13 -05:00
compact_numbering.py feat: Auto-sync overhaul (FR #1196) 2026-05-01 14:05:06 -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 feat: Auto-sync overhaul (FR #1196) 2026-05-01 14:05:06 -05:00
serializers.py feat: Auto-sync overhaul (FR #1196) 2026-05-01 14:05:06 -05:00
signals.py feat: Auto-sync overhaul (FR #1196) 2026-05-01 14:05:06 -05:00
tasks.py Bug Fix: Implement Redis locks in run_recording and worker_ready to prevent duplicate ffmpeg processes and ensure single execution across workers 2026-04-30 10:15:03 -05:00
urls.py Initial commit 2025-02-18 11:14:09 -06:00
utils.py feat: Auto-sync overhaul (FR #1196) 2026-05-01 14:05:06 -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