Dispatcharr/apps/m3u
2025-06-05 21:34:14 -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 Alpha v3 2025-02-21 15:31:59 -06:00
api_urls.py added m3u profile support 2025-02-28 14:08:05 -05:00
api_views.py Fix bug when using file upload for m3u and not being able to set "Use Default" 2025-05-21 14:22:01 -05:00
apps.py Initial commit 2025-02-18 11:14:09 -06:00
forms.py Initial commit 2025-02-18 11:14:09 -06:00
models.py 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
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 Properly disable celery task if m3u is disabled. 2025-05-09 12:06:43 -05:00
tasks.py Properly keep track of removed streams. 2025-06-05 21:34:14 -05: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 Initial commit 2025-02-18 11:14:09 -06:00