rafaelnferreira / GDEmuFolderOrganizer

An utility to organize GDemu sd cart structure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDEmu folder organizer

If you use GDEmu, this project will help you organizer your games so they are listed in alphabetical order.

How to use it

GDEmu requires your images to be placed under a sequential folder structure, the limitation with that is that you need to rearrange your folder/files manually.

Naming the folders

For each folder, create a GAMENAME.txt containing the name of the title inside it (this file is ignored by GDemu).

Running the script

You need a Python3 environment.

Install dependencies and run gdemu_folder_organizer.py indicating where your SD Card is mounted:

pip3 install -r requirements.txt
python3 gdemu_folder_organizer.py "/Volumes/GDEMU"

Re-run the script every time you add/change your main folder structure.

About

An utility to organize GDemu sd cart structure.

License:Apache License 2.0


Languages

Language:Python 100.0%