Dispatcharr/apps/epg
2025-05-25 17:39:41 -05:00
..
migrations Set default refresh interval for files added via mapping to 0 since they will auto-update when modified. 2025-05-21 14:59:24 -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 Added random descriptions for dummy channels in tv guide. 2025-05-16 11:08:52 -05:00
apps.py EPG auto import 2025-03-19 13:12:48 -05:00
models.py Greatly improve filetype detection. 2025-05-25 16:50:03 -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 If EPG source is not found when task is run, delete the task so it doesn't keep happening. 2025-05-08 20:17:22 -05:00
tasks.py Extract compressed files after downloading and delete original. 2025-05-25 17:39:41 -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