Dispatcharr/apps/output
SergeantPanda bccee9ebc1 refactor(epg): extract EPG generation logic into dedicated module
- Moved all XMLTV output logic from `apps/output/views.py` to `apps/output/epg.py`, streamlining the codebase and maintaining the existing HTTP endpoint functionality.
- Updated related tests and references to ensure proper integration with the new module structure.
2026-06-23 11:50:52 -05:00
..
__init__.py Pre Alpha 2 2025-02-19 16:55:23 -06:00
apps.py Pre Alpha 2 2025-02-19 16:55:23 -06:00
epg.py refactor(epg): extract EPG generation logic into dedicated module 2026-06-23 11:50:52 -05:00
streaming_chunk_cache.py refactor(epg): extract EPG generation logic into dedicated module 2026-06-23 11:50:52 -05:00
test_streaming_chunk_cache.py refactor(epg): extract EPG generation logic into dedicated module 2026-06-23 11:50:52 -05:00
tests.py refactor(epg): extract EPG generation logic into dedicated module 2026-06-23 11:50:52 -05:00
urls.py Add XC endpoints for VOD. 2025-08-08 09:03:25 -05:00
views.py refactor(epg): extract EPG generation logic into dedicated module 2026-06-23 11:50:52 -05:00