Dispatcharr/apps/output
SergeantPanda e984b234e3 enhancement(epg): add export lookback and cutoff parameters to EPG generation
- Updated the `generate_dummy_programs` function to include `export_lookback` and `export_cutoff` parameters, allowing for more precise control over the EPG data generation window.
- Added a new test case to verify that future events are correctly represented in the grid window, ensuring upcoming fillers are displayed as expected.
2026-06-23 15:27:15 -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): separate programme index into dedicated table for optimized data handling 2026-06-23 15:10:27 -05:00
streaming_chunk_cache.py enhancement(epg): optimize XMLTV escaping and channel prefetch for improved performance 2026-06-23 13:20:17 -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 enhancement(epg): add export lookback and cutoff parameters to EPG generation 2026-06-23 15:27:15 -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