Closed johnlescault closed 1 year ago
Don’t use US.en.json, only use titles.json.
the difference is in the name, the former is not a complete database, it is region specific data that is used to build titles.json.
just add 800 to the end for the patch id, it’s been 7 years, they aren’t changing it.
I don't mean to be questioning you if it comes off that way (I totally realize you understand WAY more about these files then I ever will), but would just like to know for my own knowledge. If I'm only interested in US titles, would I be missing anything by only using the US.en.json?
US.en.json is indexed on the nsuId not the title id (which is probably what you want). titles.json is indexed on the title id (what you want). titles.json will also have additional information such as update information.
where is the titles.json anyway? the readme says it's in a folder called titledb but this repo doesnt have any subfolders and no titles.json directly either
its in titledb folder of a nut installation. not in this repo.
Hi, I'm just trying to figure out the differences between the files. I thought if I used US.en.json mixed with cnmts.json I would get a complete list of US region games, DLC and updates. I think I may have been wrong?
My question is, what is the difference(s) between title.json (assuming I filter by US) and US.en.json? My concern is filtering title.json by region excludes updates so I still have to cross reference cnmts.json, along with downloading a bigger file. I understand I could just change the last three numbers to 800, but that feels slightly lazy and if ever anything changes with that I could be missing updates.
Also, some of the games in US.en.json dont have an 'id' set. What does this mean? See sample below:
I appologize if these are "newbie" questions. I couldn't find the answers anywhere else.