Setup (in .env file):
LOCAL_GAMES_DIR_1=/path/to/games
LOCAL_GAMES_DIR_2=/another/path/to/games
How it works:
- Set paths in your
.env file and restart the container
- Each subfolder in those paths is treated as a game
- Games are matched to IGDB by folder name for metadata
game.json override (optional):
{
"name": "Actual Game Name",
"igdb_id": 12345
}
Place game.json inside any game folder to override the detected name or specify an IGDB ID.