Rename folders adding titleid
HIGHLY UNTESTED!
use at your own risk, done in less than two hours without tests and error handling
Turn this:
marcelo@marcelo-notebook:/media/marcelo/GameCube$ tree
.
├── 1080° avalanche
│ └── blablaba.iso
├── alien hominid
│ └── wrongname.iso
├── animal crossing
│ └── qdqww.iso
├── baten kaitos! eternal wings and the lost ocean
│ ├── disc2.iso
│ └── game.iso
├── baten kaitos origins
│ ├── disc2.iso
│ └── game.iso
└── battalion wars
└── shouldbenamedgame.iso
Into this:
marcelo@marcelo-notebook:/media/marcelo/GameCube$ tree
.
├── 1080° Avalanche [GTEE01]
│ └── game.iso
├── Alien Hominid [GAHEGG]
│ └── game.iso
├── Animal Crossing [GAFE01]
│ └── game.iso
├── Baten Kaitos! Eternal Wings and the Lost Ocean [GKBPAF]
│ ├── disc2.iso
│ └── game.iso
├── Baten Kaitos Origins [GK4E01]
│ ├── disc2.iso
│ └── game.iso
└── Battalion Wars [G8WE01]
└── game.iso
For better organization with Nintendont and USB Loader GX.
npm install
node index.js "<backups location>";
npm run test
👤 Marcelo Paixão Resende (marcelothebuilder)
- Website: https://br.linkedin.com/in/marcelopaixaoresende
- Twitter: @marcelopaixaor
- Github: @marcelothebuilder
- LinkedIn: @marcelopaixaoresende
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator