Dispatcharr/apps/m3u
SergeantPanda 46695588f7 fix(m3u): enhance custom properties handling and DB connection management
- Implemented `ensure_custom_properties_dict()` to normalize custom properties across various models and serializers, addressing issues with legacy JSON-encoded strings.
- Updated M3U account and channel group models to ensure custom properties are consistently stored as dictionaries during save operations.
- Enhanced Celery task management by ensuring old DB connections are closed before and after tasks, improving reliability and preventing errors during account refresh operations. (Fixes #1338)
2026-06-18 14:59:09 -05:00
..
migrations refactor(m3u, channels): streamline stream assignment and server group management 2026-06-09 13:40:16 -05:00
tests fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -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