-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
36 lines (36 loc) · 743 Bytes
/
Copy pathsettings.json
File metadata and controls
36 lines (36 loc) · 743 Bytes
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
{
"download_consoles": [
"nes",
"snes",
"gameboy",
"gameboy advance",
"nintendo ds",
"nintendo 3ds",
"nintendo 64",
"nintendo gamecube",
"nintendo wii",
"playstation",
"playstation 2",
"playstation 3",
"psp",
"sega game gear",
"sega master system",
"sega genesis",
"sega saturn",
"sega dreamcast",
"turbografx-16",
"xbox",
"xbox 360"
],
"format_priority": [
"original",
"emu",
"wav",
"flac",
"mp3"
],
"need_to_extract": true,
"redownload_failed_files": true,
"retry_count": 3,
"retry_delay_seconds": 5
}