24 lines
618 B
INI
24 lines
618 B
INI
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
# Copyright (C) 2018-present 5schatten (https://github.com/5schatten)
|
||
|
[main]
|
||
|
inputFolder="/storage/roms"
|
||
|
gamelistFolder="/storage/roms"
|
||
|
videos="true"
|
||
|
symlink="false"
|
||
|
brackets="true"
|
||
|
maxLength="10000"
|
||
|
unattend="true"
|
||
|
verbosity="0"
|
||
|
hints="false"
|
||
|
|
||
|
# List of supported languages https://github.com/muldjord/skyscraper/blob/master/docs/LANGUAGES.md
|
||
|
# List of supported regions https://github.com/muldjord/skyscraper/blob/master/docs/REGIONS.md
|
||
|
lang="en"
|
||
|
langPrios="en,es,ja,de,fr,it"
|
||
|
region="us"
|
||
|
regionPrios="us,es,jp,eu,de,fr,it,wor"
|
||
|
|
||
|
[screenscraper]
|
||
|
userCreds="Username:Pass"
|
||
|
|