Dispatcharr/apps/m3u
None a29704af55 fix(channels): account for group_override in the auto-sync range-conflict check
The range-conflict warning classified each channel in the configured range as either this config's own auto-sync output or a real conflict, comparing each occupant against the source group. When a group sets a group_override, auto-sync creates its channels in the override target group, so the config's own channels failed that comparison and were misclassified as a conflict.

- Add effectiveSyncGroupId to resolve the group the sync's channels actually land in (the group_override target when set, otherwise the source group).
- Compare occupants against that effective target, so the config's own output is recognized while genuine conflicts (manual channels, channels from another account, channels in a different group, user-pinned numbers) still warn.
- Add Vitest coverage for the helper, the override case, and an over-suppression guard, plus a backend test asserting the numbers-in-range endpoint reports the override target group.
2026-06-19 23:40:10 -05:00
..
migrations refactor(m3u, channels): streamline stream assignment and server group management 2026-06-09 13:40:16 -05:00
tests fix(channels): account for group_override in the auto-sync range-conflict check 2026-06-19 23:40:10 -05:00
__init__.py Initial commit 2025-02-18 11:14:09 -06:00
admin.py Add custom properties to M3UAccountProfile and implement account info retrieval 2025-09-09 16:05:58 -05:00
api_urls.py Ability to refresh account info from account info modal and provide notification on results. 2025-09-09 18:15:33 -05:00
api_views.py fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -05:00
apps.py Initial commit 2025-02-18 11:14:09 -06:00
connection_pool.py refactor(connection_pool): streamline credential slot management 2026-06-09 18:38:52 -05:00
forms.py fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -05:00
models.py fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -05:00
serializers.py fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -05:00
signals.py Enhancement: Account expiration tracking and notifications for M3U profiles 2026-03-14 18:38:59 -05:00
tasks.py fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -05:00
urls.py Initial commit 2025-02-18 11:14:09 -06:00
utils.py Enhancement: Adds support for UDP streams. Closes #617 2025-11-11 18:30:59 -06:00
views.py Add ability to scan for vods during m3u refresh. 2025-08-02 12:01:26 -05:00