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 00:55:50 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
bbef201dde
Dispatcharr
/
apps
/
output
History
Download ZIP
Download TAR.GZ
SergeantPanda
21b7303e60
Bug fix: Fixed EPG filtering issues where short EPG requests had no time-based filtering (returning expired programs) and regular EPG requests used
start_time__gte
(missing the currently playing program). Both now correctly use
end_time__gt
to show programs that haven't ended yet, with short EPG additionally limiting results.
2026-02-05 14:42:31 -06: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
Bug fix: Fixed EPG filtering issues where short EPG requests had no time-based filtering (returning expired programs) and regular EPG requests used
start_time__gte
(missing the currently playing program). Both now correctly use
end_time__gt
to show programs that haven't ended yet, with short EPG additionally limiting results.
2026-02-05 14:42:31 -06:00