blawar / titledb

MIT License
28 stars 4 forks source link

id are not filled anymore of new games #1

Closed shyim closed 1 month ago

shyim commented 6 months ago

Hey,

thanks for the project. The id of the game Princess Peach: Showtime! is not filled. Is that expected so? Array index is: 70010000005021 for easier lookup.

harvestry-of-ghosts commented 6 months ago

Hey,

thanks for the project. The id of the game Princess Peach: Showtime! is not filled. Is that expected so? Array index is: 70010000005021 for easier lookup.

I just noticed the same. Using Switch Library Manager with versions.json and titles.json/US.en.json and Princess Peach is missing info like the icon, region, etc.

Also, the US.en.json created with NUT has it listed with 70010000005022 rather than 70010000005021.

blawar commented 6 months ago

Is it all games? Or just that one game? what is the title id of the game?

blawar commented 6 months ago

I fixed that one title here @shyim

https://github.com/blawar/titledb/commit/d6d093e561a26ff7fbfac048022881349ec77014

harvestry-of-ghosts commented 6 months ago

I fixed that one title here @shyim

d6d093e

For me it was just that one but I also don't have 100 titles in my library so it's hard to say. Thank you for the fix. :) Is here the best place to report if another comes up, or another method?

blawar commented 6 months ago

I fixed that one title here @shyim d6d093e

For me it was just that one but I also don't have 100 titles in my library so it's hard to say. Thank you for the fix. :) Is here the best place to report if another comes up, or another method?

this is the best place to report issues with the titledb data.

harvestry-of-ghosts commented 6 months ago

When I use a region specific json and rename it to titles.json for use with Switch Library Manager, it only displays my game list but no icons, region, etc. If I use the actual non region specific titles.json created with nut, everything then displays properly but Princess Peach is still missing icon & info.

I noticed in the documentation it states that titles.US.en.json is the exact same file as titledb/titles.json, but for me the created files are not the same. Nut creates a titles.json file that is 100MB but US.en.json is 51.4MB. I can just use the tltles.json file so Switch Library manager works properly, but Princess Peach Showtime info is missing from titles.json. Title ID is 01007A3009184000.

If it matters, I'm using this fork which says it relies on your titledb for the titles and versions. https://github.com/trembon/switch-library-manager

Edit: Princess Peach is showing all info now. Haven't noticed any others that need fixing.