Dispatcharr/apps/epg
2025-06-10 08:55:14 -04:00
..
migrations Add extracted_file_path to EPGSource model and update extraction logic 2025-05-26 15:10:54 -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 Updated EPGData 2025-03-21 12:23:23 -05:00
api_views.py looooots of updates for user-management, initial commit of access control 2025-05-31 18:01:46 -04:00
apps.py EPG auto import 2025-03-19 13:12:48 -05:00
models.py Add extracted_file_path to EPGSource model and update extraction logic 2025-05-26 15:10:54 -05:00
serializers.py Convert m3u accounts to a similar format to epg for status updates. Renamed DB field last_error to last_message so we can use it for more messaging. Migration to change updated_at field to not be updated everytime the m3u changes. It should only update the updated_at when we successfully update the m3u. 2025-05-04 17:51:57 -05:00
signals.py Delete cached files when deleting epg account. 2025-05-26 16:19:57 -05:00
tasks.py Added support for LIVE tag and dd_progrid numbering systems for epg. 2025-06-03 22:00:17 -05:00
urls.py Pre-Alpha v4 2025-02-24 15:04:03 -06:00
views.py Pre-Alpha v4 2025-02-24 15:04:03 -06:00