-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
68 lines (65 loc) · 1.72 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Folders
unorganized_folder: "/userdata/Dweebinator/unorganized_roms" # Folder for unorganized ROMs
roms_folder: "/userdata/roms" # Destination folder for organized ROMs
# ROM System Mapping
rom_system_mapping:
nes: ["nes"]
sfc: ["snes"]
smc: ["snes"]
gba: ["gba"]
gbc: ["gbc"]
gb: ["gb"]
n64: ["n64"]
z64: ["n64"]
zip: ["arcade", "neogeo"]
7z: ["arcade", "neogeo"]
32x: ["32x"]
a26: ["atari2600"]
a52: ["atari5200"]
a78: ["atari7800"]
lynx: ["atarilynx"]
j64: ["c64"]
crt: ["c64"]
dsk: ["amstradcpc"]
fba: ["fba"]
pce: ["pcengine"]
sgx: ["supergrafx"]
scd: ["segacd"]
sms: ["mastersystem"]
gen: ["megadrive"]
md: ["megadrive"]
iso: ["dreamcast", "playstation", "saturn", "psp"]
cdi: ["dreamcast"]
chd: ["dreamcast", "saturn", "playstation"]
psx: ["playstation"]
cue: ["playstation", "saturn"]
bin: ["playstation", "saturn"]
nds: ["nds"]
3ds: ["3ds"]
cia: ["3ds"]
nsp: ["switch"]
xci: ["switch"]
wii: ["wii"]
wbfs: ["wii"]
gcm: ["gamecube"]
gdi: ["dreamcast"]
tap: ["zx81", "zxspectrum"]
tzx: ["zxspectrum"]
z80: ["zxspectrum"]
atr: ["atari800"]
d64: ["c64"]
prg: ["c64"]
img: ["3do", "saturn"]
nrg: ["dreamcast", "saturn"]
ccd: ["dreamcast", "saturn", "playstation"]
gg: ["gamegear"]
ngp: ["ngp"]
wsc: ["wonderswan"]
ws: ["wonderswan"]
vmu: ["dreamcast"]
# Options
recursive: true # Set to true to search subfolders recursively
checksum_verification: true # Set to true to enable checksum verification
delete_source_files: false # Set to true to delete source files after successful move
# Advanced
reboot_args: "" # Optional: Add any additional arguments for the 'reboot' command