Dispatcharr/apps/epg
2026-05-31 17:13:11 +02:00
..
migrations Bug Fix: EPG channel name vlaue too long for type character varying(255) (Fixes #1134) 2026-04-21 09:23:35 -05:00
tests fix(epg): improve parameter descriptions and enhance title whole word matching tests. Fix bug with postgres whole words (they use \y not \b for regex) 2026-04-24 15:46:56 -05:00
__init__.py Initial commit 2025-02-18 11:14:09 -06:00
admin.py modified database fields for consistency, removed custom_url from streams (no longer needed) 2025-03-16 09:07:10 -04:00
api_urls.py fix(epg): fix and clean up EPG program search API and tests 2026-04-24 14:37:12 -05:00
api_views.py WIP: EPG channel preview with byte-offset index lookup 2026-05-31 17:13:11 +02:00
apps.py WIP: EPG channel preview with byte-offset index lookup 2026-05-31 17:13:11 +02:00
models.py Bug Fix: EPG channel name vlaue too long for type character varying(255) (Fixes #1134) 2026-04-21 09:23:35 -05:00
query_utils.py feat: Enhance series rule evaluation and management 2026-05-04 20:45:40 -05:00
serializers.py feat(epg): restrict program access based on user permissions and enhance channel filtering 2026-04-24 16:05:29 -05:00
signals.py Bug Fix: Cron schedule got overwrote when changing/loading settings (signals issue) 2026-02-24 10:48:17 -06:00
tasks.py WIP: EPG channel preview with byte-offset index lookup 2026-05-31 17:13:11 +02:00
urls.py Pre-Alpha v4 2025-02-24 15:04:03 -06:00
utils.py feat(guide): redesign guide with detail modal, progress bars, and season/episode display 2026-03-10 10:53:19 -05:00
views.py Pre-Alpha v4 2025-02-24 15:04:03 -06:00