platforms

ROMSearch can work for a number of platforms, and the config for each is stored in a separate configuration file.

Syntax:

group: ["Redump", "No-Intro"]   # The group for these files. Currently either "Redump" or "No-Intro
dir: [dir]                      # The remote dir for rclone. This is usually something like [group]/[platform]
unzip: true                     # OPTIONAL. Whether to unzip files when moving. Defaults to false
additional_dirs:                # OPTIONAL. Occasionally, files may need to be pulled from other remote directories.
  [additional_dir]: [dir]       #           These can be specified here

Nintendo - GameCube

group: "Redump"
dir: "/Redump/Nintendo - GameCube - NKit RVZ [zstd-19-128k]/"
unzip: true

Nintendo - Super Nintendo Entertainment System

group: "No-Intro"
dir: "/No-Intro/Nintendo - Super Nintendo Entertainment System/"
unzip: false

Sony - PlayStation

group: "Redump"
dir: "/Redump/Sony - PlayStation/"
unzip: true
additional_dirs:
  SBI: "/Redump/Sony - PlayStation - SBI Subchannels/"