Dispatcharr/apps/timeshift
SergeantPanda 8bcc7c9ebe
Some checks are pending
Backend Tests / Plan test groups (push) Waiting to run
Backend Tests / (push) Blocked by required conditions
CI Pipeline / prepare (push) Waiting to run
CI Pipeline / docker (amd64, ubuntu-24.04) (push) Blocked by required conditions
CI Pipeline / docker (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
CI Pipeline / create-manifest (push) Blocked by required conditions
Build and Push Multi-Arch Docker Image / build-and-push (push) Waiting to run
Frontend Tests / test (push) Waiting to run
feat(timeshift): enhance catch-up programme handling and UI updates
- Updated the catch-up stats UI to advance to the next EPG programme when playback continues past the original programme's end, improving user experience.
- Enhanced the `get_programme_info` function to resolve the guide entry based on the playhead position, ensuring accurate display of the current programme.
- Introduced new utility functions for computing catch-up playback position and checking if the playhead is outside the displayed programme window, optimizing session management.
- Added tests to validate the new functionality and ensure correct behaviour of the catch-up features.
2026-07-16 23:10:06 +00:00
..
tests feat(timeshift): enhance catch-up programme handling and UI updates 2026-07-16 23:10:06 +00:00
__init__.py feat: built-in XC catch-up (timeshift) support 2026-05-27 13:13:20 +02:00
api_urls.py feat(timeshift): add position reporting for catch-up sessions 2026-07-16 22:06:27 +00:00
api_views.py feat(timeshift): add position reporting for catch-up sessions 2026-07-16 22:06:27 +00:00
apps.py feat: built-in XC catch-up (timeshift) support 2026-05-27 13:13:20 +02:00
helpers.py feat(timeshift): enhance catch-up programme handling and UI updates 2026-07-16 23:10:06 +00:00
redis_keys.py feat(timeshift): add catch-up playback, stats, and admin APIs 2026-07-11 17:14:31 +00:00
sessions.py feat(timeshift): enhance catch-up session handling with optional duration support 2026-07-16 21:26:06 +00:00
stats.py feat(timeshift): add position reporting for catch-up sessions 2026-07-16 22:06:27 +00:00
stats_views.py feat(timeshift): add catch-up playback, stats, and admin APIs 2026-07-11 17:14:31 +00:00
urls.py feat(timeshift): add catch-up playback, stats, and admin APIs 2026-07-11 17:14:31 +00:00
views.py feat(timeshift): add position reporting for catch-up sessions 2026-07-16 22:06:27 +00:00