Rentendo - Short for (rename-nintendo) is a command line utility for Windows/Mac/Linux that will allow you to specify a file or folder path and will automatically rename the files based on data extracted from the switch game files.
- Multilanguage Support
- English
- Spanish
- Japanese
- German
- Tagalog
- French
- Russian
- Rename Game Files
- Extract Game Icons
# Renaming all files in "/home/user/switch" recursively and extracting icon images.
rentendo.exe -erp "D:\switch" --prodkeys "d:\keys\prod.keys" --titlekeys "d:\keys\title.keys"
# This is a shortened version of the above command.
rentendo.exe --path "D:\switch" --extract-images --recurse --prodkeys "d:\keys\prod.keys" --titlekeys "d:\keys\title.keys"
Usage:
rentendo [options]
Options:
-p, --path <path> (REQUIRED) Input folder or file path
-e, --extract-images Whether to extract game images [default: False]
-c, --auto-close Whether to auto-close opened files [default: True]
-s, --simulation Whether this is a simulation [default: False]
-r, --recurse Whether to include subdirectories [default: False]
--filters <filters> File extensions to filter [default: *.nsp;*.nsz;*.xci;*.xcz]
--application-pattern <application-pattern> Pattern for the application name [default: {WAppTitle} [{TitleId:U}][v{PatchNum}].{Ext:L}]
--patch-pattern <patch-pattern> Pattern for the patch name [default: {WAppTitle} [{TitleId:U}][v{PatchNum}].{Ext:L}]
--addon-pattern <addon-pattern> Pattern for the addon name [default: {WAppTitle} - {WTitle} [{TitleId:U}][v{PatchNum}].{Ext:L}]
--invalid-chars-replacement <invalid-chars-replacement> Replacement for invalid filename characters [default: ?]
-w, --replace-whitespace Whether to replace white space characters [default: False]
--whitespace-chars-replacement <whitespace-chars-replacement> Replacement for white space characters [default: _]
--prodkeys <prodkeys> Path to prod.keys file [default: d:\testfiles\prod.keys]
--titlekeys <titlekeys> Path to title.keys file [default: d:\testfiles\title.keys]
--version Show version information
-?, -h, --help Show help and usage information
- Change log
- ## [0.0.1] - 2025-01-28
- Initial Release