Hi,
I found an inconsistency in the current titledb data.
For this title:
- Base title ID:
0100FA301CFA2000
- Name in
US.en.json: Farm Together 2
The regional title file contains DLC title records, for example:
0100FA301CFA3001 Farm Together 2 - Explorer Pack
0100FA301CFA3002 Farm Together 2 - Meadow Pack
0100FA301CFA3003 Farm Together 2 - Gothic Pack
However, cnmts.json does not contain matching DLC CNMT linkage for this base title:
- no
titleType = 130 rows linked to 0100FA301CFA2000
- no DLC
otherApplicationId = 0100FA301CFA2000
- only update linkage appears present
This causes consumers that rely on cnmts.json for base/update/DLC relationships to miss DLCs that are clearly present in the regional title metadata.
Expected:
- DLC entries present in regional title files should also have corresponding CNMT linkage in
cnmts.json when applicable
- the DLC app IDs above should be linked back to base title
0100FA301CFA2000
Observed:
- DLC names exist in
US.en.json
- DLC linkage is missing in
cnmts.json
I reproduced this from a fresh clone of blawar/titledb, so this does not appear to be a downstream packaging issue.
Thanks.
Hi,
I found an inconsistency in the current
titledbdata.For this title:
0100FA301CFA2000US.en.json:Farm Together 2The regional title file contains DLC title records, for example:
0100FA301CFA3001Farm Together 2 - Explorer Pack0100FA301CFA3002Farm Together 2 - Meadow Pack0100FA301CFA3003Farm Together 2 - Gothic PackHowever,
cnmts.jsondoes not contain matching DLC CNMT linkage for this base title:titleType = 130rows linked to0100FA301CFA2000otherApplicationId = 0100FA301CFA2000This causes consumers that rely on
cnmts.jsonfor base/update/DLC relationships to miss DLCs that are clearly present in the regional title metadata.Expected:
cnmts.jsonwhen applicable0100FA301CFA2000Observed:
US.en.jsoncnmts.jsonI reproduced this from a fresh clone of
blawar/titledb, so this does not appear to be a downstream packaging issue.Thanks.