-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathVitaDB.ini
72 lines (66 loc) · 1.48 KB
/
VitaDB.ini
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
69
70
71
72
; VitaDB INI file
; Note: This UTF-8 file should be saved with a BOM
[db]
name = VitaDB.db
local_sql = VitaDB.sql
remote_sql = https://raw.githubusercontent.com/VitaSmith/VitaDB/master/VitaDB.sql
local_cache = PkgCache.json
remote_cache = https://raw.githubusercontent.com/VitaSmith/VitaDB/master/PkgCache.json
[csv]
;separator = ,
nps_app = http://nopaystation.com/tsv/PSV_GAMES.tsv
nps_demo = http://nopaystation.com/tsv/PSV_DEMOS.tsv
nps_dlc = http://nopaystation.com/tsv/PSV_DLCS.tsv
nps_theme = http://nopaystation.com/tsv/PSV_THEMES.tsv
nps_psm = http://nopaystation.com/tsv/PSM_GAMES.tsv
nps_psp = http://nopaystation.com/tsv/PSP_GAMES.tsv
nps_xlsx = https://docs.google.com/spreadsheets/d/18HHxaQhGgqDjH2mIgC3T1OVWNRr_4HHfuLsYmiKXnfk/export?format=xlsx
[csv_mapping]
TITLE_ID = Title ID
NAME = Name
PKG_URL = PKG direct link
ZRIF = zRIF
[regions]
PCSA = USA
PCSB = EUR
PCSC = JPN
PCSD = ASN
PCSE = USA
PCSF = EUR
PCSG = JPN
PCSH = ASN
NPNA = USA
NPOA = EUR
NPPA = JAP
NPQA = ASN
;PCSI = DEV
;VCAS = ASN
;VCJS = JPN
;VLAS = ASN
;VLJM = JPN
;VLJS = JPN
; languages to be used when fetching content from the PSN store
[languages]
PCSA = en-us
PCSB = en-ie
PCSC = ja-jp
PCSD = en-hk
PCSE = en-us
PCSF = en-ie
PCSG = ja-jp
PCSH = en-hk
PCSI = en-us
NPNA = en-us
NPOA = en-ie
NPPA = ja-jp
NPQA = en-hk
VCAS = en-hk
VCJS = ja-jp
VLAS = en-hk
VLJM = ja-jp
VLJS = ja-jp
[limits]
; Single region to process, or ALL to for all regions
region = ALL
; Range of IDs to process for each region
range = 1,1300