[PR #186] [CLOSED] Feat: Add Telemetry Snapshot Export #204

Closed
opened 2026-05-07 00:19:12 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/186
Author: @LRxDarkDevil
Created: 1/23/2026
Status: Closed

Base: mainHead: feature/snapshot-export


📝 Commits (1)

  • e20a265 Feat: Add telemetry snapshot export feature

📊 Changes

2 files changed (+1325 additions, -720 deletions)

View changed files

📝 src/interfaces/race_replay.py (+239 -119)
📝 src/ui_components.py (+1086 -601)

📄 Description

Summary

Adds a feature to export the current frame's telemetry data to a JSON file by pressing 'S'.

Changes

  • Keybind: Added 'S' key handler in .
  • Logic: Saves the current frame dictionary (positions, telemetry, weather) to a folder with a timestamped filename.
  • UI: Updated the Controls Help popup to list the new shortcut.

Motivation

Useful for debugging specific race moments or for users who want to extract a slice of data for external analysis without writing code.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/IAmTomShaw/f1-race-replay/pull/186 **Author:** [@LRxDarkDevil](https://github.com/LRxDarkDevil) **Created:** 1/23/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/snapshot-export` --- ### 📝 Commits (1) - [`e20a265`](https://github.com/IAmTomShaw/f1-race-replay/commit/e20a265648bad8e10caf159c7e025cfc855daf59) Feat: Add telemetry snapshot export feature ### 📊 Changes **2 files changed** (+1325 additions, -720 deletions) <details> <summary>View changed files</summary> 📝 `src/interfaces/race_replay.py` (+239 -119) 📝 `src/ui_components.py` (+1086 -601) </details> ### 📄 Description ## Summary Adds a feature to export the current frame's telemetry data to a JSON file by pressing **'S'**. ## Changes - **Keybind**: Added 'S' key handler in . - **Logic**: Saves the current frame dictionary (positions, telemetry, weather) to a folder with a timestamped filename. - **UI**: Updated the Controls Help popup to list the new shortcut. ## Motivation Useful for debugging specific race moments or for users who want to extract a slice of data for external analysis without writing code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:19:12 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/f1-race-replay#204
No description provided.