Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtimkovich/rl-replay-renamer
Rename Rocket League replays to make them easier to find.
https://github.com/mtimkovich/rl-replay-renamer
rocket-league rocket-league-replay
Last synced: 16 days ago
JSON representation
Rename Rocket League replays to make them easier to find.
- Host: GitHub
- URL: https://github.com/mtimkovich/rl-replay-renamer
- Owner: mtimkovich
- License: mit
- Created: 2024-01-30T21:15:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T22:30:21.000Z (3 months ago)
- Last Synced: 2024-08-03T00:33:02.685Z (3 months ago)
- Topics: rocket-league, rocket-league-replay
- Language: Rust
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rocket League Replay Renamer
By default, Rocket League saves replays as 32 character hexadecimal strings, which makes finding the one you're looking for a chore. This script renames those replay files to include game mode, score, and some other useful information. This more closely aligns with the information the Rocket League replay list UI shows making matching replay files with replays much easier.
Before:
```
28E4E0FE49754D401B77288664EC770A.replay
```After:
```
2024-01-27 19-26-08 - 2v2 - TrainStation_Dawn_P (Online) - 4-3 - 5m 23s.replay
```Wow!
## Features
* Fast: written in Rust and using multithreading, it's able to rename ~1 GB of replays in about 13 seconds.
* Ignores already renamed replays.## Install
Download a binary for your platform from [releases](https://github.com/mtimkovich/rl-replay-renamer/releases/latest).
## Usage
```
Usage: rl-replay-renamer.exe [-n] [-q]Rename Rocket League replay files.
Positional Arguments:
directory directory containing replay filesOptions:
-n, --dry-run print output but do not rename
-q, --quiet suppress output
--help display usage information
```The Rocket League replay directory on Windows is `%UserProfile%/Documents/My Games/Rocket League/TAGame/Demos`.
## Author
Max "DJSwerve" Timkovich