mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #266] Add --playback-speed CLI flag for controlling replay speed #262
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#262
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/266
Author: @sh4wnbk
Created: 3/30/2026
Status: 🔄 Open
Base:
main← Head:feature/playback-speed-flag📝 Commits (1)
d95cd2fAdd --playback-speed CLI flag for controlling replay speed📊 Changes
1 file changed (+7 additions, -2 deletions)
View changed files
📝
main.py(+7 -2)📄 Description
Summary
Adds a
--playback-speedCLI flag so users can set the initial replay speed from the command line.Closes #36
Problem
playback_speedwas hardcoded to1inmain.pywith no way to control it via CLI. Users could only change playback speed interactively after the replay launched.Changes
--playback-speedargument parsing inmain.py, consistent with the existing--yearand--roundpatterns1.0if the flag is not providedUsage
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.