More actions
(Created page with "{{Infobox Switch Homebrews |title=Switch Backup Rename |image=switchbackuprename.png |description=Help you find your Nintendo Switch backups in the mess of the SD card. |author=DavidBabel |lastupdated=2019/06/03 |type=PC Utilities |version=2.2.5 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/switchbackuprename.7z |website=https://gbatemp.net/threads/switch-backup-rename.509975/ |source=https://github.com/DavidBabel/Switch-Backup-Rename |donation= }} {...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Switch Backup Rename | |title=Switch Backup Rename | ||
|image= | |image=switchbackuprenamenx.png | ||
|description=Help you find your Nintendo Switch backups in the mess of the SD card. | |description=Help you find your Nintendo Switch backups in the mess of the SD card. | ||
|author=DavidBabel | |author=DavidBabel | ||
|lastupdated=2019/06/03 | |lastupdated=2019/06/03 | ||
|type= | |type=Game Management | ||
|version=2.2.5 | |version=2.2.5 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/switchbackuprenamenx.7z | ||
|website=https://gbatemp.net/threads/switch-backup-rename.509975/ | |website=https://gbatemp.net/threads/switch-backup-rename.509975/ | ||
|source=https://github.com/DavidBabel/Switch-Backup-Rename | |source=https://github.com/DavidBabel/Switch-Backup-Rename | ||
|donation= | |donation= | ||
}} | }} | ||
A small multi-platform tool to rename your Switch backups (*.xci and *.nsp). Coded in Node.js. | |||
By convention, backups have name like "serial".xci. And add it to the root of your SD card can be annoying. | |||
This app fetch an online database and rename the xci file with the name followed by the serial, allowing system search for both and alphabetical sorting. | |||
==User guide== | |||
Just put the program in the same directory of your backups, and launch it. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/switchbackuprenamenx2.png | ||
==Changelog== | ==Changelog== | ||
''' | '''v2.2.5 2019/06/03''' | ||
* | *Fix errors. | ||
'''v2.2.4 2019/01/02''' | |||
*Now remove accents and commas from output file name. | |||
'''v2.2.3 2019/01/01''' | |||
*Add fallback on releasename while searching. | |||
'''v2.2.2 2019/0101''' | |||
*Fix for games without serials in nswdb. | |||
'''v2.2.1 2018/07/21''' | |||
*Remove unwanted characters in some games names. | |||
*Add trim on some file names. | |||
'''v2.2.0 2018/07/20''' | |||
*Rename exec with a starting underscore "_" to make it first in file list. | |||
*Fallback main search a release search to make more match and increase chance to rename backup files. | |||
'''v2.1.0 2018/07/20''' | |||
*Add new filters for backups names allowing find more game names. | |||
'''v2.0.0 2018/07/09''' | |||
*Now rename directly the xci file. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/DavidBabel/Switch-Backup-Rename | ||
* | * GBAtemp - https://gbatemp.net/threads/switch-backup-rename.509975/ | ||
Latest revision as of 11:26, 20 Haziran 2023
Switch Backup Rename | |
---|---|
General | |
Author | DavidBabel |
Type | Game Management |
Version | 2.2.5 |
License | Mixed |
Last Updated | 2019/06/03 |
Links | |
Download | |
Website | |
Source | |
A small multi-platform tool to rename your Switch backups (*.xci and *.nsp). Coded in Node.js.
By convention, backups have name like "serial".xci. And add it to the root of your SD card can be annoying.
This app fetch an online database and rename the xci file with the name followed by the serial, allowing system search for both and alphabetical sorting.
User guide
Just put the program in the same directory of your backups, and launch it.
Screenshots
Changelog
v2.2.5 2019/06/03
- Fix errors.
v2.2.4 2019/01/02
- Now remove accents and commas from output file name.
v2.2.3 2019/01/01
- Add fallback on releasename while searching.
v2.2.2 2019/0101
- Fix for games without serials in nswdb.
v2.2.1 2018/07/21
- Remove unwanted characters in some games names.
- Add trim on some file names.
v2.2.0 2018/07/20
- Rename exec with a starting underscore "_" to make it first in file list.
- Fallback main search a release search to make more match and increase chance to rename backup files.
v2.1.0 2018/07/20
- Add new filters for backups names allowing find more game names.
v2.0.0 2018/07/09
- Now rename directly the xci file.