extracts roms from zip files, and puts them in your library under the correct platform
-
Download the latest release
-
- Open
settings.toml
and setzips
androms
under[path]
.- zips is where your downloaded roms are (e.g. ~/Downloads/rom_zips)
- roms is the location of your rom library. This could be your RomM Library, syncthing library, or an SD card.
- Open
For now, the path is expected to be in the roms/platform/game
format. e.g. roms/nes/Legend of Zelda, The.nes
the app logs to the file logs/app.log
. If you'd rather see the logs in a terminal (or for a dev environment), change mode
in settings.toml
to stdout
.
The log level
can be set to Off
, Error
, Warn
, Info
, Debug
, Trace
-
cargo run