Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtimkovich/slippi-renamer
Rename Slippi files with the characters, tags, and stage.
https://github.com/mtimkovich/slippi-renamer
slippi ssbm
Last synced: 2 months ago
JSON representation
Rename Slippi files with the characters, tags, and stage.
- Host: GitHub
- URL: https://github.com/mtimkovich/slippi-renamer
- Owner: mtimkovich
- License: mit
- Created: 2019-05-31T18:47:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T04:53:09.000Z (over 2 years ago)
- Last Synced: 2023-03-21T00:53:39.056Z (almost 2 years ago)
- Topics: slippi, ssbm
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slippi Renamer
Rename Slippi (.slp) game files to include characters, tags, colors, and stage.
**Singles:**
```
Game_20190530T222709.slp -> 20190530T222709 - Marth (BRY) vs Fox (Default) - Battlefield.slp
```**Doubles:**
```
Game_20190521T212659.slp -> 20190521T212659 - Falco (Red) & Marth (Default) vs Fox (DJ) & Fox (SWRV) - Yoshi's Story.slp
```## Setup
1. Install [Node.js][node].
2. Download [slippi-renamer][download].
3. Navigate to where slippi-renamer is downloaded in the terminal or Node.js console to using `cd`.
4. Run `npm install`.## Usage
`FOLDER` is the path to a directory with `*.slp` files.
```
node slp_rename.js "FOLDER"
``````
Usage slp_rename.js [options]Options:
--version Show version number [boolean]
-n perform a trial run without renaming [boolean]
-r rename in subdirectories too [boolean]
-h Show help [boolean]You must provide directories to rename.
```## Changelog
### 1.2.2
- Added `-r` flag to rename folders recursively.### 1.2.1
- Show netplay name, if applicable.### 1.2.0
- Handle non-standard teams.
- Better error handling.### 1.1.1
- Takes directories as arguments instead of files to better work on Windows.### 1.1.0
- Show character colors for players without tags.
- Don't rename files that we have trouble parsing.
- Better command line parsing
- `-n` flag to run the script without performing any renaming.## Authors
* Max "DJSwerve" Timkovich
* IvantheTricourne - additional bug fixes and enhancements.[node]: https://nodejs.org/en/download/
[download]: https://github.com/mtimkovich/slippi-renamer/archive/master.zip