From 4bd6a121d66a4729d540704abc472c2b96172c16 Mon Sep 17 00:00:00 2001 From: zurdi Date: Tue, 9 Jul 2024 10:35:07 +0200 Subject: [PATCH] placeholder for config dictionaries --- examples/config.example.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/examples/config.example.yml b/examples/config.example.yml index 25abd4785..d4f7656b2 100644 --- a/examples/config.example.yml +++ b/examples/config.example.yml @@ -35,17 +35,14 @@ exclude: # Exclude all files with certain extensions to be scanned from multi file roms extensions: [] # ['xml', 'txt'] -# system: -# Asociate different platform names to your current file system platform names -# [your custom platform folder name]: [RomM platform name] -# platforms: -# gc: 'ngc' # In this example if you have a 'gc' folder, RomM will treat it like the 'ngc' folder -# psx: 'ps' # In this example if you have a 'psx' folder, RomM will treat it like the 'ps' folder +system: + # Asociate different platform names to your current file system platform names + # [your custom platform folder name]: [RomM platform name] + # In this example if you have a 'gc' folder, RomM will treat it like the 'ngc' folder and if you have a 'psx' folder, RomM will treat it like the 'ps' folder + platforms: {} # { gc: 'ngc', psx: 'ps' } -# Asociate one platform to it's main version -# versions: -# naomi: 'arcade' + # Asociate one platform to it's main version + versions: {} # { naomi: 'arcade' } # The folder name where your roms are located -# filesystem: -# roms_folder: 'roms' # For example if your folder structure is /home/user/library/roms_folder +filesystem: {} # { roms_folder: 'roms' } For example if your folder structure is /home/user/library/roms_folder