marcelothebuilder / wiigc-folder-organizer

Rename folders adding titleid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to wiigc-folder-organizer πŸ‘‹

Version License: GPLv3 Twitter: marcelopaixaor

Rename folders adding titleid

HIGHLY UNTESTED!

use at your own risk, done in less than two hours without tests and error handling

Objective

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.

Install

npm install

Usage

node index.js "<backups location>";

Run tests

npm run test

Author

πŸ‘€ Marcelo PaixΓ£o Resende (marcelothebuilder)

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❀️ by readme-md-generator

About

Rename folders adding titleid


Languages

Language:JavaScript 100.0%