It started with a .bat script I wrote to automatically create .m3u playlist for .chd files and quickly became a much bigger repository. Now it contains batch scripts to convert different game image formats to the formats needed by different emulators. I try to keep everything togther, so you can easily convert the formats you need.
I also included the CHDMAN files in this repo, so this repo is all you need to convert your CUE/GDI/ISO files to CHD and M3U
makes a M3U file with the names of all the CHD files in the same folder as this script. Just place the script in the folder you have the CHD files and the script will create your M3U automatically
should do the same, but also include subfolders. If it is run twice, all CHD files are also listed twice in the M3U file. I have not tested it thoroughly yet.
Compresses the disc formats CUE/GDI/ISO to CHD. It will create the CHD file in the same folder this script is in, using CHDMAN.
Compresses the disc formats CUE/GDI/ISO to CHD. But different to the other script, it will create the CHD file in the same folder as the original file is in.
Decompresses CHD (V5) to CUE. (CUE is used by CD-based games. On the Raspberry Pi, CHD is supported by TurboGrafx-CD/PC Engine CD, Sega CD/Mega CD, and Dreamcast)
Decompresses CHD (V5) to GDI. (GDI is used by Dreamcast.)
Compresses the disc format ISO to CSO. It will create the PBP file in the same folder this script is in, using maxcso. I have not tested it thoroughly yet.
Compresses the disc formats CUE/ISO/M3U to PBP. It will create the PBP file in the same folder this script is in, using psxpackager. I have not tested it thoroughly yet.
Decompresses RVZ to ISO. It will create the ISO file in the same folder this script is in, using DolphinTool. I have not tested it thoroughly yet.
CHDMAN was developed by the amazing guys from MAME, so shoutout to them.
MAXCSO was developed by unknownbrackets, shoutout to him aswell.
psxpackager was developed by RupertAvery, shoutout to him.
DolphinTool was developed by the amazing guys from dolphin-emu
chd_m3u_creator by MrJSA