forked from muldjord/skyscraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.example
65 lines (58 loc) · 1.94 KB
/
config.ini.example
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
# --------------------------------------------------------------------
# Skyscraper by Lars Muldjord (https://github.com/muldjord/skyscraper)
# --------------------------------------------------------------------
# This is an example config file for use with Skyscraper. Use it as a template for creating
# your own. If you copy this file to 'config.ini' it will be used per default.
# You can always copy config.ini.example to a filename of your choice and make Skyscraper
# use it using the '-c' command line option.
# You can have several platform sections in one config file. Further down is an example of
# an 'amiga' scraper setup. Check '--help' for more info on supported platforms.
# Remember that most of these settings can also be set as command line options. Doing so
# will overrule the options seen here.
# Some options are both available as 'main' options and 'platform' options. 'platform' options
# will overrule 'main' options allowing you to customize each platform for certain things.
# Uncomment the sections and lines you wish to use:
#[main]
#platform=""
#dbFolder="/home/pi/.skyscraper/dbs"
#frontend="emulationstation"
#emulator=""
#videos="false"
#brackets="true"
#maxLength="10000"
#threads="2"
#pretend="false"
#unattend="false"
#forceFilename="false"
#verbose="false"
#skipped="false"
#userCreds="user:password"
#lang="en"
#region="wor"
#artworkXml="artwork.xml"
#[localDb]
#covers="true"
#screenshots="true"
#wheels="true"
#marquees="true"
#[amiga]
#inputFolder="/home/pi/RetroPie/roms/amiga"
#gamelistFolder="/home/pi/RetroPie/roms/amiga"
#mediaFolder="/home/pi/RetroPie/roms/amiga/media"
#dbFolder="/home/pi/.skyscraper/dbs/amiga"
#emulator=""
#videos="false"
#brackets="true"
#scraper="screenscraper"
#userCreds="user:password"
#minMatch="0"
#maxLength="10000"
#threads="2"
#startat="filename"
#endat="filename"
#pretend="false"
#unattend="false"
#forceFilename="false"
#verbose="false"
#skipped="false"
#artworkXml="artwork.xml"