Dispatcharr/apps/channels
2025-08-01 11:28:51 -05:00
..
migrations Save stream stats to database. 2025-07-28 21:40:29 -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 Fixes cleanup unused logos. 2025-07-15 22:00:18 -05:00
api_views.py Add membership creation in UpdateChannelMembershipAPIView if not found. 2025-07-31 09:52:02 -05:00
apps.py Websockets, fixed channel name collision, added back in multi-stream per channel support 2025-03-05 17:04:43 -05:00
forms.py Forms support floats now. 2025-05-15 15:32:21 -05:00
models.py Save stream stats to database. 2025-07-28 21:40:29 -05:00
serializers.py Use custom validator for urls fields to allow for non fqdn hostnames. 2025-08-01 11:28:51 -05:00
signals.py Only add to selected profile if profile is selected during channel creation. 2025-07-27 17:33:23 -05:00
tasks.py Fix process communicate() deadlock when epg match data overfill subprocess.PIPE buffer. 2025-06-12 15:34:24 -07:00
urls.py Initial commit 2025-02-18 11:14:09 -06:00
utils.py Initial commit 2025-02-18 11:14:09 -06: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