This website requires JavaScript.
Explore
Help
Sign in
Mirrors
/
Dispatcharr
Watch
1
Star
0
Fork
You've already forked Dispatcharr
1
mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced
2026-01-23 18:54:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
Update-Notifications
Dispatcharr
/
apps
/
epg
/
migrations
History
Download ZIP
Download TAR.GZ
Exact
Exact
Union
RegExp
SergeantPanda
6f6c28ca7c
Convert custom_properties to jsonb in the backend.
2025-09-02 09:41:51 -05:00
..
0001_initial.py
modified database fields for consistency, removed custom_url from streams (no longer needed)
2025-03-16 09:07:10 -04:00
0002_epgsource_file_path.py
EPG Processing
2025-03-19 12:49:38 -05:00
0003_alter_epgdata_tvg_id.py
epg refactor, new relations and matching
2025-03-26 13:28:03 -04:00
0004_epgdata_epg_source_alter_epgdata_tvg_id.py
epg refactor, new relations and matching
2025-03-26 13:28:03 -04:00
0005_programdata_custom_properties_and_more.py
new custom properties fields for m3u and program data
2025-03-27 13:02:19 -04:00
0006_epgsource_refresh_interval_epgsource_refresh_task.py
django beat, refresh intervals for epg and m3u
2025-03-30 11:53:26 -04:00
0007_epgsource_status_epgsource_last_error.py
Status update overhaul for epg files.
2025-05-03 18:39:59 -05:00
0007_populate_periodic_tasks.py
django beat, refresh intervals for epg and m3u
2025-03-30 11:53:26 -04:00
0008_epgsource_created_at_epgsource_updated_at.py
updated timestamp and extension checks for m3 uand epg
2025-04-07 12:46:45 -04:00
0009_alter_epgsource_created_at_and_more.py
updated timestamp and extension checks for m3 uand epg
2025-04-07 12:46:45 -04:00
0010_merge_20250503_2147.py
Status update overhaul for epg files.
2025-05-03 18:39:59 -05:00
0011_update_epgsource_fields.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
0012_alter_epgsource_status.py
Created missing migrations.
2025-05-14 20:10:26 -05:00
0013_alter_epgsource_refresh_interval.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
0014_epgsource_extracted_file_path.py
Add extracted_file_path to EPGSource model and update extraction logic
2025-05-26 15:10:54 -05:00
0015_alter_programdata_custom_properties.py
Convert custom_properties to jsonb in the backend.
2025-09-02 09:41:51 -05:00
__init__.py
Initial commit
2025-02-18 11:14:09 -06:00