RomM (ROM Manager) allows you to scan, enrich, and browse your game collection with a clean and responsive interface. With support for multiple platforms, various naming schemes, and custom tags, RomM is a must-have for anyone who plays on emulators.
🖥 Desktop | 📱 Mobile |
---|---|
Before running the image, please ensure that Docker is installed and running on your system.
docker-compose up -d
.[!NOTE] > If you are having issues with RomM, please review the wiki page for troubleshooting steps and common issues.
As mentioned in the installation section, RomM requires a specific folder structure. The two supported structures are as follows:
Structure A (recommended) | Structure B (fallback) |
---|---|
library/roms/gbc/rom_1.gbc
|
library/gbc/roms/rom_1.gbc
|
library/ ├─ roms/ │ ├─ gbc/ │ │ ├─ rom_1.gbc │ │ ├─ rom_2.gbc │ │ │ ├─ gba/ │ │ ├─ rom_1.gba │ │ ├─ rom_2.gba │ │ │ ├─ ps/ │ ├─ my_multifile_game/ │ │ ├─ my_game_cd1.iso │ │ ├─ my_game_cd2.iso │ │ │ ├─ rom_1.iso ├─ bios/ │ ├─ gba/ │ │ ├─ gba_bios.bin │ │ │ ├─ ps/ │ ├─ scph1001.bin | ├─ scph5501.bin | ├─ scph5502.bin |
library/ ├─ gbc/ │ ├─ roms/ │ ├─ rom_1.gbc │ ├─ rom_2.gbc │ ├─ gba/ │ ├─ roms/ │ ├─ rom_1.gba │ ├─ rom_2.gba | ├─ bios/ | ├─ gba_bios.bin │ ├─ ps/ │ ├─ roms/ │ ├─ my_multifile_game/ │ │ ├─ my_game_cd1.iso │ │ ├─ my_game_cd2.iso │ │ │ ├─ rom_1.iso | ├─ bios/ | ├─ scph1001.bin | ├─ scph5501.bin | ├─ scph5502.bin |
[!TIP] For folder naming conventions, review the Platform Support section. To override default system names in the folder structure (if your directories are named differently), see the Configuration File section.
RomM's "understanding" of your library can be configured with a config.yaml
file or through the config
tab in the Control Panel
under the Settings
section. Refer to the example config.yml file for guidance on how to configure it and the example docker-compose.yml file on how to mount it into the container.
The scheduler allows you to schedule async tasks that run in the Redis container at regular intervals. Jobs can be run at a specific time in the future, after a time delta, or at recurring internals using cron notation. The wiki page on the scheduler has more information on which tasks are available and how to enable them.
If you adhere to the RomM folder structure, RomM supports all platforms listed on the Supported Platforms page. The folder is case-sensitive and must be used exactly as it appears on the list. When scanning your library, RomM will use the folder name to determine the platform and fetch the appropriate game information, metadata, and cover art.
Additionally, some of these platforms have custom icons available (learn more about platform icons in our wiki).
Games can be tagged with region, revision, or other tags by using parentheses in the file name. Additionally, you can set the region and language by adding a prefix: (USA), [reg-J], (French), [De].
Tags can be used to search for games in the search bar. For example, searching for (USA) will return all games with the USA tag.
Here are a few projects maintained by members of our community. Since the RomM team does not regularly review them, we recommend that you review them closely before you use them.
Join us on Discord, where you can ask questions, submit ideas, get help, showcase your collection, and discuss RomM with other users.
If you like this project, consider buying me a coffee!
Here are a few projects that we think you might like: