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-07-18 17:16:26 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
62848c0ea0
Dispatcharr
/
apps
/
output
History
Download ZIP
Download TAR.GZ
SergeantPanda
ba967f47d9
Enhancement: **EPG historical data window**: the EPG XML output and XC EPG API now support a
prev_days
URL parameter (e.g.
&prev_days=3
) to include past programs in the EPG response. This allows third-party players that request historical program schedules to receive the data they need. The EPG URL builder in the Channels page exposes "Days forward" and "Days back" controls. Per-user defaults for both values (
epg_days
/
epg_prev_days
) can be configured in the User settings modal and are applied automatically when no URL parameter is present. (
Closes
#1154
)
2026-04-12 16:34: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
tests.py
fix: Escape XML special characters in EPG channel IDs
2026-01-28 20:15:03 -06:00
urls.py
Add XC endpoints for VOD.
2025-08-08 09:03:25 -05:00
views.py
Enhancement: **EPG historical data window**: the EPG XML output and XC EPG API now support a
prev_days
URL parameter (e.g.
&prev_days=3
) to include past programs in the EPG response. This allows third-party players that request historical program schedules to receive the data they need. The EPG URL builder in the Channels page exposes "Days forward" and "Days back" controls. Per-user defaults for both values (
epg_days
/
epg_prev_days
) can be configured in the User settings modal and are applied automatically when no URL parameter is present. (
Closes
#1154
)
2026-04-12 16:34:15 -05:00