About This File
Hi everyone,
Iβd like to share a small utility I created called M3U Generator. Itβs designed to automatically generate .m3u
files for multi-disc games, commonly used with emulators like RetroArch and others that support playlist-style disc switching.
π‘ What it does:
-
Scans a selected folder for game files (
.cue
,.iso
,.img
,.bin
). -
Groups discs belonging to the same game (based on filenames).
-
Creates
.m3u
playlist files in a subfolder namedm3u
. -
Optionally includes single-disc games as well.
π¦ Features:
-
β Supports subfolder-style or flat playlist paths (
..\\
or current folder). -
π Filter results based on a keyword (e.g., "Disc" or "CD") to process only relevant files.
-
π Displays a log of the generated
.m3u
content directly in the software. -
π§ Automatically names playlists based on the first disc.
πΉ Example use case:
Letβs say you have these files:
Game Title (Disc 1).cue
Game Title (Disc 2).cue
The software will create:
m3u/Game Title (Disc 1).m3u
With content:
..\Game Title (Disc 1).cue
..\Game Title (Disc 2).cue
π₯ How to use it:
-
Launch the application.
-
Click "Select Folder" and choose the directory where your ROMs are located.
-
Optionally enter a filter term like
Disc
to process only multi-disc games. -
Choose path mode (relative or current folder).
-
Check the "Include single-disc games" option if needed.
-
Click "Start" β the
.m3u
files will be generated in am3u
subfolder. -
The output will be shown in the result textbox and also saved to 1-
m3u_results.txt
.
What's New in Version 1.0.1 See changelog
Released
Added support for .dim files.
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.