Replay Manager for Slippi helps users integrate Slippi replays with start.gg or challonge brackets. It enables a workflow where Slippi replays are collected set-by-set, used to report set results (including character and stage data), and grouped/labelled for easier organization.
Mac users, please see how to open an app from an unidentified developer.
- Auto-detect USB drive
- "Safely Remove" USB drive on replay folder deletion
- Mark set started
- Report winner or DQ maually
- 1-click report, copy, delete
- Batch set players
- Set players per match if necessary
- Set winner
- Override winner
- Unset winner
- Swap Zelda/Sheik
- Re-time replays according to your PC clock (so you don't have to keep your Wii clocks in sync)
- Can use a manually entered list of names if not using start.gg or challonge
- Search player tags with ctrl/cmd-f
- Re-order replays/fix start times with ctrl/cmd-t
- Generate context for tiebreaker sets
Please check discussions/ask for help before checking issues/filing a bug report or feature request.
Clone the repo and install dependencies:
git clone https://github.com/jmlee337/replay-manager-for-slippi.git replay-manager-for-slippi
cd replay-manager-for-slippi
npm install
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package