Dispatcharr/apps/channels
None 2a5889f5b2 fix(channels): Channel Group Override interactions
- Compact numbering: resolve the source relation when an override stores channels under the target group, so hiding releases the slot, unhiding assigns one, and repack sees the channels (no more spurious RANGE_EXHAUSTED). Type-safe override match; the bulk path stays single-query on the common path.
- Channel form: keep the clear-override control available when an override's value equals the provider value (isFormFieldOverridden is now existence-aware).
- Tests: compact override hide/unhide/repack, no-override fast-path guard, repack query-scaling guard, and existence-aware override detection.
2026-06-02 00:04:44 -05:00
..
migrations Bug Fix: Fix auto sync migration. (Fixes #1259) 2026-05-22 13:53:00 -05:00
tests Enhancement: Initial fmp4 support and major ts_proxy refactor 2026-05-08 17:46:47 -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 Enable gevent in uWSGI workers; fix WS delivery and DB exhaustion 2026-05-14 18:55:09 -05:00
apps.py Refactor stats and vod proxy 2025-09-05 19:30:13 -05:00
compact_numbering.py fix(channels): Channel Group Override interactions 2026-06-02 00:04:44 -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 docs: Restored todo as this did not resolve it. Cleaned up overly verbose comment. 2026-05-29 17:07:55 -05:00
serializers.py feat(utils): move get_host_and_port and build_absolute_uri_with_port to core/utils.py 2026-05-30 17:26:58 -05:00
signals.py Enhancement: Initial fmp4 support and major ts_proxy refactor 2026-05-08 17:46:47 -05:00
tasks.py fix: resolve SynchronousOnlyOperation in ORM calls by allowing async unsafe operations 2026-05-23 13:54:41 -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